-
用VC++编写的EZW编码与解码,其编码与解码的结果都用文件详细的表示,我自己写的,希望大家给点意见...
用VC++编写的EZW编码与解码,其编码与解码的结果都用文件详细的表示,我自己写的,希望大家给点意见-VC EZW prepared by the encoding and decoding, encoding and decoding with the results of a detailed document that I wrote it myself, we hope to the point
- 2023-01-25 15:40:06下载
- 积分:1
-
二叉树的应用
利用结构体变量定义了二叉树的指针,完成二叉树的创立可以利用头插法或者尾插法实现。再创立二叉树的过程中直接创立平衡二叉树,然后再平衡二叉树中插入新的节点,此时平衡二叉树失去平衡,重新调整直至平衡。然后再删除一个节点,再重新调整平衡二叉树。还是实现了查找关键字的处理。
- 2023-07-27 09:00:03下载
- 积分:1
-
旅行商问题的动态规划方法已加入票据。
用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
- 2022-01-27 20:41:09下载
- 积分:1
-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
awk by Cao Siqin, 2007.7.17
awk
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
- 2022-07-01 19:45:10下载
- 积分:1
-
VBScript包装类允许添加VBScript情景应用。没有MFC / ..
VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite() -VBScript wrapper class allow to add vbscript scenaries to applications. No MFC/ATL/etc.
Example:ScriptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.ParseScript(L"ScriptText) engine.Execite()
- 2022-07-14 08:13:37下载
- 积分:1
-
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密....
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密.-used encryption method, designated under the console to encrypt a document and then designated output file name, which can be arbitrary files on the DES encryption.
- 2022-02-22 05:46:44下载
- 积分:1
-
莫尔斯电码
一个控制台转换器可将转换到字母和同样的圆的莫尔斯电码。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-31 00:42:55下载
- 积分:1
-
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换...
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKET handle two. With DuplicateHandle () function to be converted to SOCKET their own use. 3. After the conversion used for data transmission SOCKET
- 2022-02-24 22:31:02下载
- 积分:1
-
同时辨识模型阶次和参数算法,用模型计算出仿真数据,再用模型阶次的辨识方法,辨识模型的阶次和参数...
同时辨识模型阶次和参数算法,用模型计算出仿真数据,再用模型阶次的辨识方法,辨识模型的阶次和参数-At the same time, model order identification algorithm and parameters, calculated by model simulation data, and then model order of the identification method, identification of model order and parameters
- 2022-04-11 10:49:48下载
- 积分:1
-
hotelreservationsystem
使用新泽西的标准ML生成用于酒店预订的命令行应用程序。
- 2023-04-05 01:30:03下载
- 积分:1