-
16488驱动程序
此代码是多轴陀螺仪16488A的驱动程序,该程序在STM32f103上成功编译使用,编译环境为Keil4.72 使用库为stm32 官方2.5
- 2022-04-22 20:10:41下载
- 积分:1
-
c++教室管理系统
#include #include #include #define LEN sizeof(struct classroom)struct classroom{ int num; char loc[5]; int seat_num; char type[4]; char use[4]; struct classroom *next; }*head; int n=0;int main(int argc, char **argv){ void start();//所写程序的功能提示! void read_write(void);//输入相关的教室信息 !
- 2023-07-09 23:20:03下载
- 积分:1
-
123
自动骂人小软件 听好玩的 适合各种平台(Auto curse small software fun to listen to for a variety of platforms)
- 2016-03-09 10:25:19下载
- 积分:1
-
access数据库参数化查询 实例 完整附源码
对access数据库进行参数化查询
- 2013-04-23下载
- 积分:1
-
鼠标、手势画线
unity 实现鼠标、移动端手势画线
public class DrawLineByMouse : MonoBehaviour {
public Material mat;
public List vertexPosList= new List();
public List breakFlagList = new List(); //当为真时,需要断开
public Color lineColor;
Vector2 _lastMousePos;
Vector2 _curMousePos;
bool _canDrawLine=false;
bool _mouseButtonHaveUp = false;
void OnGUI(){
if (!Input.GetMouseButton(0))
{
if (vertexPosList.Count > 1)
{
_mouseButtonHaveUp = true;
}
return;
}
_curMousePos = new Vector2(Input.mousePosition.x / (float)Screen.width, Input.mousePosition.y / (float)Screen.height);
if (Vector3.Distance(_lastMousePos,_curMousePos)>0.001f)
{
vertexPosList.Add(_curMousePos);
- 2022-03-21 05:37:56下载
- 积分:1
-
storing_phone_no
The program is used for storing a room/phone number into a database.Providing features such as sorting, finding the room no. Or phone no
- 2010-07-09 02:00:35下载
- 积分:1
-
SN8P2711_ADC
说明: 松翰单片机8脚芯片SN8P2711 ADC工程例程(sn8p2711 chip adc example)
- 2019-10-28 11:13:51下载
- 积分:1
-
epwm_dma
dsp28335pwm已测试通过~~整体文件(dsp28335 epwm_dma Prototype statements for functions found within this file. Device Headerfile and Examples Include File
)
- 2016-02-18 13:41:31下载
- 积分:1
-
PIPsuanfadaima
在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。
- 2022-01-26 06:34:56下载
- 积分:1
-
ZH03B激光粉尘传感器(PM2.5传感器)-炜盛科技
ZH03B激光粉尘传感器(PM2.5传感器)-炜盛科技(ZH03B Laser Dust Sensor (PM2.5 Sensor) - Weisheng Technology)
- 2020-06-20 20:20:02下载
- 积分:1