代码搜索:数据输入

找到约 10,000 项符合「数据输入」的源代码

代码结果 10,000
www.eeworm.com/read/395965/8141519

txt readme.txt

***************************************************************************************************************** 本程序为广东工业大学计算机学院 2005级 02班学生 汤凤声 课程设计 程序有任何问题,包括De
www.eeworm.com/read/395965/8141818

txt readme.txt

***************************************************************************************************************** 本程序为广东工业大学计算机学院 2005级 02班学生 汤凤声 课程设计 程序有任何问题,包括De
www.eeworm.com/read/146173/12665945

cpp main7-2.cpp

// main7-2.cpp 检验bo7-2.cpp的主程序 #include"c1.h" #define MAX_NAME 3 // 顶点字符串的最大长度+1 typedef int InfoType; // 存放网的权值 typedef char VertexType[MAX_NAME]; // 字符串类型 #include"c7-2.h" #include"bo7-
www.eeworm.com/read/333542/12676721

txt 4-7.txt

/* 范例:4-7 */ #include #include void main() { char name[20]; char sex; int age; float pi; printf("请输入您的姓名:"); scanf("%s",name); /* #1 */ printf("请输入您的性别(
www.eeworm.com/read/333292/12691469

htm 操作手册.htm

蓝芒流量统计多用户版——功能描述
www.eeworm.com/read/145522/12717146

cpp 204.cpp

// 204.CPP 演示cin 的初步使用 #include main (void) { int n1 = 100 ,n2 = 200; for (int i = 1; i < 6 ; i++) { cout > n1 >> n2 ; cout
www.eeworm.com/read/145522/12717150

cpp 202.cpp

/* 202.cpp 输入输出流对象使用 ①设计一个函数Diff():返回两个整数之差; ②从键盘输入两个整数; ③调用上述函数,求出两个整数之差,并输出。 */ #include Diff(int x,int y); main() { int a,b,c; cout > a >> b ;
www.eeworm.com/read/246592/12717680

cpp main7-2.cpp

// main7-2.cpp 检验bo7-2.cpp的主程序 #include"c1.h" #define MAX_NAME 3 // 顶点字符串的最大长度+1 typedef int InfoType; // 存放网的权值 typedef char VertexType[MAX_NAME]; // 字符串类型 #include"c7-2.h" #include"bo7-
www.eeworm.com/read/332771/12729549

js ubbcode_help.js

//|===========================| //| UBB编辑器JS代码 1.0 | //| 作者:舜子(PuterJam) | //| 版权所有 2005 | //| UBB代码提示信息 | //|===========================| var email_normal =
www.eeworm.com/read/246401/12729641

c main7-2.c

/* main7-2.c 检验bo7-2.c的主程序 */ #include"c1.h" #define MAX_NAME 3 /* 顶点字符串的最大长度+1 */ typedef int InfoType; /* 存放网的权值 */ typedef char VertexType[MAX_NAME]; /* 字符串类型 */ #include"c7-2.h" #incl