-
%e4%ba%8c%e5%80%bc%e5%8c%96%e5%8f%98%e6%8d%a2
简单起见,这里设定阈值为122,即最大灰度的一半(the sake of simplicity, this threshold value is set to 122, the largest gray half)
- 2006-10-24 21:58:15下载
- 积分:1
-
suanfa
匈牙利算法以及指派问题介绍,kM算法和匈牙利算法的程序代码(Hungarian algorithm and the assignment problem introduced, kM algorithm and the Hungarian algorithm code)
- 2011-09-10 09:42:39下载
- 积分:1
-
laspack-1.12.2
MathMath Multigrid source code(Math Multigrid source code)
- 2010-11-29 17:49:57下载
- 积分:1
-
fcest_bfsk
该工程实现2fsk的载频估计,返回2fsk两个载频估计结果。(The project is estimated to achieve 2fsk carrier frequency, return 2fsk two carrier frequency estimation results.)
- 2013-12-25 19:07:04下载
- 积分:1
-
RC522 I2C STM32F103
RC522 IIC驱动程序,可实现读卡和写卡功能,复旦卡或M1卡都可以,本人也试过读公交卡,可以读出序列号和卡类型。(RC522 IIC driver, can read card and write card function, Fudan card or M1 card can, I also tried to read the bus card, you can read the serial number and card type.)
- 2020-12-24 15:59:06下载
- 积分:1
-
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能...
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能-C# produced a connecting applications, concrete realization as follows : connect to the library and read its function
- 2022-02-01 08:16:50下载
- 积分:1
-
tu
说明: 图的用法,最短路径。最小生成树等。都是C语言写的。欢迎参考(Map usage, the shortest path. Such as minimum spanning tree. Are written in C language. Welcome reference)
- 2008-11-14 16:22:07下载
- 积分:1
-
bomb
It s a game you have to find out where the bombs are. Hope you Enjoy it.
- 2011-04-25 00:29:19下载
- 积分:1
-
pathsearching
机器人路径规划栅格法用Matlab仿真的源代码(Robot Path Planning)
- 2013-04-09 13:44:55下载
- 积分:1
-
Quick Sort
```py
RANDOMIZED_PARTITION(A, p ,r)
i = RANDOM(p,r) #1
exchange A[r] & A[i] #2
return PARTITION(A, p , r) #3
```
```py
PARTITION(A, p, r)
x = A[r] #1
i = p - 1 #2
for j= (p, r-1) #3
if A[j]
- 2023-08-13 22:00:04下载
- 积分:1