-
实现UNIX的“C”命令的猫”,我相信这对你是有帮助的
C编写的Unix的cat命令。全部使用C语言,具有很好学习和参考价值。-Implement the Unix s "cat" command in C, I m sure it is helpful for you
- 2023-05-02 23:45:03下载
- 积分:1
-
细胞自动化
一种细胞自动化模拟器与 STL 容器的使用和使用一个数组实现的。很好的教育的目的,若要了解如何在 c + + 中使用的复制和移动的语义,以及 R 和 L 值。
- 2022-03-20 22:17:39下载
- 积分:1
-
例,运行两个服务
examole, run two services-examole, run two services...
- 2022-03-21 11:07:31下载
- 积分:1
-
一个过程
程序实现了一个旋转而且每一个面带有不同色彩的立方体-One process
- 2022-05-17 05:23:48下载
- 积分:1
-
客户应用程序-应用程序充当在商店数据库使用的客户 & 产品包括库存控制系统
这是作为一个系统,在商店中使用的应用程序。它包括一个客户数据库,即它可以保存数据库 f 客户提供的几个细节。它也有一个产品数据库应用程序即可以持有这家商店出售的产品的列表。最后,它也有一个订单数据库从哪里可以检索以前订单的详细信息。此外包括从哪里可以做订单库存数据库。
- 2022-01-25 14:23:47下载
- 积分:1
-
The realization of sleep (Sleep) a specified period of time (in seconds) a simpl...
实现睡眠(Sleep)指定时间(秒)的简单控制台程序。-The realization of sleep (Sleep) a specified period of time (in seconds) a simple console program.
- 2023-03-17 02:05:04下载
- 积分: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
-
八皇后问题,用C++编程,在VC++上运行正确,效率还不错...
八皇后问题,用C++编程,在VC++上运行正确,效率还不错-eight Queen"s problems, and use C++ programming in Visual C++ running on the right, also good efficiency
- 2022-03-23 13:51:43下载
- 积分:1
-
这是我的第一个C语言程序,非常简单,:识别并统计单词.现在想来,感触颇多!...
这是我的第一个C语言程序,非常简单,:识别并统计单词.现在想来,感触颇多!-This is my first one C Programming Language, very simple, : statistics and word recognition. Now, come to think of a lot of feelings!
- 2022-09-27 15:25:03下载
- 积分:1
-
数据结构用数组实现了两个多项式相加,用数组实现多项式的存储...
数据结构用数组实现了两个多项式相加,用数组实现多项式的存储-Array data structure implementation using the sum of two polynomials, the polynomial storage array implementation
- 2022-04-24 06:55:08下载
- 积分:1