上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace WaitOne{ class Program { static void Main(string[] args) { Calculate calc = new Calculate(); Console.WriteLine("Result = {0}.", calc.Res... 阅读全文
posted @ 2013-07-22 23:39 louiskoo 阅读(227) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace WaitOne{ class Program { static AutoResetEvent autoEvent = new AutoResetEvent(false); static void Main(string[] args) { Console.WriteLine("Main sta... 阅读全文
posted @ 2013-07-22 23:20 louiskoo 阅读(306) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;int main(int argc,char **argv){ /*程序在启动是会通过main的参数传入参数,argc表示参数的个数(包括程序名),argv是一个字符串数组 它包含程序名称和每个参数;假如程序的运行命令如下: test.exe tt 22 33,则argc为4,argv为test.exe tt 22 33 */ try { if(argc<4) throw string("传入的参数不正确!"); } catch(string e) { cout<<e<< 阅读全文
posted @ 2013-07-16 14:43 louiskoo 阅读(4017) 评论(0) 推荐(0) 编辑
摘要: http://hi.baidu.com/yandavid/item/d66b1fe4a3e4c80f8d3ea80b?qq-pf-to=pcqq.group 阅读全文
posted @ 2013-07-10 20:14 louiskoo 阅读(292) 评论(0) 推荐(0) 编辑
摘要: https://filezilla-project.org/ 阅读全文
posted @ 2013-07-09 21:29 louiskoo 阅读(224) 评论(0) 推荐(0) 编辑
摘要: max(root_distance(:,:,150)*100); max(max(root_distance(:,:,150)*100)); max(root_distance(:,:,150));max(max(root_distance(:,:,150))); imshow(root_distance(:,:,150),[0 2449]);imshow(root_distance(:,:,150),[1000 2449]); max(max(max(root_distance))); min(min(min(find(root_distance~=-Inf))));root_distanc 阅读全文
posted @ 2013-06-28 20:45 louiskoo 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 服务端和客户端如果有认证的话的这样: 发现客户端远程连接报错:无法满足对安全令牌的请求,因为身份验证失败。只需去掉认证就可以了: 阅读全文
posted @ 2013-06-25 14:38 louiskoo 阅读(3183) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/iamlilinfeng/archive/2012/10/01/2706353.html 阅读全文
posted @ 2013-06-24 21:44 louiskoo 阅读(165) 评论(0) 推荐(0) 编辑
摘要: http://www.devexpresscn.com/ 阅读全文
posted @ 2013-06-22 22:39 louiskoo 阅读(144) 评论(0) 推荐(0) 编辑
摘要: http://www.devcomponents.com/dotnetbar/ 阅读全文
posted @ 2013-06-22 21:29 louiskoo 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页