资源列表
FiveSource
- 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习.-This code is artificial intelligence calculate way that a complete get-away drama, the interface is beautiful, among them too worthwhile consult study
MetrixMaze
- 数据结构里的迷宫实验,把它编成一个类似坦克游戏的程序。现在实在太忙了,没时间写文档,不过程序里有较为详细的说明。 程序在 VS.NET 2003下编的-The maze experiment in the data stuctures,making it like a program of tank game .Now time is limited ,having no time to write a document,but there is detailed explanation in
SimulateFlashGet
- 大家都用过flashget吧?我觉得它的界面很有借鉴的价值,于是自己模仿做了一个。-This program simulates the flashget.
用Macromed提供ocx控件开发的 FLASH 播放器
- 每次想看FLASH的时候到都找不到播放器,还是拖进IE里看,于是乎利用Macromedia提供的Flash.ocx以及相关接口进行编写,功能比较完善,不过由于Flash.ocx本身接口的缺陷有些问题不能解决,只有等到研究Swf格式才行,本代码也解决了很多网友不能解决的问题,对这方面感兴趣或对本程序提出BUG的网友可以和我联系 QQ:8207531-I can t find a player everytime when I want play FLASH movie. I have to dra
页面置换算法演示
- 程序中含有一些对控制台输出和事件进行控制的API函数.-Includeing some function to contral the input and output of console.
进程调度算法演示
- 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数-This is a display of process assigned algorithm. It includes some API functions for the control of console output and events.
如何调用dll中的函数
- 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
在动态连接库内封装应用程序框架cool
- 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread()
一步一步实现MFC扩展DLL中导出类和对话框
- 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
SENDMESSAGE的使用
- SENDMESSAGE消息的使用-how to use sendmessage
17xxz
- 小东西,学生管理工具。功能不十分丰富,但五脏俱全,欢迎大家多多指教-Tools of students management. The function is not perfect ,but there are some function is special.
20050708131632
- 用循环单链表实现队列的基本操作,很好的展现了队列的优点-The program realizes the basic performances of the queue, using cycling single table, and make a good exhibition of the queue s advantages.