-
vfp案例原代码 for vfp
vfp案例原代码 for vfp-Probe Case source for Probe
- 2023-01-10 04:40:04下载
- 积分:1
-
yl9200 ARM
YL9200 是一款ARM920T 内核的工业级的开发板,CPU 内嵌100M 以太网,带有
USB2.0 协议的USB HOST 和Device 接口,支持SD 卡、IIS 音频和全功能9 线串口等。
主频180MHz,带有MMU 存储器管理单元。性能稳定,功能强大,是工业控制、网络通
讯等应用的首选。-YL9200 arm
- 2022-06-19 18:57:25下载
- 积分:1
-
java and acess the development of drug management system
基于java和acess开发的药品管理系统,实现基本功能-java and acess the development of drug management system
- 2023-01-19 02:15:04下载
- 积分:1
-
TI公司的TMS320F2812型DSP的用户手册,里面详细介绍了有关F2812的各项参数,并附有大量实例...
TI公司的TMS320F2812型DSP的用户手册,里面详细介绍了有关F2812的各项参数,并附有大量实例-TI" s TMS320F2812-based DSP User" s Manual, which described in detail the parameters of the F2812, together with a large number of instances of
- 2022-06-28 15:40:48下载
- 积分:1
-
Socket编程经典例子源码.rar
Socket编程经典例子源码.rar-Socket Programming classic example source code. Rar
- 2022-08-23 13:26:56下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
detailed instructions on the ARM, beginners can easily access, as a novice are a...
详细介绍了ARM指令,可以方便初学者查阅,成为初学都的好帮手-detailed instructions on the ARM, beginners can easily access, as a novice are a good helper
- 2022-07-19 19:21:35下载
- 积分:1
-
这是一个电子书籍,是关于超大规模集成电路的设计和分析的,对于电子,半导体等专业的学习十分有用!...
这是一个电子书籍,是关于超大规模集成电路的设计和分析的,对于电子,半导体等专业的学习十分有用!-This is an electronic book is on the VLSI design and analysis, electronic, semiconductor and other professional learning very useful!
- 2023-04-05 00:35:04下载
- 积分:1
-
Gallager博士关于LDPC编码的经典论文
Gallager博士关于LDPC编码的经典论文-Gallager LDPC coding on the classic papers
- 2022-01-24 12:49:56下载
- 积分:1
-
vc used to create shortcuts to achieve
用vc实现创建快捷方式-vc used to create shortcuts to achieve
- 2022-03-24 12:44:36下载
- 积分:1