-
cvPyrSegmentation
说明: 图像分割的一种方法,基于图像金字塔,用OpenCV+VC实现的~~(A method of image segmentation, image-based pyramid, with the implementation of OpenCV+ VC ~ ~)
- 2011-04-13 20:10:18下载
- 积分:1
-
WinDriverPCI
说明: 关于Windriver编写PCI驱动的教程(windriver )
- 2009-08-26 09:38:56下载
- 积分:1
-
excell批量翻译
可实现excell表自动翻译,省去了人工翻译的麻烦,如nessus下载的报告都是英文的,可用该代码实现批量化翻译,大大的减少了工作量,希望此次上传可以对大家有所帮助,谢谢!
- 2022-02-15 21:46:33下载
- 积分:1
-
C# pop3 邮件接收程序
private void Connect_Click(object sender, System.EventArgs e) { //将光标置为等待状态 Cursor cr = Cursor.Current; Cursor.Current = Cursors.WaitCursor; String a ,b,c; //用110端口新建POP3服务器连接 Server = new TcpClient(PopServer.Text, 110); Status.Items.Clear(); try { //初始化 NetStrm = Server.GetStream(); RdStrm = new StreamReader(Server.GetStream()); Status.Items.Add(RdStrm.ReadLine()); //登录服务器过程 Data = "USER " Username.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); Data = "PASS " Password.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小 Data = "STAT" CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); //Status.Items.Add(RdStrm.ReadLine()); //改变按钮的状态 Connect.Enabled = false; Disconnect.Enabled = true; Retrieve.Enabled = true; //将光标置回原来状态 Cursor.Current = cr; } catch (InvalidOperationException err) { Status.Items.Add("Error: " err.ToString()); } }
- 2014-11-02下载
- 积分:1
-
TestWindowsServer
Windows服务的源码,实现了Windows服务的整个过程,可直接使用(Source Windows services, Windows services to achieve the whole process, and can be used directly)
- 2013-11-28 10:01:18下载
- 积分:1
-
SBASrc
使用CMakeList重新组织的SBA,即稀疏矩阵光束法平差算法,希望对大家有用(Use CMakeList reorganize the SBA, namely sparse matrix bundle adjustment algorithm, we hope to useful)
- 2014-02-15 14:34:03下载
- 积分:1
-
处理器调度算法
按优先数调度算法实现处理器调度的进程
- 2022-08-26 11:12:34下载
- 积分:1
-
baoshu
报数问题。n个人围成一圈,1,2,3循环报数,报到3的人退出。到最后只余1人,输出最后留下的是第几号(最初的序号,以1起始)。压缩包内共三种方法。(Reported several problems. n personal circle, 1,2,3 newspaper circulation numbers, to report three people quit. To the final with only one person, the output of the last to leave the first few numbers (the first number, starting with 1). Three methods of compression package.)
- 2013-12-18 23:08:53下载
- 积分:1
-
命令模式-烤羊肉串02
virtual keyboard software of GEE-UR-2000 UHF RFID READER
- 2020-06-24 20:20:01下载
- 积分:1
-
temp
说明: MAX6675的C语言控制程序和控制电路图。(MAX6675 C language control program and control circuitry.)
- 2019-03-05 11:34:39下载
- 积分:1