-
PUBLIC DOMAIN 文本编缉器的 C 语言源程序,仅仅只是为了学习和交流...
PUBLIC DOMAIN 文本编缉器的 C 语言源程序,仅仅只是为了学习和交流-PUBLIC DOMAIN text editing of C language source files, merely to learn and exchange
- 2022-06-20 18:40:26下载
- 积分:1
-
计算器程序,可以对表达式进行计算。很有参考价值的
计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
- 2022-05-05 18:15:11下载
- 积分:1
-
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序...
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序-Atmel sensor fingerprint identification lib library, the company spent a lot of money to buy. can reference the PDF document in front of the development of its own cell phone fingerprint identification procedures
- 2022-04-07 05:20:26下载
- 积分: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
-
鼠标测试软件的功能,一个程序
鼠标测试软件VC++ api函数编写的程式-mouse test software VC api function, a program
- 2022-05-22 16:14:35下载
- 积分:1
-
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用...
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用-use of the latest canny operator realization of the border fitting procedures to be determined after the graphics used directly
- 2022-06-18 14:03:57下载
- 积分:1
-
聊天程序的服务端程序,给有需要的人一定的参考!
聊天程序的服务端程序,给有需要的人一定的参考!-Chat server process procedures available to those who are in need of some reference!
- 2022-07-13 20:12:28下载
- 积分:1
-
mfc实现残缺棋盘游戏
以VS2010为工作平台,编写mfc应用程序,实现棋盘游戏,内包含中功能,如暂停、继续、从新开始、设置棋盘大小,填充速度等。
- 2022-02-02 14:19:13下载
- 积分:1
-
graph algorithm will learn one of the elements in hopes of giving the incoming y...
图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
- 2023-05-29 02:35:03下载
- 积分:1
-
编写一个书本类,可以输出不同课程的书
编写一个书本类,可以输出不同课程的书
- 2022-01-27 15:07:15下载
- 积分:1