资源列表
directmove
- 基于vc++和OPENCV的简单的视频捕捉-OPENCV based on vc++ and simple video capture
Dialog
- 在VC中开发的对话框源程序,帮助初学者接触VC-VC in the development of dialog in the source code to help beginners access to VC
ImageProcess
- 该程序为在VC开发环境下开发的图像处理程序代码-The program development environment for the development of the VC' s image processing code
Menu
- 该程序为VC开发环境下的菜单程序,简单实用-The program development environment for the VC menu program, simple and practical
Test
- 该程序为WINDOWS下的编程程序,在VC开发环境中编译通过-The program for the programming process under WINDOWS, the VC compile the development environment
drltxt
- 多人聊天系统开发,操作需要数据库链接,可以私聊,也可以多人聊天-Multiplayer chat system development, operation requires the database link, you can whisper, you can also chat with people
FiveChess
- vc 写的五子棋程序,可以不同机器之间联网对战-five chess by vc
librarymanger
- vc写的,用了odbc来创建数据源,然后操作access数据库的图书馆管理系统-library system by vc odbc
Thead1
- vc 写的多线程小程序。用到了api函数createthread-multi-thread program by vc
Sql2005
- vc下利用odbc 操作sqlserver2005的小程序-control SqlServer2005 by vc odbc
rabbitandturtle
- 一个龟兔赛跑的多线程程序,利用vc 6.0开发。-rabbit and turtle run
exercise
- (实习题) 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。 2、 (作业题) 已知一棵排序二叉树,树中结点的形式为: data info left right 其中,data 给出结点的数据场,info 给出本结点的左