资源列表
card1.2
- windows API实现简单金花游戏,简单的人机对战,牌型的判断和比较-Golden windows API to achieve a simple game, simple man-machine gaming, card type to determine and compare
Maze32
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
TreeForm
- TreeView 与 FormView 组合的典型用法,点击Tree控件的某个节点,Form随之变化。-TreeView combination of typical usage of the FormView, click on a node in the Tree control, Form change with it.
Danpage6
- 工程文件基于单文档,在单文档界面通过"标签"打开三个"页面",页面也是基于文档,基类为CFormView,标签控件:通过新建 CTabCtrl类来创建。-Project file based on a single document, in a single document interface through the " label" open three " pages" , the page is based on the document, the ba
MulDesk
- 提供4个windows桌面的最简洁程序,切换速度快。包括系统托盘图标,支持快捷键alt+1(2,3,4)切换。-Provide four of the most simple windows desktop application, switching speed. Including the system tray icon, support shortcut key alt+1 (2,3,4) switching.
AviCap
- VFW实现视频捕捉,USB摄像头获取视频-VFW
MFC-MDI
- 该程序实现了类似VC开发环境的界面,不过是控制窗口的显示目录有所改变,对于多视窗口的创建和理解是一个很的学习例子。-The VC program development environment to achieve a similar interface, but control the window display of the directory has changed, for the creation of multi-view windows and understanding is
DS18B20
- 用VB编写的上位机软件显示3路DS18B20采集温度值-Prepared using VB display 3 DS18B20 acquisition temperature value
jqyz
- 看多很多软件加了必须登录YY频道才可以使用软件 本源码思路和YY差不多只不过用在了必须加入指定的群 自身必须是指定群内成员软件才可以使用。-See a lot more software added must be logged YY channels can use the software almost the only source of ideas and YY must be added with in a specified group of its members must be
CMyToolTipTest
- 从CWnd派生纯自绘ToolTip控件,模拟实现气球提示效果-Derived from CWnd pure self-drawn ToolTip control, simulation results to achieve a balloon tip
ShowJPG
- 如何显示一副图片到你指定的窗口上,这儿程序给了你一个指导,将告诉你如何操纵图片!-How to display an image to your specified window, here the program gives you a guide that will tell you how to manipulate the picture!
Menu
- 关于vc6.0的菜单界面设计的源代码,菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CS