-
小车利用红外传感器扫描黑线寻迹,找传感器扫描黑线的最大最小值...
小车利用红外传感器扫描黑线寻迹,找传感器扫描黑线的最大最小值-Car use infrared sensors to scan black line tracing to find black line sensor to scan the largest minimum
- 2022-03-25 09:24:10下载
- 积分:1
-
多线程端口扫描程序源代码
多线程端口扫描程序源代码-multithreaded port scan source code
- 2022-04-24 22:39:27下载
- 积分:1
-
使用窗口在文件监视器上的应用
利用Windows API实现对文件监控-use of the Windows API on File Monitor
- 2022-07-02 08:57:37下载
- 积分:1
-
JAVA 勤工俭学管理系统
该系统实现了注册和登录,主要有学生端,教师端和学院管理员端。
- 2022-04-28 04:14:52下载
- 积分:1
-
小小的电脑图书管理系统,用于管理电脑磁盘的图书信息,比如电子图书,还只是的初步的模型...
小小的电脑图书管理系统,用于管理电脑磁盘的图书信息,比如电子图书,还只是的初步的模型-tiny computerized library management system used to manage computer disk library information, such as electronic books, only the initial model
- 2022-12-04 14:35:03下载
- 积分: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
-
Realize the Joseph Ring with C language, and it is realized with data structure.
用c语言实现阅瑟夫环,是利用数据结构实现的-Realize the Joseph Ring with C language, and it is realized with data structure.
- 2022-07-24 02:20:39下载
- 积分:1
-
老罗读了“,只有通过解决的崩溃,以确定这样的…
读了老罗的“仅通过崩溃地址找出源代码的出错行”(下称"罗文")一文后,感觉该文还是可以学到不少东西的。不过文中尚存在有些说法不妥,以及有些操作太繁琐的地方 。为此,本人在学习了此文后,在多次实验实践基础上,把该文中的一些内容进行补充与改进,希望对大家调试程序,尤其是release版本的程序有帮助 。欢迎各位朋友批评指正-old Romanian read the "only by the collapse of addresses to identify the source code error" (hereinafter referred to as "Luo"), a text, the feeling of the text can still learn a lot of things. But the text of the surviving some of the comments inappropriate, and too cumbersome to operate in some areas. Therefore, I studied in the article, the practice of several experiments, based on the text of some elements to complement and improve, we hope to debug procedures, particularly release versions of the program would be helpful. Welcome ladies and correct criticism
- 2022-02-12 16:50:08下载
- 积分:1
-
在DOS下用debug
在DOS下用debug
- 2023-08-08 09:25:03下载
- 积分:1
-
计算CRC4和CRC16的VC程序,其中包含了原创的字符串异或函数,希望对大家有用
计算CRC4和CRC16的VC程序,其中包含了原创的字符串异或函数,希望对大家有用-CRC16 calculation CRC4 and the VC process, which includes the original string XOR function, in the hope that useful to everybody
- 2022-03-18 20:47:16下载
- 积分:1