-
88852大型门户网V4.5免费完整版,可以做一个综合网站。
88852大型门户网V4.5免费完整版,可以做一个综合网站。-88,852 large-scale portal V4.5 full version free of charge, can do a comprehensive site.
- 2022-03-13 06:18:57下载
- 积分:1
-
键代码获取
易语言源码!一个简单的易语言,有按键和按键代码显示功能,仅供新手学习。
- 2022-07-25 20:15:20下载
- 积分:1
-
GRUB after commencement of computers running the software, which is responsible...
GRUB是计算机启动后运行的第一个软件,它负责加载一个操作系统的内核,并把控制权交给内核。该文档对GRUB进行了详尽的介绍,是一篇很不错的技术文档-GRUB after commencement of computers running the software, which is responsible for loading an operating system kernel. and control to the kernel. The right GRUB documentation for a detailed explanation, is a very good technical documentation
- 2022-08-26 08:37:09下载
- 积分:1
-
用c语言编写的一个动画演示!文件为免费的,直接解压,在tc环境下运行!...
用c语言编写的一个动画演示!文件为免费的,直接解压,在tc环境下运行!-using a language of animation demo! Documents for free, directly extracting the environment tc run!
- 2022-07-24 19:41:14下载
- 积分:1
-
九游戏里面详细说明了这个词的“可恶”的数字
游戏里面详细描述了九个字,令人发指的数字,几个数字
- 2022-03-03 11:20:56下载
- 积分:1
-
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者-VC++ game
- 2022-04-20 10:51:47下载
- 积分:1
-
编译Billiards.dsw文件,在Debug目录下会生成Billiards.exe文件,直接双击该文件,即可运行“网络台球”程序。 ************...
编译Billiards.dsw文件,在Debug目录下会生成Billiards.exe文件,直接双击该文件,即可运行“网络台球”程序。 ****************** Billiards在运行时需要glut32.dll的支持,另外还需要资源文件BILLIARDSTABLE.bmp、MOHOGANY.bmp和tableface.bmp。-compiler Billiards.dsw documents in the Debug directory will generate Billiards.exe document, double-click the file directly, and can run "cyber billiards" procedures.****************** Billiards at runtime glut32.dll need the support of other documents also need resources BILLIARDSTABLE.bmp, MOHOGANY.bmp and tableface.bmp.
- 2022-11-23 05:55:03下载
- 积分: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
-
以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果以阵列形式输出。...
以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果以阵列形式输出。-Sparse matrix computation
- 2022-07-28 15:07:49下载
- 积分:1
-
this ian queue.c file
this ian queue.c file
- 2023-05-01 01:55:03下载
- 积分:1