-
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
-
在XP关机程序
a shutdown program in XP
- 2022-12-13 19:40:02下载
- 积分:1
-
游戏人生
用C++实现生命的游戏
- 2023-06-10 04:10:03下载
- 积分:1
-
是一款用vc++编写的计算levshtein距离的程序.也就是可以做time alignment,计算两个文档之间最小的距离(插入,删除,替换的最小次数)...
是一款用vc++编写的计算levshtein距离的程序.也就是可以做time alignment,计算两个文档之间最小的距离(插入,删除,替换的最小次数)-is a preparation using vc levshtein distance calculation procedures. It is time to do alignment, the two documents between the calculated minimum distance (insertion, deletion, replacement of the smallest number)
- 2022-04-23 09:55:59下载
- 积分:1
-
这是个基础的程序,请大家指点指点!我的Q:137851600,邮箱lbz_898236@126.com...
这是个基础的程序,请大家指点指点!我的Q:137851600,邮箱lbz_898236@126.com-This is the basis for the procedure, please pointing out the instructions! My Q : 137851600, mail lbz_898236@126.com
- 2022-11-27 13:50:03下载
- 积分:1
-
Zhejiang University ACM network testing and that its 1109, enclosing shows that...
浙江大学ACM竞赛网测试题第1109道,内附说明,在DEV C++上编写。-Zhejiang University ACM network testing and that its 1109, enclosing shows that the C DEV prepared.
- 2022-08-25 16:15:09下载
- 积分:1
-
八皇后问题,运行结果导入到txt文本文件中
八皇后问题,运行结果导入到txt文本文件中-8 Queen
- 2022-03-14 18:20:33下载
- 积分:1
-
层次聚类
数据挖掘中聚类是旨在构建集群的层次结构的聚类分析的方法。战略层次聚类方法一般分为两种类型: [引文需要]集聚: 这是一种"自下而上"的方法: 每个观察值启动在它自己的群集中,并对集群会合并为一个层次结构中向上移动。分裂: 这是一种"自上而下"的方法: 所有观测值开始在一个群集中,并进行了拆分作为一个以递归方式将层次结构中下移。一般情况下,以贪婪的方式确定的合并和拆分。分层聚类的结果通常介绍聚类分析的结果。在一般情况下,凝聚聚类的复杂性是 O(n^3),这使得他们对于大数据集的速度太慢。分裂与穷举搜索聚类是 O(2^n),甚至更糟。然而,对于一些特殊的情况下,最优的有效凝聚方法 (O(n^2)) 已知的复杂性: 奥申 [1] 单连杆和碰杯 [2] 为完成连锁聚类法。
- 2022-03-18 03:27:47下载
- 积分:1
-
遗传算法库
应用背景开发商想开发基于遗传算法的教授麻省理工学院开发的程序遗传算法库关键技术关键技术落后,这是能够将遗传算法库在你的源代码主要是用C++开发的
- 2022-02-05 06:42:21下载
- 积分:1
-
监察本机的网络流量,日志记录。
日志可以记录在远端的文件服务器上。...
监察本机的网络流量,日志记录。
日志可以记录在远端的文件服务器上。-monitor the machine"s network traffic logging. Log can be recorded in the remote file server on.
- 2022-12-05 02:40:03下载
- 积分:1