-
嵌入式平台公交电子售票源码
用于公交系统的售票系统, 支持卡及现金售票方式,用于嵌入式平台. 主要语言为C++/lua, 功能有售票,卡充值, 验票等。
- 2022-11-19 02:05:04下载
- 积分:1
-
好用档案管理软件
好用电子档案管理系统是一款适用于多岗位的电子档案管理软件,好用电子档案管理系统操作简单,软件体积小,功能强大,能够帮助用户轻松管理电子文档,同时好用电子档案管理系统还有着很多特色的功能,是档案管理的有利助手。(Effective use of electronic archives management system is an electronic archives management software suitable for multiple posts. Effective use of electronic archives management system is simple to operate, small software volume, powerful, can help users easily manage electronic documents, while Effective use of electronic archives management system also has many unique functions, is archives management. A helpful assistant.)
- 2020-06-23 22:40:01下载
- 积分:1
-
计算机科班学生的HASH表源程序
计算机科班学生的HASH表源程序-computer classes students source of the hash table
- 2022-03-03 09:52:57下载
- 积分:1
-
一个简单的C# 多线程实例
一个简单的C# 多线程实例,创建多线程的简单实例,创建线程一和线程二,两者单独完成指定侨任务,创建多线程主要是使用C#中内置的方法new Thread()来实现,然后让每个线程执行一个for循环,来测试线程运行的效果。创建线程和运行线程的代码,可参考如下代码:
Thread thread1 = new Thread(new ThreadStart( Count));
thread1.Name="线程一";
Thread thread2 = new Thread(new ThreadStart( Count));
thread2.Name="线程二";
thread1.Start();
thread2.Start();
- 2022-08-18 15:51:20下载
- 积分:1
-
基于MCI接口的控制台界面MP3播放器
使用 C 语言以及标准库函数,在 Windows 平台上,开发基于控制台
的 Mp3 播放器。要求在字符界面的基础上,完成 Mp3 播放器的控制
操作。具体功能如下 ①友好、人性化的基于 Windows 控制台的用户界面。
②播放器运行后,可以进行播放、暂停、继续播放、停止、调整音量,
快进、快退以及获取 mp3 文件播放长度,设置播放模式等操作。
③可以正确处理播放器发生的错误信息。播放器运行时,如果出现文
件打开错误,媒体类型错误等系统异常,程序必须对此类异常做出友
好提示
- 2022-09-26 05:15:02下载
- 积分:1
-
LPC1114 MPU6050六轴姿态传感器DMP方式(很稳定)
//使用NXP的LPC1114FN33的P0_11,P1_10连接MPU6050的IIC,采用MPU6050的DMP方式,直接获取四元数计算姿态,数据很稳定,还可以初始化零位,最大计算频率200Hz,一般的应用足够
int main (void)
{
int16_t temp[9];
// float ypr[3];
float temp1;
float temp2;
int16_t angle_temp1,angle_temp2,angle_temp3,angle_circle;
// uint8_t i,ucErr,sign = 0;
// uint8_t flash_temp[256],flash_temp2[256],i;
int16_t Math_hz=0;//,last_Math_hz = 0;
int16_t yaw,pitch,roll,full_yaw;
int16_t last_yaw=0;
SystemInit();
/* Enable AHB clock to the GPIO domain. */
LPC_SYSCON->SYSAHBCLKCTRL |= (1
- 2022-07-12 18:03:10下载
- 积分:1
-
antisepsis_ark
消毒柜产品,用VDF显示温度、消毒时间,还有各功能指示。用DS18B20采集温度,CS16312驱动VDF显示屏。(Sterilizer Products with VDF display temperature, sterilization time, there are various functional instructions. DS18B20 collection with temperature, CS16312 drive VDF display.)
- 2007-10-05 22:54:47下载
- 积分:1
-
abc
基于谐波模型的生命探测雷达人体状态识别方法(Life detection radar harmonic model of human recognition method based on the state)
- 2013-12-19 11:20:29下载
- 积分:1
-
hard
在Quartus中,利用FPGA例化的存储器实现程序的BOOTLOADER的搬移(In Quartus, the use of FPGA case of memory to achieve the program' s move BOOTLOADER)
- 2020-09-27 20:17:46下载
- 积分:1
-
摄像头ov5116
该资料集合了ov5116摄像的驱动方法以及寄存器的配置。而且也融入了一些经典的滤波算法,对于图像的采集有一定的讲解。很适合智能车系统的循迹。
- 2022-11-14 13:20:04下载
- 积分:1