-
This is learning "system" in the curriculum design, including the subj...
这是学习《操作系统》后的课程设计报告,包括题目、程序流程图、和源程序代码-This is learning "system" in the curriculum design, including the subject, the process flow diagram, and source code
- 2022-09-02 15:55:02下载
- 积分:1
-
将 ASM 源程序变为 TURBO
将 ASM 源程序变为 TURBO-C的内联模块,将汇编语言和c语言联合使用-will ASM source into TURBO-C in conjunction with the modules will be compiled language and the joint use of language c
- 2022-01-27 20:47:22下载
- 积分:1
-
VC++坦克大战完整代码
VC++坦克大战完整代码,分布式坦克大战,支持网络对战,可进行游戏设置、玩家选择、网络设置等相关选项,需要正常连接网络才能开始游戏,接近3M的游戏源代码,比较完整,VC++6.0下即可编译。
- 2022-02-24 12:30:30下载
- 积分:1
-
学习类的,深入研究New和Delete,看后会很收益的:)
学习类的,深入研究New和Delete,看后会很收益的:)-learning category, and in-depth study and New Delete, after reading the proceeds will be :)
- 2022-01-30 16:06:27下载
- 积分:1
-
JSP+Ext网盘系统,界面漂亮,上传好用
JSP+Ext网盘系统,界面漂亮,上传好用,源码完整,请大家先看下截图,EXTJS框架实现的前端界面,结合JSP底层实现的上传内核,上传速度快,支持批量上传,显示上传进度,功能方面虽然不是100%完善,不过已经实现了网盘的基本功能,拿去学习EXT也是很不错的资料。
- 2022-01-26 02:17:31下载
- 积分:1
-
Time 4 Crime online
Time 4 Crime online-Time 4 Crime online
- 2023-07-21 00:40:04下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
周立功的7289功能在这里了,有点是程序来的,你们给点意见吧,多谢了...
周立功的7289功能在这里了,有点是程序来的,你们给点意见吧,多谢了-ZHOU Li-gong in the 7289 feature here, a bit is the procedure, you to point it, I would like to thank the
- 2023-04-07 16:10:04下载
- 积分:1
-
ANSYS经典实例汇集.pdf,共收集了72个经典实例,很全,值得一读。...
ANSYS经典实例汇集.pdf,共收集了72个经典实例,很全,值得一读。-ANSYS classic example of pooling. Pdf, collected a total of 72 classic examples, it is the whole, worth reading.
- 2023-05-20 09:10:04下载
- 积分:1
-
船舶载量计算程序,可用于船舶装载终端的设计。
船舶荷载计算程序,可用于码头设计中船舶荷载的计算。-Ship load calculation procedures, can be used for ship loading terminal design calculations.
- 2022-01-31 01:10:56下载
- 积分:1