代码搜索结果
找到约 15,351 项符合
9 的代码
9.lnp
"9.obj"
TO "9"
RAMSIZE(256)
readme.txt
9.11节,A/D,D/A转换器的使用的程序原代码。
与书中代码不尽相同之处,以此版本为准。
readme.txt
9.11节,A/D,D/A转换器的使用的程序原代码。
与书中代码不尽相同之处,以此版本为准。
9-1.lnp
"9-1.obj"
TO "9-1"
RAMSIZE(256)
9-2.lnp
"9-2.obj"
TO "9-2"
RAMSIZE(256)
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.
9-2.c
/*9-2.c*/
#include
main() /* music */
{
int note,length;
length=10;
do {
note=getchar( );
play(note,length);
}while (note!='q');
}
play(int note, int l)
{
int tone;
9-1.c
/* 9-1.c可生成噪声的主程序 */
#define FALSE 0
#define TRUE 1
#include
main()
{
int snd; /* which sound to produce */
int cnt; /* number of times to repeat sound */
int note; /* Cur
9-6.c
/*9-6.c*/
#include
#include
#include
#include
void main(int argc,char *argv[])
{
FILE *fp;
int rate;
char sound_high[3];
float sound_long;
register int i=