-
我也不知道是干什么的,我只是想下载,我没那本事上传。
我也不知道是干什么的,我只是想下载,我没那本事上传。-I don t know what it is, I m just able to download files, not upload.
- 2023-02-02 07:35:04下载
- 积分:1
-
过程变成一个状态程序,这是在学习过程中的操作…
进程状态转化程序实现,这是在学习操作系统过程的时候,我做的一个课程实验-process into a state program, which is in the process of learning the operating system, I do an experimental courses
- 2022-04-20 02:04:35下载
- 积分:1
-
grep by曹斯琴,2007.7.17
grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab-grep by Cao Siqin,2007.7.17
grep [-v?]
Options:
-? : show this help
-v : list lines that doesn t contain sub-string
-n : list in one line, words separated by tab
- 2022-08-11 00:42:22下载
- 积分:1
-
Жордан шугаман тэгшитгэлийн систем
#包括;
- 2022-09-29 15:00:02下载
- 积分:1
-
可以查看windows ce 下的nk.bin文件。其他的请察看源码
可以查看windows ce 下的nk.bin文件。其他的请察看源码-can check the windows ce document nk.bin. Please see the other FOSS
- 2022-03-06 20:38:06下载
- 积分:1
-
点在多边形内判断,思想:点的做射线与多边形的交点个数。...
点在多边形内判断,思想:点的做射线与多边形的交点个数。-Point in polygon judge thought: point to do ray intersection and the number of polygons.
- 2022-02-07 07:24:03下载
- 积分:1
-
模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等
模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等-analog terminal, and several catalog operation of the system commands, dir, cd, md, del etc.
- 2022-03-24 21:54:34下载
- 积分:1
-
实现了C++的分数类,实现的分数与整数,分数与int,整数与int的混合操作,用多态和虚函数来实现digit_number()
实现了C++的分数类,实现的分数与整数,分数与int,整数与int的混合操作,用多态和虚函数来实现digit_number()-Realize the C++ The Score category, the scores and realize integer, scores and int, and int mixed integer operations, using virtual functions and polymorphism to achieve digit_number ()
- 2022-03-02 18:18:42下载
- 积分:1
-
任务管理器
应用背景C语言实现的windows任务管理器,界面与windows自带的任务管理器差不多,能停止正在运行的任务,能显示CPU使用等功能。。。关键技术
C language implementation of the Windows Task Manager, the interface and the windows comes with the task manager, can stop being running tasks, can display the use of CPU and other functions...
- 2022-03-22 19:55:22下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1