代码搜索结果
找到约 10,000 项符合
X 的代码
x.c
#include
#include
#include
int p(char *src)
{
int cnt=(int)pow(10, (strlen(src)-1));
if(*(src+1)=='\0')
return *src-'0';
return (*src - '0')*cnt + p(src+1);
x.txt
Program Pascals; (*1.6.75*)
(* N. Wirth, E.T.H. Clausiusstr.55 CH-8006 Zurich *)
(* Omskrevet til TurboPascal v.4.0. B. Nielsen *)
Label 99;
Const
n
x.out
0 Program Pascals; (*1.6.75*)
^
Error 11: 标识符未说明!
^
Error 13: 赋值语句左部标识符后应是赋值号':='!
^
Error 11: 标识符未说明!
^
Error 8: 程序体内语句部分后的符号不正确!
1 INT 0 3
2 OPR 0 0
0 JMP
x.cpp
#include
#include
#include
#include
#include"graphic.h"
#include"path.h"
#include
typedef int bool;
//typedef char* string;
/*void Initiali
mountain.x
xof 0302txt 0064
Header {
1;
0;
1;
}
//Exported from bryce4
Frame {
FrameTransformMatrix {
1.000000, 0.000000, 0.000000, 0.000000,
0.000000, 1.000000, 0.000000, 0.000000,
0.000000, 0.000000,
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =