资源列表
DrawViewBk
- 这是有关visual C++的界面编程的例子
UDiskMonitor
- U盘小偷 U盘小偷 U盘小偷
dining
- 哲学家就餐问题C语言演示程序,带窗口、对话框,有详细中英文注释-Dining philosophers problem of C language demo program with a window, dialog box, there are detailed notes in English and Chinese
xcrj
- 一个小小的限制使用软件次数的软件,附加上课程设计的报告.解释完整.-restrictions on the use of a small number of software, additional courses on the design of the report. A complete explanation.
TestList6
- CListCtrlExt 控件,做界面的时候能用上,可以下来试试。-CListCtrlExt control, when the interface can be used to do, you can try down.
antihook_src
- 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
Example8
- 通信编程工程实例配套源码 以RS View32为服务器的OPC客户端编程
xiaomishu
- 一个用.net软件开发的小秘书程序,有定时关机等功能,不过电脑必须安装.net软件-A use. Net software development of small-Secretary of procedures, have regularly shut down and other functions, but the computer must be installed. Net software
jisuanqi
- 学习vb.net,编了个最经典的计算器例子分享下-Learning vb.net, the share of the morning train of the most classic calculator example
oxpstylenew_src
- XP风格的界面模板,包括菜单也是风格,很是值得借鉴-XP-style interface templates, including the menu style is, it is worth learning
0014
- 电影播放器制作实例,程序可以单独运行,也可以合并到自己的程序里面运行。-Movie player production instance, the program can be run separately, can also be incorporated into their own program which is running.
cc
- 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
