-
SM4
sm4国密对称算法源码和使用sample,请参考。。(sm4 source code sample)
- 2016-01-16 12:08:00下载
- 积分:1
-
SqliteClassLibrary
简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 (Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.)
- 2008-12-30 23:50:23下载
- 积分:1
-
IPERJ
枚举当前系统中所有的已经安装的设备! 原创呀!(All has been installed in the enumeration of the current system of equipment!)
- 2017-03-30 11:53:09下载
- 积分:1
-
51
说明: 51 编程模块 c51常用的 (Programming model 51)
- 2010-11-09 16:26:08下载
- 积分:1
-
DES文件加密
DES加密解密实现,基于C语言。完成基本功能(DES encryption and decryption implementation, based on C language. Complete basic functions)
- 2020-12-17 19:19:11下载
- 积分: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
-
pupildetectOK
在VC6.0环境下,借助openCV函数库,对视频中的人脸进行检测,并实时跟踪,然后用Haar特征的分类器定位人脸,并检测瞳孔存在与否,提取关于眼睛的疲劳信息(In VC6.0 environment, with the aid of openCV function library, to detect human faces in video, and real-time tracking, positioning and use characteristics of Haar classifier faces, and examine the pupil existence, to extract the information about the fatigue of the eye)
- 2014-04-14 23:00:39下载
- 积分:1
-
自绘的控件CMultilineList,一行内容过长可以多行显示
自绘的控件CMultilineList,一行内容过长可以多行显示。不是继承自CListCtrl,而是继承自CWnd。这个是一个老外2004年就写好的,我拿来在vs2013上用了一下,稍微做了一些简单的修改。
- 2023-07-14 22:30:03下载
- 积分:1
-
wxjsjyl
《微型计算机原理》计算机各专业课程教学大纲,包含实验教程,十分有参考价值(" Computer Principles" computer syllabus of professional courses, is a reference value)
- 2010-08-16 14:26:21下载
- 积分:1
-
ble_master
1.BLE主控设备,发送命令;
2.命令显示和转发;(1.BLE master device,send commond;
2.display the command and resend.)
- 2017-05-10 18:03:41下载
- 积分:1