资源列表
vcPPaviplyer
- C和汇编实现Dos操作系统的源代码,源码在SRC目录下,模拟出的DOS系统,这是比较底层接近机器语言的源码哦,很有参考价值,对了解Win底层架构相当有帮助-C and assembler achieve Dos operating system source code, source code under the SRC directory, simulated DOS system, which is relatively close to the underlying source code
cdossrc
- C和汇编实现Dos操作系统的源代码,源码在SRC目录下,模拟出的DOS系统,这是比较底层接近机器语言的源码哦,很有参考价值,对了解Win底层架构相当有帮助-C and assembler achieve Dos operating system source code, source code under the SRC directory, simulated DOS system, which is relatively close to the underlying source code
InfInstall
- VC++ inf文件安装程序InfInstall源码,可以正常编译运行,用来安装指定的INF文件,根据HARD ID来确保安装在一台电脑中,可用来注册软件。-VC++ inf file to install the program InfInstall source code can be compiled to run normally used to install the specified INF file, according HARD ID to ensure that the in
YY
- VC++ 练习打字的小软件,本款打字程序用VC++写的,从上面会掉落字母,敲击键盘相应键即可,可倒计时显示秒数、每分钟要多少字,打字速度等,功能比较简单,可用来学习编VC程。-VC++ little practice typing software, typing this paragraph with VC++ program written letters will fall from above, hit the corresponding keyboard key to countdow
cmianshi
- C语言求孪生数 矩阵替换A 扩展字符A,当时是研究生C语言考试2011级研究生面试题,本源码内包括了问题和解题思路等详细资料,有兴趣的可参考下。-C language seeking to replace A twin extended character matrix A, then a graduate student at the C language exam 2011 graduate interview questions, including the source of the p
samplmfc
- 简化GDI写法的VC++程序,演示如何写GDI简化代码,对此有需求的不妨参考下-Simplify the wording of GDI VC++ program that demonstrates how to write GDI simplify the code, which may wish to refer to the demand
ODBCApiDataManager
- VC++ ODBCApiDataManager数据库管理源码,1、数据库的自动创建,并初步实现了用户登录登录模块 2、左边上下滑动窗口的初步实现。使用有ButtonST、CListCtrlEx、ControlBar、DbLink、DbOperator、MenuXP等控件。-VC++ ODBCApiDataManager database management source, an automatic database creation, and initial user login l
MFCplayer
- VC++ 使用滑块控制音量的MFC音乐播放器,播放器界面没有怎么设计,只是演示了MFC的应用,播放音乐请点击浏览文件按钮。另外音量控制实现了仿Windows系统的滑块控制方式,同时适时显示了音量大小,是一个比较简单实用的参考代码。今天的内容就是这些,是不是很简单,源代码可以通过百度关键字 MFC plucky(资料一般放在 新浪爱问资料里)-VC++ MFC using a slider to control the volume of the music player, the player
vclinktable
- VC++双向循环链表,实现功能:创建新链表、添加新节点;链表数据排序、输入链表信息;查找和删除链表数据、清屏、清空链表等,如果你对VC++的双向循环链表不太熟悉,这个例子对你的是比较有用的-VC++ bi-cycle chain, to achieve functional: Create a new list, add a new node linked list data sorting, enter the list of information find and delete the
MyQQ
- VC++ TCP 方式实现MYQQ,仿QQ的小软件,功能没QQ多,只是实现基础的TCP通讯功能,连接方式可以连接TCP/udp,服务选择里可选客户端和服务端或都两者都是。另外程序还具备抓图功能,请先指定对方IP-VC++ TCP way to achieve MYQQ, small software like QQ, QQ multi-function not only achieve TCP-based communication functions, connections can be c
multicolcmp
- VC++组合框控件的多列显示源码,列出了下拉式组合框和普遍样式组合框的两种风格,和VC默认的控件是不一样的,经过改造后是不是更适合使用了呢?-VC++ multi-column combo box control displays the source code, lists the two styles drop-down combo boxes and universal style combo box, and VC default controls are not the same, a
NPort
- VC实现的类似Windows Netstat命令查看开放端口的源码,并不是一个完整的程序。NPort.cpp : 显示端口及对应的文件名,相当于Netstat -noa命令. 适用于XP及较高级版本.所用的iphlpapi.dll中的函数原型定义,生成IP地址字符串。以下为与TCP相关的结构: typedef struct tagMIB_TCPEXROW{ DWORD dwState // 连接状态. DWORD dwLocalAddr // 本地计算机地址.