-
实现一般面向对象的编程功能
实现一般面向对象的编程功能-realization of object-oriented programming
- 2022-05-05 16:01:11下载
- 积分:1
-
通用串口总线
基于USB的摄像机的上位机显示程序,摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/XP
1.运行本代码需安装windriver7.00和VC6.0,可到网上下载
2.编译时需设置库文件,windriver的include文件路径以及windriver的lib文件路径-USB-based PC camera shows the procedures necessary for the camera chip OV511+ (Such as: mesh v2000), applicable to Windows2000/XP1. To run the code to install windriver7.00 and VC6.0, can be downloaded 2. Compilers when set up library file, windriver the include file path and the lib file path WinDriver
- 2023-05-28 14:20:03下载
- 积分:1
-
该源代码为一个简单的科学类型的计算器,是用VC编写的
该源代码为一个简单的科学类型的计算器,是用VC编写的-this code is a simple scientific caculator implemented in vc
- 2023-08-14 05:30:02下载
- 积分:1
-
进程与线程的一个应用
进程与线程的一个应用-processes and threads of an application
- 2022-05-06 10:07:27下载
- 积分:1
-
BMP image filters
此代码可以为BMP图像生成两种效果:生成黑白图像或生成负片图像。代码使用windows.h库中BMP图像的结构。逐像素读取图像。图像表示为以像素为元素的二维数组(自身结构)。程序可以处理24位和32位图像(或其他不使用颜色托盘的图像)。
- 2022-11-10 19:55:03下载
- 积分:1
-
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之...
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之-4 × 4 small keyboard scanner would like to see a better scan algorithm
- 2022-05-30 00:57:53下载
- 积分:1
-
次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去...
次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去-meeting of the system, including workflow management, document management, project management testing, project acceptance, and other functions, can be used in practical work to
- 2022-10-15 22:50:03下载
- 积分:1
-
VB.NET student information system. Can search, add, delete function
VB.NET学生信息系统。可以查找,增添,删除功能-VB.NET student information system. Can search, add, delete function
- 2022-10-23 16:35:03下载
- 积分:1
-
本代码实现了自动对VC工程中的非必须文件进行清理。
本代码实现了自动对VC工程中的非必须文件进行清理。-the code to achieve the automatic right VC project of the non-paper to be cleared.
- 2022-03-23 22:15:55下载
- 积分:1
-
vs2010和 opengl简单源码
用vs2010和 opengl的环境,编写代码,最终画出来的图形为一个边长为1的正方形,注意在编写代码之前写上相应的头文件
#include ,需要写明以什么样的投影方式来观看,比如正交投影,用代码gluOtho2D(-1.0,1.0,-1.0,1.0);等
- 2022-08-25 15:13:54下载
- 积分:1