搜索结果
找到约 76 项符合
exit 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (18)
- 单片机开发 (6)
- Java编程 (6)
- 游戏 (4)
- 书籍源码 (3)
- 其他 (3)
- 源码 (3)
- 单片机编程 (2)
- Applet (2)
- 汇编语言 (2)
- 无线通信 (2)
- 软件 (2)
- 嵌入式综合 (1)
- 开发工具 (1)
- PCB相关 (1)
- 网络 (1)
- 嵌入式Linux (1)
- USB编程 (1)
- 加密解密 (1)
- Windows CE (1)
- 数学计算 (1)
- Modem编程 (1)
- matlab例程 (1)
- 微处理器开发 (1)
- Symbian (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- 操作系统开发 (1)
- STL (1)
- 数据结构 (1)
- *行业应用 (1)
- Linux/uClinux/Unix编程 (1)
- Jsp/Servlet (1)
- 技术资料 (1)
- VIP专区 (1)
源码 学生成绩管理啊
#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( ...
源码 成绩查询系统
#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 ...
源码 学生成绩guanli
#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 ...
软件 mysql 5.5
mysql5.5 非常好用的数据库系统.
1 安装MySQL
2 校验MySQL
登录MySQL:mysql -uroot -p123
退出MySQL:exit | quit
查看数据库:show databases;
技术资料 DDR4标准 JESD79_4
1. Scope ......................................................................................................................................................................... 12. DDR4 SDRAM Package Pinout and Addressing ............................................................................ ...
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 ...