代码搜索结果
找到约 10,000 项符合
4 的代码
4_4.cpp
#include
main()
{
char c1,c2;
c1='H';c2='i';
putchar(c1);
putchar(c2);
}
4_4.htm
几件精彩脚本
4-4.txt
/* 范例:4-4 */
#include
void main()
{
int a=5;
char *str = "abcd";
/* -,+,blank => 数值type */
printf("Flags = -,+,blank ........数值类型\n");
printf("#%+4d#(%%+4d)\n",10);
4-4.txt
/* 范例:4-4 */
#include
void main()
{
int a=5;
char *str = "abcd";
/* -,+,blank => 数值type */
printf("Flags = -,+,blank ........数值类型\n");
printf("#%+4d#(%%+4d)\n",10);
4-4.c
#define MAX_VERTEX_NUM 20
typedef enum{FALSE,TRUE} Boolean;
/*自定义的真值和假值,其中FALSE实际值为0,而TRUE实际值为1*/
Boolean visited[MAX_VERTEX_NUM];/*用来表示各顶点是否已被访问过*/
typedef struct ArcCell{
int adj;
char *i
4_4.cpp
#include
void main()
{
for(int i=1; i
4-4.m
pcode LJD; %%生成p码文件,加快执行速度
pcode CHZH;
pcode HJ;
pcode deBoor;
x0=[0 1 2 3 4 5 6]; %%赋初始值
y0=[0 1 3 5 3 2 0];
z0=[0 0 0 0 0 0 0];
k=3;
n0=length(x0);