代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/25215/846125
c 6-4-4-3.c
#include //头文件
void main() //主函数
{
char c1,c2; //定义字符变量
c1='a'; //赋值
c2='b';
c1=c1-32; //转换大小写
c2=c2-32;
printf("c1=%c\nc2=%c",c1,c2); //输出结果
}
www.eeworm.com/read/25215/846133
c 6-4-4-1.c
#include //头文件
void main() //主函数
{
char c1,c2,c3,c4; //定义字符变量
c1=97; //赋值
c2=98; //赋值
c3=’a’;
c4=’b’;
printf("c1=%c\nc2=%c\nc3=%c\nc4
www.eeworm.com/read/25215/846139
c 6-7-4-4.c
#include //头文件
main() //主函数
{
char a,b; //定义字符型变量
char *p; //定义指针型变量
a=’a’; //为字符型变量a赋值
p=&a; //将变量a的地址赋给p
b=*p; //地址p所指的单元值赋给b
pri
www.eeworm.com/read/25215/846154
c 6-4-4-2.c
#include //头文件
void main() //主函数
{
char str[3]; //定义字符型数组
str [0]='A'; //赋值
str [1]='B'; //赋值
printf("str=%s",str); //打印输出结果
}
www.eeworm.com/read/37180/899975
cpp c10-4-4.cpp
#include
#include
using namespace std;
class String
{public:
String(){p=NULL;}
String(char *str);
friend bool operator>(String &string1,String &string2);
frie
www.eeworm.com/read/26100/954160
dsn 4x4anjain.dsn
www.eeworm.com/read/26100/954161
pwi 4x4anjain.pwi
www.eeworm.com/read/26100/954164
opt 4x4anjian.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/26100/954168
plg 4x4anjian.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\项目集001\项目5_按键\4x4键盘程序包\4x4anjian.uv2
Project File Date: 10/12/2010
Output: