首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴gyjgyjgyj的代码贴全部
#include <reg52.h>
#include <string.h>
sbit RS = P1^0; 
sbit RW = P1^1;
sbit EN = P1^2;

sbit BUSY = P0^7;
typedef unsigned char uint8;
typedef unsigned int uint16;
char string[]="guoyingjie";
char neirong[]="151307191";
void wait()
......................
阅读全部 | 2017年4月11日 09:26
#include <reg52.h>
#include <string.h>
sbit RS = P1^0; 
sbit RW = P1^1;
sbit EN = P1^2;

sbit BUSY = P0^7;
typedef unsigned char uint8;
typedef unsigned int uint16;
char string[]="guoyingjie";
char neirong[]="151307191";
void wait()
......................
阅读全部 | 2017年4月11日 09:25
#include<stdio.h>
#include<stdlib.h>

#define WEIGHT   3.0e-23
#define CHAGE     950

int main()
{

float k;
printf("Please enter:");
scanf("%f,&k");
......................
阅读全部 | 2017年4月11日 09:02
1
gyjgyjgyj