#INClude <reg52.h> #INClude <stdio.h> #INClude <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
上传时间: 2016-05-18
上传用户:agent
五子棋小游戏#INClude<stdlib.h> #INClude<time.h> #INClude<stdio.h> #INClude<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
上传时间: 2016-05-18
上传用户:anng
单字右移1616点阵右移C程序16bit #INClude<reg51.h> #INClude<intrins.h> sbit DAT=P1^0 /*"74HC595第14脚 数据 ",0*/ sbit YW=P1^1 /*"74HC595第11脚 移位存 ",0*/ sbit SUO=P1^2 /*"74HC595第12脚 锁存 ",0*/
上传时间: 2016-05-19
上传用户:zhangyigenius
As mentioned, most computers INClude a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may INClude some hardware drivers or software utilities for communication, and should INClude documentation on the baud rate, packet size, stop bits, and parity bits that the instrument will use. Additionally, check the National Instruments Instrument Driver Network to see if LabVIEW drivers already exist for yout instrument, as
标签: connecting mentioned computers hardware
上传时间: 2016-05-27
上传用户:gououo
//*********主机代码****** #INClude <reg51.h> #INClude "Clicent_Setting.h" #INClude "LCD_Funtion.h" #INClude "Futions.h" #INClude "Host_Interrupt_Funtion.h" int num1=1 //从机数码管起始数 int num2=0 int num3=1
标签: INClude Clicent_Setting LCD_Funt reg
上传时间: 2016-05-27
上传用户:王者A
已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的INClude文件
上传时间: 2016-05-28
上传用户:kbnswdifs
matlab gui tutorial, a brief introduction for matlab and INClude an example of image processing
标签: matlab introduction processing tutorial
上传时间: 2013-12-14
上传用户:waitingfy
c++图书管理系统 INClude <iostream> #INClude <iomanip> #INClude <string> #INClude <fstream>//输入/输出文件流类 using namespace std const int Maxr=100 //最多的读者 const int Maxb=100 //最多的图书 const int Maxbor=5 //每位读者最多借五本书 //读者类,实现对读者的信息的描述
上传时间: 2013-12-18
上传用户:拔丝土豆
INClude称为文件包含命令扩展名为.h的文件也称为头文件或首部文件 定义两个实数变量,以被后面程序使用 显示提示信息 从键盘获得一个实数x 求x的正弦,并把它赋给变量s 显示程序运算结果 main函数结束
上传时间: 2016-06-13
上传用户:dsgkjgkjg
#INClude intvcon 输出电压变量 sbitDIN=0x91 定义P2.1为串行数据口 sbitCLK=0x92;P2.2为串行时钟端 sbitCS=0x93 P2.3为片选端 voiddac5618(intvcon)TLC5618DAC子程序,三线串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,选择 TLC5618的A通道 CS=0 置5618的CS=0,允许片选 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 数据 svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片选 return } voidmain0 { dac5618(0x7FF) }
标签: INClude intvcon sbitDIN sbitCLK
上传时间: 2016-06-15
上传用户:wsf950131