-
OpenCV_2_Computer_Vision_Application_Programming_
open cv 2 computer vision
emgu
- 2015-02-10 03:17:37下载
- 积分:1
-
C# FTP客户端模块 上传下载文件显示进度
C# FTP客户端模块 上传下载文件显示进度,本示例可通过HTTP、FTP下载文件,可通过FTP上传文件,请设定好服务器IP地址再测试,进度条在窗口的最上方。
percent = (float)totalDownloadedByte / (float)totalBytes * 100;
label1.Text = "当前补丁下载进度" + percent.ToString() + "%";
Application.DoEvents(); //必须加注这句代码,否则label1将因为循环执行太快而来不及显示信息
reqFTP.Credentials = new NetworkCredential(ftpUserID, ftpPassword);//用户,密码
reqFTP.Method = WebRequestMethods.Ftp.UploadFile;//向服务器发出下载请求命令
reqFTP.ContentLength = finfo.Length;//为request指定上传文件的大小
- 2022-03-23 13:46:25下载
- 积分:1
-
简单的多任务下载功能
简单的多任务下载,可实现多任务下载,暂停等功能
- 2023-02-26 09:20:03下载
- 积分:1
-
MB784.pdf
STM3210C rev b. board schematic
- 2010-09-21 22:30:04下载
- 积分:1
-
QT相册设计
采用QT软件设计的数码相册,里面包含代码源程序。
- 2023-07-04 05:45:04下载
- 积分:1
-
C# 开发桌面宠物 (采用 窗体不规则透明 ,不规则窗体)
说明:开发桌面宠物 (采用窗体不规则透明 ,不规则窗体),模仿百度宠物星猫宝宝,采用png文件透明显示。
- 2022-05-19 21:16:25下载
- 积分:1
-
675846
email发送页面,精选ios学习编程源码,很好的参考资料。(Email sends the page, select the IOS learning programming source code, a good reference.)
- 2013-12-10 10:11:53下载
- 积分:1
-
zo1
比较好的OpenGL论文资料,详细介绍了OpenGL三维游戏引擎的制作。是很好的论文范文(Better OpenGL papers information)
- 2013-06-03 21:35:44下载
- 积分:1
-
jcsb
文中研究了6种常用数字调制信号识别的特征参数集,并采用决策树判别方法进行分类识别。仿真结果表明,在SNR≥5dB时,识别正确率在99 以上,且当SNR≥20dB时,识别正确率达到100 。其特点是,算法简单,识别正确率高,达到了自动分类识别的目的,并有利于实现识别的实时化。(In this paper, we study the set of characteristic parameters of the six kinds of commonly used digital modulation signal recognition, and decision tree method for classification. The simulation results show that SNR 鈮� 5dB, the correct rate more than 99 , and when SNR 鈮� 20dB, the correct rate of 100 . Which is characterized by simple algorithm to identify the correct rate, to achieve the purpose of automatic classification and recognition, and help to identify real-time.)
- 2012-07-19 09:29:58下载
- 积分:1
-
RS485通讯_DMA收发数据
说明: 基于STM32F407 MCU,对RS485进行通讯测试,DMA收发数据,经测试数据稳定,功能正常(Based on STM32F407 MCU, RS485 was tested for communication,DMA data receiving and receiving, the tested data was stable and the function was normal)
- 2020-12-28 21:09:01下载
- 积分:1