-
operating system with the further understanding of algorithms, and to further un...
操作系统用的进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。 -operating system with the further understanding of algorithms, and to further understanding of pages replacement algorithm are discussed.
- 2022-01-25 20:40:52下载
- 积分:1
-
一个简单的猜数字游戏的编程,编译已经完全通过,绝无问题
一个简单的猜数字游戏的编程,编译已经完全通过,绝无问题-猜数字a simple game programming, the compiler has completely passed, no problem
- 2022-08-10 05:17:00下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
Useful information on a drawing if you have similar trouble also upload informat...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-14 23:56:02下载
- 积分:1
-
Java手机游戏 沙丘城堡完整源码
Java手机游戏 沙丘城堡完整源码,为索尼爱立信手机系统开发的,现在有点落后了,当时是很火的游戏,编写实现的源代码也是相当珍贵的手机游戏编程范例。
- 2022-01-25 17:34:11下载
- 积分:1
-
Procedures can be obtained through the preparation of the framework of flow char...
通过编写程序即可得到程序框架流程图等的小软件工具-Procedures can be obtained through the preparation of the framework of flow chart of procedures, such as small software tool
- 2022-06-29 18:41:52下载
- 积分:1
-
it is used for studing pscad
it is used for studing pscad
- 2022-05-23 19:23:39下载
- 积分:1
-
NTL is a high
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
- 2023-01-01 04:45:03下载
- 积分:1
-
液晶显示的字模生成软件
液晶显示的字模生成软件-LCD Generation of Software Fonts
- 2022-07-10 01:02:27下载
- 积分:1
-
This beautiful interface a good helper, but also to my friends, let us look at t...
这是界面美观的好帮手,也是朋友给我的,请大家-This beautiful interface a good helper, but also to my friends, let us look at the good
- 2022-01-25 16:40:25下载
- 积分:1