-
i tried to do this algorithm and finally i ve succe
i tried to do this algorithm and finally i ve succe-i tried to do this algorithm and finally i ve success
- 2022-01-25 16:40:15下载
- 积分:1
-
此程式为利用opencv产生色彩模型(gamut)
此程式为利用opencv产生色彩模型(gamut)-this program for the use of opencv produce color model (roadmap)
- 2022-03-18 09:23:11下载
- 积分:1
-
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题...
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题-Such as title, Counting Semaphore for inter-task synchronization, a binary semaphore for inter-task synchronization, but if the incident took place too quickly, may lead to data loss. However, the use of Counting semaphores can on this issue summary
- 2022-07-16 05:34:54下载
- 积分:1
-
高斯随机函数发生器,高人写的,我上传也是为了下载资源的。...
高斯随机函数发生器,高人写的,我上传也是为了下载资源的。-Gaussian random function generator, written by Gao Ren, I uploaded also to download the resources.
- 2023-03-26 04:00:03下载
- 积分:1
-
WinCE下检测LANcard的type
WinCE下检测LANcard的type-WinCE detect type of LANcard
- 2022-07-01 08:11:36下载
- 积分:1
-
openconfigurator
如果您是首次发布代码,建议先参考别人作品。
发布前可先搜索下是否有人已发布相同代码,以免重复,审核无法通过。
标签应尽可能短,请勿包含其他标点符号。
源码描述中如有代码片段,请点击编辑器中的“插入程序代码”按钮插入代码并选择相应的编程语言,以便代码片段被正确语法着色。
请勿上传非程序相关文件。
代码上传后,会在24小时内完成审核,审核通过后,会邮件通知您。
- 2022-11-05 13:05:06下载
- 积分:1
-
实现教学管理和研究的一些统计数据,和SCOR…
实现教学科研管理工作中的一些统计,及分数等等各项的操作,方便应用-Realize the management of teaching and research some of the statistics, and scores and so the operation, convenient application
- 2022-04-11 03:58:50下载
- 积分:1
-
C++黑白象棋源代码.zip,供大家参考学习
C++黑白象棋源代码.zip,供大家参考学习-A source code of chess in black and white using C++. Everyone can use it for reference and learning.
- 2023-07-15 14:50: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
-
拓扑排序 好的VC程序
拓扑排序 好的VC程序-topological sorting good VC Program
- 2022-06-11 23:36:54下载
- 积分:1