-
Sams.Programming.in.C.Jul.2003
c++入门经典书籍,特别适合初学者学习,国外教材。(The beginning of c programming.)
- 2014-02-17 11:38:07下载
- 积分:1
-
HuffmanCode
Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。(Huffman coding is the first practical lossless compression coding technology, after years of continuous improvement, has formed a system of theories and methods. There are currently two types of Huffman encoding, namely, static and dynamic Huffman coding Huffman coding. Huffman coding has been widely used, but the compression algorithm is no longer all, but rather be treated as the final coding.)
- 2010-05-11 15:43:39下载
- 积分:1
-
2004102120533898
经典小游戏很好的的在品台上运行,希望大家能喜欢(A good classic game to run on stage in the product, I hope you like)
- 2011-09-21 12:30:27下载
- 积分: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
-
设备管理系统
c#实现的windows系统设备管理,更好的应用c#语言(the implementation of the windows system device management, better application of c-language)
- 2020-06-19 00:20:02下载
- 积分:1
-
FaceDetection
Face detection Face detection (Face detection)
- 2016-02-17 20:28:30下载
- 积分:1
-
My_first_BP
说明: matlab实现BP模型。注释明白直观,使用方便。(Matlab implements BP model. The notes are clear, intuitive and easy to use.)
- 2020-06-21 20:00:02下载
- 积分:1
-
BP置信度传播算法
该程序是patchmatch算法和BP算法的结合程序,是立体匹配中把patchmatch算法与其他算法结合的重要算法程序,可以作为研究BP和patchmatch算法的基础,效果很好。
- 2022-05-08 18:55:06下载
- 积分:1
-
用RSA证书文件加密和解密示例
用RSA证书文件加密和解密示例
- 2016-07-06下载
- 积分:1
-
lua 脚本编译工具
1.lua 脚本配置用法及示例
2.LUA与C C++交互用法及工具
3.LUA与C# 交互用法及工具
- 2022-03-18 13:28:39下载
- 积分:1