-
利用VC编写的加油站事务处理软件,较多的功能,部分功能没有实现,请同仁继续完善!...
利用VC编写的加油站事务处理软件,较多的功能,部分功能没有实现,请同仁继续完善!-Prepared by the use of VC gas station transaction processing software, with more features, some features did not materialize, please continue to improve the Tongren!
- 2022-03-21 17:40:42下载
- 积分:1
-
简捷有效的小键盘指法练习软件,现提供软件和源码下载。
小键盘数字键练习工具,程序小巧实用。每次随机产生10~25个数字,只能接受小键盘的数字键输入。输入完...
简捷有效的小键盘指法练习软件,现提供软件和源码下载。
小键盘数字键练习工具,程序小巧实用。每次随机产生10~25个数字,只能接受小键盘的数字键输入。输入完成后按回车即产生新的一组数字。程序带有计时,计速度的功能,可以作为你练习小键盘数字键的辅助工具。
打开程序后,直接敲击回车就可以开始计时了,请使用小键盘来输入数字!软件只能接受小键盘的数字按键和回车键,其他按键不响应。-Simple and effective exercises small keyboard fingering software, now offers software and source code download. Keypad number keys practice tools, procedures and practical compact. Randomly generated for each 10 ~ 25 figures, accepted only a small number keys keyboard input. Input that is, press enter after the completion of a new one set of figures. Procedures with time, including the speed function, can be used as you practice the number keys of keypad aids. Open process, a direct hit Enter to start the timer, use the small keyboard to enter a number! Software can only accept a small number of keyboard keys and the enter key, other keys do not respond.
- 2022-07-03 18:39:19下载
- 积分:1
-
人脸检测 in opencv with VC++
人脸检测 in opencv with VC
人脸检测 in opencv with VC++
人脸检测 in opencv with VC-face detection in opencv with VC++
face detection in opencv with VC++
- 2023-06-16 06:35:03下载
- 积分:1
-
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。...
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。-achieve registry simple operation. Programming Institute will use the registry your program more professional. The cases include basic programming method.
- 2022-07-24 07:29:35下载
- 积分:1
-
电信项目,用户管理,资费管理,数据采集,数据整合
电信项目,用户管理,资费管理,数据采集,数据整合-Telecommunications projects, user management, fee management
- 2023-08-08 07:15:03下载
- 积分:1
-
读取串口数据
VC++ 使用MSCOMM控件,实现串口数据接收,并显示。读取串口数据,为温度信号。实现数据采集并实时显示。
- 2022-11-02 00:45:03下载
- 积分:1
-
a text editor
一个高级文本编辑器-a text editor
- 2022-04-10 08:10:49下载
- 积分:1
-
Algorithm program list, pointer to operate clean, very classical algorithm proce...
链表算法程序实现,指针操作干净利索,很经典的算法程序。-Algorithm program list, pointer to operate clean, very classical algorithm procedures.
- 2022-05-26 21:54:42下载
- 积分:1
-
炸金花
单机游戏炸金花,比牌大小算法,c#实现winform程序,vs2012运行。
- 2022-01-28 13:12:22下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1