-
JFA
C#调用动态链接库,将设备内数据读取到本机写入特定TXT(C# to call a dynamic link library, and equipment within the data read to write native specific TXT)
- 2013-03-29 17:22:11下载
- 积分:1
-
keil5_8051
说明: 大彩串口屏例程。
基于51单片机
keil 5开发系统(Large color serial port screen routine.
Based on 51 single chip microcomputer
Keil 5 development system)
- 2020-03-24 20:00:17下载
- 积分:1
-
txNFlFCf
说明: 消费代码.用于操作系统中的课程设计使用.愿大家提供建议我也好改进算法(Consumer code. For the operating system to use the curriculum design. I would like to provide recommendations to improve the algorithm or)
- 2008-11-21 17:27:31下载
- 积分:1
-
S57reader
能够快速读取电子海图,还有简单的显示功能(ENC )
- 2021-04-12 15:08:57下载
- 积分:1
-
4CPM
实现完整的4CPM(h=1/2)调制解调程序,包括消息序列生成,串并转换,升抽样成形滤波,数字上变频,多项式非线性效应,AWGN信道,到接收端数字下变频,降采样,匹配滤波,接收端基带信号星座图。(Message sequence generation, serial-parallel conversion, up sampling shaping filter, digital upconversion, polynomial nonlinear effects, AWGN channel, to the receiver digital down-conversion, down-sampling, the matched filter, the receiving end the baseband signal constellation.)
- 2021-04-08 11:09:00下载
- 积分:1
-
time-lcd2
430的段式液晶的小程序,自己也是新手,大家分享下(msp430 and LCD code)
- 2013-11-28 17:27:05下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1
-
ADOACCESS
这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示(This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display)
- 2009-04-20 21:15:47下载
- 积分:1
-
恒温控制系统
基于C51系列单片机的恒温控制系统程序(仅含下位机)(Program of Constant Temperature Control System Based on C51 Single Chip Microcomputer)
- 2020-06-18 14:20:01下载
- 积分:1
-
Dijkstra
说明: 可实现Dijkstra算法,显示起始点到其它各节点的最短距离和路径(Dijkstra algorithm can be implemented to show the shortest distance and path from the starting point to other nodes.)
- 2020-06-25 02:00:02下载
- 积分:1