按分类查找:

  • 学生管理啊

    #include <iostream.h> #include <string.h> #include <iomanip.h> #include "Stud.h" Stud::Stud(){} char *Stud::getno() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取学号 { return no; } char *Stud::getname() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//获取姓名 { return name; } char *Stud::ge ...

    /dl/513822.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(;!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; &nbsp;int time=0,i=0,j=0,add[80],k=0,m; &nbsp;char *ch, &nbsp;str[900]; &nbsp;m=strlen(pd); &nbsp;if((fp=fopen("haha.txt","r"))==NULL) &nbsp;{ &nbsp; printf("Cannot open this file\n"); &nbsp; exit(0); &nbsp;} for( ...

    /dl/513824.html

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • c#简单计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513825.html

    标签: 计算器 学生

    上传时间: 2016-12-29

    上传用户:767483511

  • 简单的计算器

    // 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...

    /dl/513826.html

    标签: 学生 计算器

    上传时间: 2016-12-29

    上传用户:767483511

  • java学生数据库

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

    /dl/514408.html

    标签: java 数据库

    上传时间: 2017-03-17

    上传用户:simple

  • c语言算法排序

    1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){ &nbsp; ...

    /dl/514507.html

    标签: c语言 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • 点亮P10单元板单片机源程序

    /*================================================================= 4扫16*16下入上出C语言程序, 低位起笔,数据反相。 预定义 **************************************************************/ #include #include //可使用其中定义的宏来访问绝对地址? bit ture=1; // 使能正反相位选择 bit false=0; / ...

    /dl/514939.html

    标签: P10 单元板 单片机源程序

    上传时间: 2017-05-04

    上传用户:sbfd010

  • 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

  • 一个按键控制的 10 级变速跑马灯试验

    在本课中,我们要用一个按键来实现跑马灯的 10 级调速。这又会涉及到键的去抖的问 题。&nbsp; 本课的试验结果是,每按一次按键,跑马速度就降低一级,共 10 级。&nbsp; 这里我们又增加了一个变量 speedlever,来保存当前的速度档次。&nbsp; 在按键里的处理中,多了当前档次的延时值的设置。&nbsp; 请看程序:&nbsp; ―― ...

    /dl/516025.html

    标签: 10 按键控制 变速 跑马灯

    上传时间: 2017-11-06

    上传用户:szcyclone