代码搜索结果

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

list7-7.cpp

#define INCL_DOSPROCESS #include "npipe2.cpp" vector MyNum; void main(void) { long int OMode = NP_ACCESS_DUPLEX; long int PMode = NP_UNLIMITED_INSTANCES; npstream Ser

list7-7.txt

#define INCL_DOSPROCESS #include "npipe2.cpp" vector MyNum; void main(void) { long int OMode = NP_ACCESS_DUPLEX; long int PMode = NP_UNLIMITED_INSTANCES; npstream Ser

algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"

algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"

sample7_7.java

package wyf.jc; import java.util.*; class Sample7_6 { Date today=new Date(); void show() { System.out.println(today.toString()); } } public class Sample7_7 { public static void main

algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"

test7_7.txt

#include #define MAXLINE 1024 int main(void) { char line[MAXLINE]; FILE *fp; if(!(fp=tmpfile())) { printf("tempfile error"); exit(1);