-
通用串口总线
基于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
-
K-均值聚类
它实现了 k-均值聚类。聚类是一种无监督的学习。它随机选择 k 点到初始聚类中心。它计算组的平均值,然后更新它的中心。
- 2022-05-22 22:37:47下载
- 积分:1
-
演示vb6怎样读写纯文本的程序
演示vb6怎样读写纯文本的程序-demonstrate VB6 how to read and write plain text procedures
- 2022-02-06 05:05:12下载
- 积分:1
-
Features: Financial Management: to be able to deal with accounting documents, ca...
功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位的费用统计。-Features: Financial Management: to be able to deal with accounting documents, cash expenses, general expenses, other income, amortization of deferred expenses, changes in fixed assets, fixed assets depreciation treatment, are mentioned the existing business, financial stock cost adjustment, beginning of the adjustment of income and expenses between units to be able to borrow to repay the staff to carry out a separate business management, automatic generation of operating costs, cash banking, other income, fixed assets, such as statistics able to employees between the units to carry out a separate loan Procurement operations: purchase order processing, according to a single settlement, in batches receiving installments, payments purchases, purchase returns, the
- 2022-03-21 08:50:34下载
- 积分:1
-
C++ programing giude
C++ programing giude
- 2022-08-07 20:09:23下载
- 积分:1
-
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务...
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务器需要支持PHP功能,MYSQL不需要.-Serial number of legitimate software online registration wizard demo of this process using the Internet to verify the serial number of the software whether it is genuine. You need to call the procedure writeFile.php uploaded to your server, of course, your server needs to support PHP function, MYSQL not required.
- 2023-08-28 17:30:04下载
- 积分:1
-
Java 计算器
这是简单计算器创造的创作者与 Java 在 Netbeans 中,计算器可以做基本的计算,如加法。减法除法和乘法
- 2023-04-23 13:20:04下载
- 积分:1
-
监视程序的变更
监视文件变化的程序-surveillance documents changes in the procedure
- 2023-08-08 01:30:03下载
- 积分:1
-
按照鼠标键盘空闲时间关机,后台运行
按照鼠标键盘空闲时间关机,后台运行-close
- 2022-07-11 11:33:30下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1