-
Primitives, simple draw using Glut (opengl) on c
Primitives, simple draw using Glut (opengl) on c-Primitives, simple draw using Glut (opengl) on c++
- 2022-08-25 11:51:09下载
- 积分:1
-
LS by Cao Siqin, 2007.7.17
ls [
LS by Cao Siqin, 2007.7.17
ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...]
Options:
-? : display this help
-l : list details
-a : list all files
-w/s : list in a line, file names are sepatated by tab
-p : file name with full path
-q : if file name contains space then use " to embrace it
-c : swith on/off color
-d : list folders only
-f : list files only
-o : omit file s extension name
-O : omit all file s extension names
-! : use kernel API instead of stream function to list
other options : will be ignored
Color:
yellow : directory
gray : hidden file/directory
red : readonly file/directory
blue : compressed file/directory
green : system file/directory
white : normal file/directory
Noice:
There should be less then 100 masks
-l/-w, -d/-f can t be both valid, only the latter will be
Both "-" and "/" can be used to define options-LS by Cao Siqin, 2007.7.17
ls [-l/-w/-s][-d/-f][-acpo!?] [path or
- 2022-04-06 12:08:54下载
- 积分:1
-
翻译中...
主题解释每一件事 >>计算器使用类是基本的简单一艾薇
其为教育:)
- 2022-03-02 19:05:01下载
- 积分:1
-
词法分析器
这是关于编程语言和翻译方法的源代码。词法分析器,认识到有效的字符串。 第 1 步编写编译器。
- 2022-08-25 11:11:28下载
- 积分:1
-
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习...
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习-C programming source, including the most simple entry procedures and graphical programming, etc., suitable for novice learning
- 2023-06-03 04:35:04下载
- 积分:1
-
A small program using threads, you can definitely do it
一个使用 线程的小程序,可以作到抛砖引玉吧-A small program using threads, you can definitely do it
- 2022-08-19 04:22:29下载
- 积分:1
-
是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存...
是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。
该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。
该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the insert management, scheduling, search, delete, change the functional. Results stored in the default document, the user can choose whether or not start loading documents or withdraw from the process preserve the results. The program is inadequacy : do no graphical user interface, the user may not be very convenient. No use database, but directly to the results of the proceedings to preserve documents. The process of achieving better performance management functional part. C code that can be used as part of further development of resources.
- 2022-06-19 03:44:58下载
- 积分:1
-
此程序为模拟windows平台下的dos命令处理程序.
此程序为模拟windows平台下的dos命令处理程序.-this program to simulate the windows platform dos order processing.
- 2023-03-14 07:45:03下载
- 积分:1
-
8女王的程序是解决java平台开发
八皇后问题的求解
本程序是在java平台上开发完成
-8 Queen of the procedure is to solve the java platform developed
- 2022-07-07 22:31:38下载
- 积分: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