资源列表
潜艇大战
- 一个非常经典的小游戏,潜艇大战,很有参考的价值,不足的请多多指教-A classic little game, Submarine War.
myFiveChess
- 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)-\" quintet game \" this procedure is it is it partly , is it play chess tree search for to use to play chess while being man-
goodLianLian
- 在玩‘连连看’,由于时间限制得太紧,总是玩得不爽,于是费半天时间,模仿了一个程序,基本功能已实现,有兴趣的可以进一步去完善-when you play \"connect\"game,becouse of few time you can not play happy.so i take many time to make a programm which have same funcktion as this game.when you have interest in my game,you
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
