搜索结果

找到约 76 项符合 exit 的查询结果

源码 学生成绩管理啊

#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( ...
https://www.eeworm.com/dl/513824.html
查看: 10

源码 成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520134.html
查看: 56

源码 学生成绩guanli

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520138.html
查看: 52

软件 mysql 5.5

mysql5.5 非常好用的数据库系统. 1 安装MySQL 2 校验MySQL   登录MySQL:mysql -uroot -p123 退出MySQL:exit | quit   查看数据库:show databases;  
https://www.eeworm.com/dl/742579.html
查看: 40

技术资料 DDR4标准 JESD79_4

1. Scope ......................................................................................................................................................................... 12. DDR4 SDRAM Package Pinout and Addressing ............................................................................ ...
https://www.eeworm.com/dl/827937.html
下载: 10
查看: 476

VIP专区 VIP专区-单片机源代码精选合集系列(5)

eeworm.com VIP专区 单片机源码系列 5资源包含以下内容:1. freescale k40/k60 flexbus 例程.rar2. freescale k40/k60 flexmem 例程.rar3. freescale k40/k60 freertos-lwip例程.rar4. freescale k40/k60 freertos-uip 例程.rar5. freescale k40/k60 gpio 例程.rar6. freescale k40/k60 cortex m4 lptmr 例程.rar7. freesca ...
https://www.eeworm.com/vipdownload/5.html
下载: 77
查看: 5211