代码搜索结果
找到约 15,351 项符合
9 的代码
9-5.c
/*9-5.c*/
#include
#include
#include
#include
#include
#define N1 64
#define N2 32
#define N4 16
#define N8 8
#define N16 4
#define END 0
void
9-3.c
/*9-3.c*/
#include
#include
#include
#include
main()
{
int i,j;
randomize();
while(!bioskey(1))
{
i=rand()*5000;
sound(i);
delay(10);
}
nosound();
}
readme.txt
9.7节...键盘和发光数码管显示的程序原代码。
readme.txt
9.12节...与PC机的串行通信中的程序原代码。
readme.txt
9.11节,A/D,D/A转换器的使用的程序原代码。
与书中代码不尽相同之处,以此版本为准。
readme.txt
9.10 节,多机串行通信的实现的原代码。
readme.txt
9.9节...24小时时钟的实现的代码
readme.txt
9.8节...秒表的程序原代码。
9-4.c
/*9-4.c*/
#include
#include
#define N1 64
#define N2 32
#define N4 16
#define N8 8
#define N16 4
#define END 0
enum NOTES
{
C10=131,D10=147,E10=165,F10=175,G10=196,A10=220,B1
9-7.c
/*9-7.c*/
#define SPEED 10
#include
#include
void pause(int time)
{
int t1,t2;
union REGS in;
union REGS out;
in.h.ah=0x2c;
int86(0x21, &in, &out);
t1=t2=100*out.h.dh+out.