-
a "symmetric matrix multiplication" examples. Containing five source f...
一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
- 2022-03-26 15:03:43下载
- 积分:1
-
这是一个文档序列化程序,是用Vc++ 6.0开发的。
这是一个文档序列化程序,是用Vc++ 6.0开发的。-This is a sequence of procedures document is the use of vitamin C 6.0.
- 2022-02-28 12:35:03下载
- 积分:1
-
二叉树的创建,预
二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in the non-recursive traversal sequence after sequence of non- recursive traversal algorithm. Which contains a sequence of stack and queue the realization of the code.
- 2023-07-03 07:40:02下载
- 积分:1
-
使用贪婪算法解决的马踏棋盘的问题(使用简单排序和深度优先搜索的方法)...
使用贪婪算法解决的马踏棋盘的问题(使用简单排序和深度优先搜索的方法)-Greedy algorithm used to resolve the issue of horse riding board (using a simple sorting and depth-first search method)
- 2022-03-01 19:35:57下载
- 积分:1
-
Guinness dos batch command, which is very wide, basically should be good enough...
dos批处理命令大全,里面内容很全,基本上dos编程应该够用了-Guinness dos batch command, which is very wide, basically should be good enough for dos programming
- 2022-05-06 06:31:18下载
- 积分:1
-
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。...
在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits, support Visual C and Delphi/C BUILDER need 32 compiler. TVicPort includes transparent support for Windows 95/98 and Windows NT
- 2022-01-28 10:55:26下载
- 积分:1
-
C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示...
C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
- 2022-01-22 15:50:14下载
- 积分:1
-
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。...
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。-vc prepared with simple installation procedure and can be used to install other programs, the VC is a very good learning materials.
- 2023-05-08 21:05:02下载
- 积分:1
-
实现NFA到DFA的转换,是编译原理的一个更好的参考…
实现NFA到DFA的转换,是编译原理初学者比较好的参考资料-Achieve NFA to DFA conversion, the principle is to compile a better reference for beginners
- 2022-03-01 20:34:53下载
- 积分:1
-
Because the Windows implementation of awk print ... efficiency is too low, so th...
因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint
awkprint by Cao Siqin, 2007.7.17
awkprint
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 listed:
C:WINDOWSa.log
C:WINDOWS.txt-Because the Windows implementation of awk print ... efficiency is too low, so the introduction of awkprint, equivalent to awkprintawkprint by Cao Siqin, 2007.7.17awkprint
- 2022-01-25 19:33:15下载
- 积分:1