资源列表
Win-TC2(SourceCode)
- 一款仿Win-TC的c编辑器,delphi写成。 代码有点混乱,不过还是有参考价值的。-An imitation of Win-TC c-editor, delphi written. Code is a bit confusing, but still useful.
clglxt
- 用ACCESS和VB编写的一个简单的车辆租赁管理系统,适合入门初学者,学生学习用-ACCESS and VB, with a simple car rental management system, suitable for entry-beginners, learning to use
Fire
- Win32图像编程实战:VC++火焰燃烧效果 VC++图形编程实战,能够形成火焰燃烧的效果,很逼真生动,Codefans.net测试截图如上所示,一个纯Win32作品,没有用到MFC。粗略的看了一下程序,算法比较复杂,希望能用到这方面的朋友下回去仔细研究一下。 -Win32 Programming actual image: VC++ VC++ flame effect graphics programming combat, able to form a flame effect,
WordSeg
- 实现基本分词,对刚开始接触中文分词的人,是很有帮助的。-To achieve the basic word, the first contact with Chinese word for people, is helpful.
820
- 用com技术实现的LABVIEW读写数据库程序,用于汽车信息采集分析-Com technology with the LABVIEW read and write database programs, information collection and analysis for automotive
GPSRCDemo100703
- 最新*2007完整源代码+黑洞屏幕DELPHI-2007 gray dove latest complete source code+ black screen DELPHI
shpfile
- vb.net 开发的arcgis 唯一值渲染和标注,基于arcgis engine组件 -vb.net development arcgis unique value rendering and label, based on arcgis engine components
Brone
- 纹理映射的真实例子,具有详细的代码说明与文字解释-Texture mapping of real examples, with detailed instructions and text to explain the code
client
- 完整的龙族登陆器源码,经过本人测试保证能用。-Perfect
Get
- HID调试用工具,能自动搜索所有的HID设备,而且可以选择指定的HID进行读写(只要HID设备支持的话)。-HID debugging tools that can automatically search for all the HID devices, but can choose to read and write to the specified HID (as long as HID device supports it).
ScreenCapture
- csharp 屏幕截图完整程序带打包工程-screen capture
bianzhi
- 大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序。 要求: (1)输入参数包括:学期总数,一学期的学分上限,每门课的课程号(固定占3位的字母数字串)、学分和直接先修课的课程号。 (2)允许用户指定下列两种编排策略之一