代码搜索结果

找到约 10,000 项符合 4 的代码

4_4.cpp

//Begin of file Distance.cpp #include #include class Point //Point类定义 { public: Point(int xx=0, int yy=0) {X=xx;Y=yy;} Point(Point &p); int GetX() {return X;} int Ge

4_4.cpp

#include #include class Point //Point类定义 { public: Point(int xx=0, int yy=0) {X=xx;Y=yy;} Point(Point &p); int GetX() {return X;} int GetY() {return Y;} private: i

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

/*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_4.c

/* ======================================== */ /* 程式实例: 4_4.c */ /* 环状双向链结串列的应用 */ /* ======================================== */ #include st

createdbsqlserver2k.sql

CREATE TABLE TITLE4 (callnumber char(8) NOT NULL, isbn char(8), year datetime, name char(14), authorfname char(14), authorlname char(14), PRIMARY KEY (cal

wed.wsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

is4psk.m

function B = is4PSK(X, Y) StdConstellation; B = 0; for n = 1:4 if ((P4PSK(n,1) - X)^2 + (P4PSK(n,2) - Y)^2).^0.5 < R4PSK B = 1; end; end

is4psk.m

function B = is4PSK(X, Y) StdConstellation; B = 0; for n = 1:4 if ((P4PSK(n,1) - X)^2 + (P4PSK(n,2) - Y)^2).^0.5 < R4PSK B = 1; end; end