-
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
-
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进...
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
- 2022-02-16 05:43:33下载
- 积分:1
-
Game server control program, you can easily control the number of blood and othe...
游戏服务器控制程序,可以轻松控制很多热血等类似游戏服务器-Game server control program, you can easily control the number of blood and other similar game server
- 2022-02-21 18:00:51下载
- 积分:1
-
VB进程调度模拟,对软件工程的朋友们一个好的帮助!
VB进程调度模拟,对软件工程的朋友们一个好的帮助!-VB process schedule simulate.help you to master software engineering.
- 2022-05-07 07:34:49下载
- 积分:1
-
Squares Detection
Squares Detection-OpenCV
- 2022-04-15 12:30:13下载
- 积分:1
-
正弦级数
这些都是 sine(angle) 的对于初学者来说,其中包括程序来计算值,并做其他算术运算的 c + + 中的程序。虽然那里内置的函数进行计算正弦角初学者可以练习书写,这种类型的程序。
- 2022-03-21 22:15:03下载
- 积分:1
-
服务器目录索引工具源代码
资源描述基于XML技术的服务器目录索引工具
> 程序调用文件基于asp
- 2022-03-23 04:02:09下载
- 积分:1
-
AVL树的程序,压缩包中含有项目文件,文件和…
构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of 55, procedures will automatically AVL construction or remodeling rules AVL Tree, and to traverse the order to print out to the end of 100.001 node value of the input from cycle termination process
- 2023-03-08 08:30:03下载
- 积分:1
-
图书馆管理系统
迷你项目图书馆管理是用于管理库的示例项目。该项目旨在使用 C 语言,它使组织,要维持其图书馆的图书馆管理系统开发。
项目演示如何创建一个系统,无需使用 C 图形库的用户界面。
应用程序使用基本的 C 函数生成菜单、 显示消息框和文本打印在屏幕上。
若要显示自定义的文本颜色和字体根据应用程序的要求,职能已创建在应用程序中,所取的一个目标位置,写在一个特定位置的文本的确切视频内存地址。
应用程序还实现了结构来定义库项目的概念。它还有效地适用于各种的 C 概念,如循环和分支构造和字符串操作函数的文件操作。
- 2023-05-23 08:55:04下载
- 积分:1
-
创建红黑树,可以对红黑树进行插入和删除操作.
创建红黑树,可以对红黑树进行插入和删除操作.-Create a red and black tree, can be carried out on the red and black tree insertion and deletion.
- 2022-06-17 01:35:45下载
- 积分:1