资源列表
最简单的SDK窗口程序
- 这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse op
ntservicecpl
- 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTServ
俄罗斯方块源代码-1-2-3-4
- 实现俄罗斯方块的源代码,功能简单,操作容易,可供参考!-the source code carried out the Russia diamonds,function is easy,operating is easy,for reference !
DOS操作系统源代码dosSource
- DOS操作系统源代码 详细说明DOS操作系统的原理 DOS操作系统源代码dosSource.rar-The DOS operating system source code specify DOS operating system
CIH病毒原码
- CIH病毒原码 介绍CIH病毒原理 及其源码-CIH virus source code : Introduce the theory of CIH virus and show you its source code.
算法分析与设计多媒体
- 在毕业设计期间由多人开发的一个算法演示系统,它包n皇后问题、拉维斯加算法等-This is a algorithm demo system developed by some persons, which including n queen problem, Laplac algorithm,etc.
图象变换大小
- 自己做的一个图象变换大小程序,看看就懂.-A simple program for changing size of image by myself.
图书查询
- 一个小简单的图书查询系统.可以调用数据库里的存书情况.-A tiny and simple system for book searching. You can use it to get the informations about the books in your lib data base
JAVA与图形
- JAVA与图形的绘制程序.实现绘制花朵的源码.-Drawing programme of JAVA and graphics.The source code carried out how to drawing flowers.
广播信息程序
- 客户机,服务器连接.进行广播信息的实现.-Connected with client/server,carry out information broadcasting.
JAVA与多媒体
- JAVA程序实现创建多媒体,实现播放器的简单功能.-JAVA code which can create multimedia and realize the simple functions of media player.
Vs.net词法分析器
- 用.net编写的编译原理中所用到的词法分析器。是编译器的最基本功能!-The accidence analysiser for compile principles using .net. It is the fondation of compiler