摘要: Webservice的搭建 新建visual C#下web中ASP.NET Web应用程序(framework)的empty项目 右键WebApplication1添加新建项,选择Web服务(ASMX) 在WebService1.asmx.cs中可进行代码的修改,但切记要[WebMethod]放在首 阅读全文
posted @ 2018-05-11 14:44 孙晴SQ 阅读(563) 评论(0) 推荐(0) 编辑
摘要: (a) Draw the control flow graph for the printPrime() method. (b) Consider test cases t1 = (n = 3) and t2 = ( n = 5). Although these tour the same prim 阅读全文
posted @ 2018-03-26 21:13 孙晴SQ 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 题目要求: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triangle is equilateral, isosceles, or s 阅读全文
posted @ 2018-03-25 21:33 孙晴SQ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 程序一: A.Identify the fault 应该是i>=0,而不是i>0,for(int i=x.length-1;i>=0;i++) B.If possible, identify a test case that does not execute the fault. (Reachabi 阅读全文
posted @ 2018-03-16 12:46 孙晴SQ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: Image classifaction with deep learning 在本次的project中我利用NVIDIA DIGITS网页版深度学习框架实现深度神经网络的简单可视化训练和设计,但出现过很多error 1、搭环境问题 我在Ubuntu的系统下进行配置,安装cuda、cudnn、caff 阅读全文
posted @ 2018-03-12 18:41 孙晴SQ 阅读(153) 评论(0) 推荐(0) 编辑