代码搜索结果
找到约 23,033 项符合
4 的代码
4×4键盘.lnp
"4×4键盘.obj"
TO "4×4键盘"
4.asm
;4.ASM
EXTRN BUF:BYTE,INFO3:BYTE
PUBLIC CHANGE3
CODE SEGMENT
CHANGE3 PROC FAR
ASSUME CS:CODE
SUB AX,AX
MOV CH,4
MOV CL,4
MOV BX,4A8FH
ROTATE:
ROL
4-2.lnp
"4-2.obj"
TO "4-2"
4-1.c
/*4-1.c*/
#include
#include
#include
main()
{
char *str="湖北汽车工业学院";
int gd=DETECT,gm;
initgraph(&gd,&gm,"");
gotoxy(0,0);
printf("%s",str);
gotoxy(25,10);
pri
4-5.c
/*4-5.c*/
#include
#include
#include
#include
void save_restore_screen(char *buf);
int maxx,maxy;
int main(void)
{
int gdriver=DETECT,gmode,errorcode;
4-2.c
/* 4-2.c 使用汉字系统的字库*/
#include
#include
#include
#include
int hz_printxy(char *hz,int x,int y,int tcolor,int bcolor);
int getbit(uns
4-4.c
/*4-4.c*/
#include
#include
#include
#include
#include
void getstr(int x,int y,char *str){
int key;
char ch;
char s[2];
int i=0;
s[1]='\0';
s
4-3.c
/*4-3.c*/
#include
#include
main()
{
int a;
float b;
char *str;
scanf("%d,%f,%s",&a,&b,str);
printf("a=%d,b=%f,c=%s\n",a,b,str);
}
surface2.std
4.24
4.2.lnp
"4.2.4.obj"
TO "4.2.4"