-
lock
具有记忆以及错误报警功能的密码锁的protel原理图 c源码(Has the memory and error reporting function of combination lock c source code
)
- 2010-12-02 20:55:16下载
- 积分:1
-
visual_ddk_drv
Driver template 32 and 64 bit, Visual studio 2008-2010
- 2013-04-20 22:33:45下载
- 积分:1
-
综述
导航类综述性文章,包括MEMS微型惯导综述,单兵自主导航技术等,以及视觉导航综述(Navigation review articles, including MEMS micro-inertial review, individual autonomous navigation technology, and visual navigation overview)
- 2019-04-10 10:31:59下载
- 积分:1
-
有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数...
有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数-a n integers, and so few in front of the order of 000 m backward shift position, the final number m m into the forefront Number
- 2022-10-27 12:55:03下载
- 积分:1
-
0.96OLED显示屏_STM32系列_SPI_例程
说明: 基于OLED STM32F103 SPI基本驱动程序(Based on OLED STM32F103 SPI basic driver)
- 2020-06-15 22:23:55下载
- 积分:1
-
Reversing-radar-ranging-system
基于51单片机实现倒车雷达测距系统,可直接在keil上编译生成.hex文件然后下载到单片机上运行(achieving a reversing radar ranging system based on 51 MCU,you can compile the .c file on keil software and you will get a .hex file,which should downloaded into the 51MCU and the system can operate well)
- 2015-01-05 21:59:52下载
- 积分:1
-
Memory_2005
介绍了关于memory的相关函数,对于大多数程序员有很大帮助,希望大家多多使用(the information about memory)
- 2013-10-11 11:26:50下载
- 积分:1
-
f103实验4X 蓝牙串口透传实验
基于stm32f103的蓝牙串口透传模块,与安卓手机app共同使用。(bluetooth for stm32f103)
- 2018-11-12 18:47:52下载
- 积分:1
-
C# 为窗体控件添加浮动信息框
C# 为窗体控件添加浮动的帮助信息框,private void Form1_Load(object sender, EventArgs e)
{//为窗体控件添加浮动的帮助信息框
//在标题栏上显示帮助按钮
this.HelpButton = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
//指定显示指定控件的帮助信息
this.helpProvider1.SetShowHelp(this.textBox1, true);
//指定与指定的控件关联的帮助字符串
this.helpProvider1.SetHelpString(this.textBox1, "包括科目编码和科目名称");
this.helpProvider1.SetShowHelp(this.textBox2, true);
this.helpProvider1.SetHelpString(this.textBox2, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox3, true);
this.helpProvider1.SetHelpString(this.textBox3, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox4, true);
this.helpProvider1.SetHelpString(this.textBox4, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox5, true);
this.helpProvider1.SetHelpString(this.textBox5, "期末余额=期初余额+本期发生额");
}
- 2023-03-05 04:10:04下载
- 积分:1
-
long on communication link, the link short procedures, standards and practical....
关于通讯长联结、短链接的程序,标准、实用。-long on communication link, the link short procedures, standards and practical. Well good! !
- 2022-02-05 22:10:49下载
- 积分:1