-
about tinyxml
tinyxml 测试程序,比较简单。可以下载直接使用。-about tinyxml
- 2023-08-16 07:35:04下载
- 积分:1
-
eyedetection code which first detects a face ,then creates an roi near the eye r...
eyedetection code which first detects a face ,then creates an roi near the eye region and detects an eye.This uses the Haar classifiers in OPEN CV
- 2022-02-15 01:13:05下载
- 积分:1
-
完整的Cad源代码cad,绝对好用
完整的Cad源代码cad,绝对好用 -integrity of the source code cad Cad definitely handy
- 2022-07-28 14:54:12下载
- 积分:1
-
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。...
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
- 2022-03-23 19:30:57下载
- 积分:1
-
一个产生程序序列号的范例
一个产生程序序列号的范例-a sequence of a process model
- 2022-04-29 12:57:59下载
- 积分:1
-
MS OCR VC程序
图形文字识别(OCR)是常用的东西。微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。
这里发布一个用MS_OCR做的示范程序,识别能力还不错,支持多种图形格式(bmp,jpg,tif)。
- 2022-04-13 14:00:03下载
- 积分:1
-
椭圆拟合算法VC++
这是一个椭圆拟合的算法程序,能够对输入的点进行2D直线,圆及旋转椭圆拟合。 上面的图形是一个2D
- 2022-02-28 13:09:21下载
- 积分:1
-
学生信息管理系统(自己)一个简单的图形界面,希望能…
学生信息管理系统(自编)简单的图形界面,希望大家喜欢-Student Information Management System (own) a simple graphical interface, I hope everyone likes
- 2022-04-21 05:43:55下载
- 积分:1
-
"泡沫"游戏
游戏的目标-打造线相同颜色的球。
- 2022-02-05 00:09:54下载
- 积分:1
-
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_D...
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "C_FA" //保护文件
const CString REQ_RENAME = "C_FR" //重命名
const CString REQ_COPY = "C_FC" //拷贝
//-------------发送文件--------------
const CString REQ_SNDFILE = "R_FL"
const CString REP_SNDFILE = "S_FL"
//-----------------------------------
//-------------接收文件--------------
const CString REQ_REVFILE = "C_FL"
const CString REP_REVFILE = "S_FL"
//-----------------------------------
//-------------更改目录--------------
const CString REQ_CHGDIR = "C_DC" //更改目录
//-------------更改目录--------------
//-------------根目录名--------------
const CString ROOT_DIR_NAME = "LSV2" //根目录名
//-------------根目录名-LSV2 trans
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "
- 2023-01-08 18:05:03下载
- 积分:1