-
文件压缩源码
我这个源码里面采用了哈弗曼树编写了文件压缩,里面也有相应的注释,代码比较灵活。这个文件压缩,如果大家用太少的字量测试,文件会有反而增大了的可能性,适合用于大量压缩。目前只支持英文压缩。
- 2022-07-02 08:38:52下载
- 积分:1
-
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel...
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel里面的VBA的通信.本程序就是根据这个原理完成.-Excel as a fist inside the Microsoft Office Products, built the COM support it through Automation, can easily realize Automation components inside VBA with excel communication. This procedure is completed in accordance with this principle.
- 2022-04-13 07:57:41下载
- 积分:1
-
HEX
HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation/editor, while not perfect, but that is a running version, the preparation of this procedure is designed to explore the depth process. Program Interface documents show a 16 per band, ascii code, binary and decimal bytes. Hexadecimal displayed on the left side, 18 minutes, the corresponding code ascii value shown on the right. The binary and decimal value shows optional. The procedures used turbo c 3.1 development. In other dos compatible with the compiler can be compiled, but not tested.
- 2022-05-29 10:48:14下载
- 积分:1
-
电子词典
资源描述使用C语言编写的电子词典,可是实现电子词典的功能。
- 2023-03-09 22:55:02下载
- 积分:1
-
获得本机ip地址,网络编程
获得本机ip地址,网络编程-to this machine ip address, Network Programming
- 2022-02-21 05:18:19下载
- 积分:1
-
就是一些CALL调用,是以前的,什么完美的的CA
就是一些CALL调用,是以前的,什么完美的的CA-no
- 2022-12-04 13:45:02下载
- 积分:1
-
求pi后一万位。目前只能5000位是对的 . . . . .. ..
求pi后一万位。目前只能5000位是对的 . . . . .. .. -After 10,000 for pi. 5000 can only be right. .. ... ... .. ..
- 2023-05-20 08:50:04下载
- 积分:1
-
Prim算法的VC++实现适合初学者学习,愿意…
prim算法的vc++实现,适合初学者好好学习,愿与朋友们一起进步-prim algorithm vc++ realize is suitable for beginners to study hard, willing to progress together with friends
- 2022-10-20 23:45:03下载
- 积分:1
-
OPC客户端VC++源程序
VC++下开发的OPC客户端的源程序。编译后生成可执行文件即可链接OPC服务器。
- 2022-04-22 21:55:01下载
- 积分:1
-
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B...
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vector D matrix B. Binary matrix B that each row vector D decimal number corresponding. B = DE2BI (D, N) vector D converter positive integer binary matrix B,
- 2022-08-12 12:48:54下载
- 积分:1