-
200851613141547761
边界盒的检测,能有效的知道边界盒的最大长度,为编程带来方便(Bounding box test, which can effectively know the maximum length of the boundary box for programming convenience)
- 2010-10-26 09:19:54下载
- 积分:1
-
rec
A source code in c plus plus for calculating a rectangle...
- 2009-12-05 05:03:20下载
- 积分:1
-
Main_SVM_One_Class
One-Class֧
- 2010-03-26 09:09:29下载
- 积分:1
-
OpenTiff
实现了20000*20000以上的大tiff格式遥感图像的读写和显示,用于遥感图像处理(Achieve a 20,000* 20,000 or more large remote sensing image tiff format to read and write and display for remote sensing image processing)
- 2013-08-20 13:35:27下载
- 积分:1
-
图书馆借书管理系统
实现图书馆教师、学生借还书的简单管理,学生需先输入登录账号登录系统(To realize the simple management of library teachers and students to borrow books, students must first enter the login account to log in to the system.)
- 2019-04-07 20:38:34下载
- 积分:1
-
hidethings
文件隐藏,
进程隐藏,
注册表项隐藏,
注册表键值隐藏
(Hidden files, hidden processes, registry entries hidden, hidden registry keys)
- 2009-11-10 09:59:26下载
- 积分:1
-
kmp
数据结构中的用kmp算法查找关键字,供初学者参考(Data structure using kmp algorithm to find the keyword reference for beginners)
- 2011-11-16 22:16:33下载
- 积分:1
-
qotoolbox
量子光学工具包,里面有各种常用的代码……(Quantum optics kit, there are a variety of commonly used code ......)
- 2021-03-11 07:39:26下载
- 积分:1
-
arduino双车轮带编码器PI自动控制程序
void cesu_R()
{
bianmajishu_R+=1;
n_R=millis();
if((n_R-m_R)>20)
{
sudu_R=100*bianmajishu_R;
Serial.println(bianmajishu_R);
sudu_PI_R();
bianmajishu_R=0;
m_R=n_R;
}
}
int sudu_PI_L()
{
Bias_L=aimsudu_L-sudu_L; //计算偏差
shurusudu_L+=3*(Bias_L-Last_bias_L)+0.2*Bias_L; //增量式PI控制器
Last_bias_L=Bias_L; &n
- 2023-01-13 04:00:05下载
- 积分:1
-
一个AP和多个节点间的传输
该代码实现的是多个节点与一个AP间的数据传输,通过捕获每个节点与AP间的传输信息,然后输出每个节点与AP间的平均吞吐量和平均时延,最终得到整个网络的平均时延个平均吞吐量。
- 2023-08-10 08:10:03下载
- 积分:1