-
串口调试程序:包含文字编码转换,hex和dec转换
波形检测还没开发出来,目前只有简单的串口调试,汉字和编码的互相转换包括hex和dec的相互转换。语音播报也加了,可根据代码适当应用。遥控器红外经过下位机传上来的数据进行处理。外加倒计时。这是这些天学到的,整合在一起。
- 2022-03-31 13:08:35下载
- 积分:1
-
小型c编译器,python源码,标准c语言子集mini_c.tar
小型c编译器,python源码,标准c语言子集。(Small c compiler, python source code, standard c language subset.)
- 2020-07-09 13:38:55下载
- 积分:1
-
Algorithm-Design-and-Analysis
计算机算法设计与分析(第3版)课后答案-王晓东版_打印版,整本书的课后习题答案,包括算法实现题也有。(The also Computer Algorithm Design and Analysis (3rd Edition) afterschool Answer- Wang Xiaodong _ print edition, the book Homework answer, including algorithms title.)
- 2013-04-08 10:52:50下载
- 积分:1
-
Csharpcode
非常好用的遗传算法源码,肯定能帮上大家!!!(the best algo software,hope to help everybody!!!)
- 2010-08-23 22:43:35下载
- 积分:1
-
称重仪控制板控制源程序
称重仪控制板控制源程序,50吨天车称重项目代码,项目实测代码,可直接使用,同《称重仪采集板控制源程序》构成一套完整的系统,采样程控放大电路设计,实现0-50吨同等精度测量
- 2023-04-28 22:50:04下载
- 积分:1
-
CImageObject
我从网上经过搜索和整理得到了大家想要的图像处理类:CImageObject,这个类库中包含了两个完整类:CImageObject类和ImageLoad类,包中也包含有*.h,*.lib,*.dll等相应的文件。相信你一定用得着!它们可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件。(I am from the Internet after a search and organize by the U.S. want to deal with categories of images: CImageObject, this library contains two types of integrity: CImageObject category and ImageLoad category, the package also contains*. h,*. lib,* . dll, such as the corresponding documentation. Trust that you will certainly need it! They can handle BMP, GIF, PCX, TGA, JPG, TIF format image files.)
- 2007-10-23 00:30:33下载
- 积分:1
-
I2c
lpc2132的实例程序,可以借鉴一下,学长写的,个人觉得非常不错,欢迎下载!(lpc2132 program instance, can learn from the seniors write personal feel very good, welcome to download!)
- 2013-03-25 23:58:03下载
- 积分:1
-
MPU6050代码
MPU6050的加速度传感器和角速度传感器得到的原始数据对我们用处不大,我们期望得到的是姿态数据,也就是欧拉角:航向角(yaw)、横滚角(roll)和俯仰角(pitch)。但是要得到欧拉角数据就需要我们利用原始数据进行姿态融合结算,这个比较复杂,对于初学者而言不容易掌握,所以MPU6050自带了数字运动处理器DMP,将原始数据转化为四元数输出,进而由四元数方便地计算出欧拉角。当然,我们也可以使用卡尔曼滤波直接从原始数据额得到欧拉角。即存在两种从原始数据得到姿态数据的方法:1、DMP法:原始数据》四元数》姿态数据(欧拉角)2、卡尔曼滤波法:原始数据》姿态数据(欧拉角)
- 2022-04-19 03:58:09下载
- 积分:1
-
renshigongziguanlixitong
人事工资管理系统,可以对公司人员的各种福利工资进行管理。人员工资的奖惩等管理(Human resources management system, the company can pay staff to manage a variety of benefits. Staff salaries and other management incentive)
- 2013-10-13 11:07:15下载
- 积分:1
-
公约数
说明: 用C语言实现计算两个数字的最大公约数,代码简单简洁,适合初学者学习。(C language is used to calculate the maximum common divisor of two digits. The code is simple and concise. It is suitable for beginners to learn.)
- 2020-06-21 16:20:01下载
- 积分:1