-
数字图像处理技术VC6.0源码
《精通Visual C++数字图像处理技术与工程案例》----------数字图像处理技术与课程配套源码
- 2022-02-25 10:08:28下载
- 积分:1
-
机器人工具坐标标定代码
通过最小二乘法标定机器人工具坐标,该标定方法精度高,六点标定,能够对机器人的任意工具进行标定,图形化界面,方便操作,对于初学者非常实用
- 2022-10-11 15:05:03下载
- 积分:1
-
paperpass
该软件能够免费论文查重,毕业生的福利,当然对写小论文的学生,也是一大福利。从此告别付费查重的时代,妈妈再也不用担心我的论文了。还在等什么,赶紧戳进来吧。
- 2022-04-27 07:10:30下载
- 积分:1
-
c8051F121单片机串口控制代码,温度传感器
c8051F121单片机串口控制代码,温度传感器,点频控制,falsh断电恢复等等,
- 2022-05-28 20:08:10下载
- 积分:1
-
实现了Winform中,ComboBox下拉框的重写,比自带控件样式更加好看...
实现了Winform中,ComboBox下拉框的重写,比自带控件样式更加好看-Achieved a Winform in, ComboBox drop-down box rewritten, the control style is more attractive than the built-
- 2023-01-12 14:55:03下载
- 积分: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
-
matlab偏最小二乘法进行电力系统谐波责任划分
电力系统谐波责任划分,采用的是回归的思想
- 2023-08-03 16:45:02下载
- 积分:1
-
CSMA/CD 协议模拟实验
CSMA/CD 协议模拟实验指导书,CSMA/CD 协议模拟实验指导书,模拟局域网实验
- 2023-03-29 13:40:03下载
- 积分:1
-
PUBLIC BIKE MANAGEMENT
Public Bike Management (20分)
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and return it to any other stations in the city.
The Public Bike Management Center (PBMC) keeps monitoring the real-time capacity of all the stations. A station is said to be in perfect condition if it is exactly half-full. If a station is full or empty, PBMC will collect or send bikes to adjust the condition of that station to perfect. And more, all the stations on the way will be adjusted as well.
When a problem station is reported, PBMC will always choose the shortest path to reach th
- 2022-09-22 10:30:08下载
- 积分:1
-
一个用GDI+画的仪表盘,在csdn上找的
一个用GDI+画的仪表盘,在csdn上找的-A used GDI+ Painted dashboard, in CSDN find the
- 2022-05-12 18:24:08下载
- 积分:1