-
DBO
说明: 对数据库访问的封装,简化调用代码,优化调用流程, 支持多种调用方式。(Encapsulation of database access, simplification of calling code, optimization of calling process, support of multiple calling methods.)
- 2020-05-30 09:28:07下载
- 积分:1
-
ADCzhuanhuan
单片微型计算机简称单片机,是典型的嵌入式微控制器(Microcontroller Unit),
单片机芯片
常用英文字母的缩写MCU表示单片机,单片机又称单片微控制器,它不是完成某一个逻辑功能的芯片,而是把一个计算机系统集成到一个芯片上。(Microcontroller chip microcomputer referred to, is a typical embedded microcontroller (Microcontroller Unit),
Single chip
Commonly used letters of the abbreviation indicates MCU microcontroller, microcontroller, also known as single-chip microcontroller, it is not complete a certain logic functions of the chip, but to a computer system integrated into a single chip.)
- 2013-09-10 20:10:24下载
- 积分:1
-
data
THIS IS A DATA OF SOURCE YOU MUST TO ATTEND,BECAUSE IT S VERY IMPORTANT TO COMPLETED YOUR FILE MATLAB
- 2014-12-06 00:00:48下载
- 积分:1
-
abqnurbs-1.0.0
说明: abaqus等几何分析插件,基于非均匀有理样条函数(Isogeometric analysis plug-in for abaqus based on non-uniform rational spline functions)
- 2021-04-02 10:59:07下载
- 积分:1
-
c# 读取/写入/操作xml示例源码
c# 读取/写入/操作xml示例源码
- 2014-03-12下载
- 积分:1
-
RC522_RST
RC522_RST.rar R C522_RST.rar(RC522_RST.rar R C522_RST. rar)
- 2006-07-08 15:26:24下载
- 积分:1
-
detection
基于Visualc++ opencv实现本色布的粗检测(Based Visual+ Opencv achieve the rough detection of unbleached cloth)
- 2013-05-21 08:56:45下载
- 积分:1
-
GTS4轴点位2轴插补多线程能处理
固高GTS控制卡,4轴运动,2轴插补多线程程序处理(GTS ,4-axis Motion, 2-axis Interpolation Multithread Processing)
- 2020-09-10 06:08:03下载
- 积分:1
-
lbmsim-0.8
LBM格子波尔兹曼C程序,特别全,下载即可。(LBM Lattice Boltzmann C procedures, particularly full, download.)
- 2014-03-04 09:20:45下载
- 积分:1
-
串口通信课程设计
#include //52系列单片机头文件#define uchar unsigned char#define uint unsigned int sbit cs1=P2^3; //数码管段选信号sbit cs2=P2^2; //数码管段选信号sbit cs3=P2^1; //数码管段选信号sbit cs4=P2^0; //数码管段选信号sbit RE=P1^6; //低电平收数据,高电平发数据sbit DE=P1^7; //低电平收数据,高电平发数据sbit key0=P1^0; //主机用两个拨码开关sbit key1=P1^1; //主机用两个拨码开关uchar show_code[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x83,0xf8,0x80,0x98}; //数字0-9的显示码,更改数码管显示程序。uchar temp1=0,temp2=0;uchar count=0,sum=0;//void delayms(uint); //延时函数声明//void decide (void);void send_byte(uchar t) //发送一个字节 发送一个数据后立马变成收数据的状态{ RE=1; //高电平发 DE=1; //高电平发 ES=0; SBUF=t; while(!TI); TI=0;ES=1; RE=0; //低电平收 DE=0; //低电平收}void delayms(uint xms) //延时
- 2022-08-22 08:46:22下载
- 积分:1