代码搜索:双人游戏
找到约 10,000 项符合「双人游戏」的源代码
代码结果 10,000
www.eeworm.com/read/181921/9226545
opt 回文游戏.opt
www.eeworm.com/read/181921/9227053
dsw 回文游戏.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/181921/9227056
dsp 回文游戏.dsp
# Microsoft Developer Studio Project File - Name="回文游戏" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/181921/9227059
txt 回文游戏.txt
#include
#include
void huiwen(char * str,int n);
void main()
{
char str[10];
int len;
printf("请输入字符串:");
scanf("%s",str);
len=strlen(str);
huiwen(str ,len);
www.eeworm.com/read/181921/9227061
ncb 回文游戏.ncb
www.eeworm.com/read/181921/9227064
cpp 回文游戏.cpp
#include
#include
void huiwen(char * str,int n);
void main()
{
char str[10];
int len;
printf("请输入字符串:");
scanf("%s",str);
len=strlen(str
www.eeworm.com/read/181921/9227067
plg 回文游戏.plg
Build Log
--------------------Configuration: 回文游戏 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Admin\LO
www.eeworm.com/read/181921/9227069
opt 回文游戏.opt
www.eeworm.com/read/377877/9260138
asm 游戏 打字.asm
Init_game macro op1,op2,op3,op4,op5,op6
mov cx,00h
mov dh,op1
mov dl,op2
op6:
mov ah,02h
mov bh,00h
int 10h
push cx
mov ah,0ah
mov al,op3
mov bh,00h
mov cx,01h
int 10h
pop cx
www.eeworm.com/read/179899/9331839