-
1
说明: c source Code for arthmetic
- 2010-06-17 22:44:15下载
- 积分:1
-
SNKE 贪吃蛇
贪吃蛇的小游戏,不可以穿墙,可以一直连续下去,吃食物慢慢增长
- 2022-07-22 01:47:16下载
- 积分:1
-
超声波库,朋友给的用来参考用,我觉得应该很有帮助吧
超声波库,朋友给的用来参考用,我觉得应该很有帮助吧-Ultrasonic library, a friend gave to be used for reference purposes, I think the bar should be very helpful
- 2023-06-14 19:10:05下载
- 积分:1
-
寄存器
风驰单片机教程的寄存器版本源码,值得下载学习。(FengChiTianXia microcontroller tutorial register version of the source code, it is worth learning to download.)
- 2017-08-04 15:50:56下载
- 积分:1
-
数值分析 高斯列主元消去法,平方根法,追赶法C代码
数值分析中高斯列主元消去法,平方根法,追赶法的C语言程序实现
- 2022-03-20 15:15:33下载
- 积分:1
-
This is a complete procedures illustrate the JC5.rar
这是完整的程序,说明在JC5.rar-This is a complete procedures illustrate the JC5.rar
- 2022-04-08 02:14:47下载
- 积分:1
-
TIN三角网的实现C 程序
用c++编程实现TIN不规则三角网的构建(Construction of TIN Irregular Triangulation Network by C++ Programming)
- 2020-06-28 23:00:01下载
- 积分:1
-
四路寻迹
#include
#define CAR_SPEED_MAX 10 //最大速度
sfr P4=0xe8;
sbit PWM_R=P1^7; //PWM输出
sbit PWM_L=P1^2;
sbit Moto_RA=P1^6;
sbit Moto_RB=P1^5;
sbit Moto_LA=P1^4;
sbit Moto_LB=P1^3; //左右电机驱动
unsigned char Moto_Speed_R; //右轮速度
unsigned char Moto_Speed_L; //左轮速度
unsigned char Moto_Speed_Num; //PWM调速
sbit INF_R0=P4^3; //循迹 右侧内传感器
sbit INF_R1=P4^2; //循迹 右侧外传感器
sbit INF_L0=P4^1; //循迹 左侧内传感器
sbit INF_L1=P4^0; //循迹 左侧外传感器
unsigned char Car_Sta; //电机启动速度
/***********************************
*函数名称:void Delay(unsigned char num)
*函数功能:延时
*参数说明:num 延时时间 数值最大255
*返回说明:无
*其它说明:不精准延时
***********************************/
//void Delay(unsigned char num)
//{
// unsi
- 2023-04-27 18:20:04下载
- 积分:1
-
示波器
程序实现了基于STM32F103+ucos+ucgui的示波器(The program has realized the oscilloscope based on STM32F103+ucos+ucgui)
- 2017-08-24 12:25:07下载
- 积分:1
-
new_model
蓄电池放电模型,经过调试可以使用,希望对大家有帮助。(Battery discharge model, after debugging can be used, I hope to help you.)
- 2019-06-11 15:20:07下载
- 积分:1