排序:上传时间 相关度 下载量 查看数

String 310

按分类查找:

  • 学生成绩查询

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...

    /dl/513823.html

    标签: 查询学会少年宫

    上传时间: 2016-12-29

    上传用户:767483511

  • 学生成绩管理啊

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...

    /dl/513824.html

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • java学生数据库

    /*import java.util.Scanner; //主类 public class student122 {   //主方法   public static void main(String[] args){     //定义7个元素的字符数组     String[] st = new String[7];     inputSt(st); &nbsp ...

    /dl/514408.html

    标签: java 数据库

    上传时间: 2017-03-17

    上传用户:simple

  • 12345

    /****************temic*********t5557***********************************/ &nbsp;&nbsp; #include &nbsp; <at892051.h> &nbsp; &nbsp; #include &nbsp; <string.h> &nbsp;&nbsp; #include &nbsp; <intrins.h> &nbsp; &nbsp; #include &nbsp; <stdio.h> &nbsp; &nbsp; #define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...

    /dl/515933.html

    标签: 12345

    上传时间: 2017-10-20

    上传用户:my_lcs

  • 声明病人 Patient 类,

    1. 声明病人 Patient 类,此类对象包括 name(String)、sex(char)、age(int)、weight(float)、allergies(boolean)。 声明 setName 存取及修改方法。在一个单独的类中,声明测试方法,并生成两个 Patient 对象,设置其 状态并将其信息显示在屏幕上。声明并测试 toString()方法,显示一个病人 age、sex、name 及 aller ...

    /dl/516157.html

    标签: allergies Patient name age sex toString boolean setName String weight

    上传时间: 2017-11-27

    上传用户:x138178

  • java入门编程合集

    题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?&nbsp;&nbsp;&nbsp; //这是一个菲波拉契数列问题 public class lianxi01 { public static void main(String[] args) { System.out.println("第1个月的兔子对数:&n ...

    /dl/516446.html

    标签: java 编程

    上传时间: 2017-12-24

    上传用户:Ariza

  • 数据结构实验

    #include&nbsp;<stdio.h>&nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp; &nbsp;&nbsp; typedef&nbsp;struct&nbsp;node&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;struc ...

    /dl/517413.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 数据结构实验

    #include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...

    /dl/517414.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • sha算法

    SHA1(Input: String)

    /dl/518890.html

    标签: sha 算法

    上传时间: 2019-03-01

    上传用户:gbhui21

  • 成绩查询系统

    #include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score &nbsp;&nbsp;{ &nbsp;&nbsp;float math; &nbsp;&nbsp;float english; &nbsp;&nbsp;float computer; &nbsp;&nbsp;}; struct student &nbsp;&nbsp;{ &nbsp;&nbsp;int number ...

    /dl/520134.html

    标签: 成绩查询系统

    上传时间: 2019-06-08

    上传用户:啊的撒旦