您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. stdio.hC的标准输入输出

  2. stdio.h C的标准输入输出。。。。。。。。。。
  3. 所属分类:C

    • 发布日期:2009-05-13
    • 文件大小:48128
    • 提供者:loveveryb
  1. #include <stdio.h>

  2. #include #include #include #include typedef struct matrix { int row; int col; } matrix; typedef struct minCost { int cost; int mid; } minCost; minCost** func(matrix* mt, ssize_t count) { int i , j, step, min, temp, mid; minCost **rows; rows = (m
  3. 所属分类:Java

    • 发布日期:2009-06-01
    • 文件大小:6144
    • 提供者:jiangqi1012
  1. #include "stdio.h" /* 输入输出函数的头文件 */

  2. 发生的爱的 安达市大大 免费的桑拿房,上的发生的,能否,是发生了罚款是否 使得房价司法是否 是否适当方式的是按时打发似的发射的共同回顾房间号 好风光好多人 人啊打发打发的是官方的风格的
  3. 所属分类:专业指导

    • 发布日期:2009-12-27
    • 文件大小:182272
    • 提供者:smkdianzi
  1. 操作系统处理机调度算法代码

  2. #include #include #include int sjptime=10;//时间片长度10秒 int maxPCB=100;//最大的PCB数 typedef struct node
  3. 所属分类:其它

    • 发布日期:2010-01-14
    • 文件大小:3072
    • 提供者:sjdai47
  1. stdio.h头文件

  2. 关于stdio.h头文件的介绍,sssssss ssssss s
  3. 所属分类:C++

    • 发布日期:2010-04-07
    • 文件大小:79872
    • 提供者:wobushiguoke
  1. 电脑 C语言基本编程案例

  2. 1. #include
  3. 所属分类:C

    • 发布日期:2010-10-15
    • 文件大小:67584
    • 提供者:hjyfzcs
  1. 栈和队列的基础上设计模拟停车场管理程序  停车场管理问题 #include<stdio.h>    #include<stdlib.h>    struct {    char status;    int num

  2. C语言程 停车场管理问题 #include    #include    struct {    char status;    int num;    int time;    }a; /*命令的结构*/    typedef struct{    int num;    int time;    }Element;    struct {    Element *base;    Element *top;    in
  3. 所属分类:C

    • 发布日期:2010-11-27
    • 文件大小:52224
    • 提供者:lianshangshui
  1. c语言水仙花练习#include<stdio.h>

  2. 水仙花c语言#include #include void main() /*主函数*/ { int num, a,b,c; /* 定义a,b,c为整形函数 */ for(a=1;a<=9;a++) /*a是百位上数字,范围是1~9*/
  3. 所属分类:C

    • 发布日期:2011-01-22
    • 文件大小:450
    • 提供者:butanwan
  1. c课程课件ppt(#include <stdio.h>)

  2. c课程课件ppt精华 #include int main() { char s[1001]; int n, k; k = 0; while (scanf("%d", &n)!=EOF) for(k=0;;k++) s[k++] = n; s[k] = '\0'; printf("%s", s); return 0; }
  3. 所属分类:网管软件

    • 发布日期:2011-04-02
    • 文件大小:1048576
    • 提供者:lmaiy
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13312
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15360
    • 提供者:lzhtj1227
  1. String.h函数详解

  2. String.h函数详解 1、strcpy   函数名: stpcpy   功 能: 拷贝一个字符串到另一个   用 法: char *stpcpy(char *destin, char *source);   程序例:   #include   #include   int main(void)   {   char string[10];   char *str1 = "abcdefghi";   stpcpy(string, str1);   printf("%s\n", strin
  3. 所属分类:C

    • 发布日期:2013-11-27
    • 文件大小:60416
    • 提供者:u012978278
  1. #include <stdio.h>

  2. #include #include struct DATA { int ID; char name[4]; char sex[3]; int score; }; void paixu(int*,DATA*,int); int sishewuru(double); void func1(int*,int*,DATA*,int*,int,int,int,int);//统计男女比例 int func2(int*,int,DATA*);//查找考生序号 void print(); void mai
  3. 所属分类:C/C++

    • 发布日期:2014-07-10
    • 文件大小:2048
    • 提供者:t1433815380
  1. stdio.h头文件

  2. stdio.h头文件
  3. 所属分类:C

    • 发布日期:2015-12-26
    • 文件大小:79872
    • 提供者:u011230664
  1. # include <stdio.h>

  2. # include # include char stu_no[10][10]; int c_math[10],c_en[10],c_computer[10],point[10],average[10]; int i,j,max; char c; void input() { for(i=0;i<=9;i++) /*输入学生成绩*/ { printf("请输入学号:"); scanf("%s",&stu_no[i]); printf("\n请输入数学成绩:"); scanf("%d",
  3. 所属分类:C

    • 发布日期:2009-01-03
    • 文件大小:36864
    • 提供者:qbasit438
  1. 数据结构#include<stdio.h>

  2. #include #include #define ok 1 #define error 0 #define overflow -1 #define LIST_INIT_SIZE typedef int ElemType; typedef int Status; typedef struct LNode{ ElemType data; struct LNode *next; }LNode,*LinkList; #include #include #define ok 1 #define err
  3. 所属分类:其它

    • 发布日期:2009-01-05
    • 文件大小:2048
    • 提供者:power1987
  1. STDIO.H类

  2. STDIO.H类
  3. 所属分类:其它

    • 发布日期:2020-05-12
    • 文件大小:2048
    • 提供者:Ryan20082009
  1. 解决VS2017不能打开stdio.h等文件的问题

  2. 下面小编就为大家带来一篇解决VS2017不能打开stdio.h等文件的问题。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧
  3. 所属分类:其它

    • 发布日期:2020-10-19
    • 文件大小:30720
    • 提供者:weixin_38706951
  1. stdio.h的下载,安装dev里面也有

  2. c的头文件stdio.h
  3. 所属分类:C

  1. C 标准库 – stdio.h

  2. C 标准库 – 简介 stdio .h 头文件定义了三个变量类型、一些宏和各种函数来执行输入和输出。 库变量 下面是头文件 stdio.h 中定义的变量类型: 序号 变量 & 描述 1 size_t 这是无符号整数类型,它是 sizeof 关键字的结果。 2 FILE 这是一个适合存储文件流信息的对象类型。 3 fpos_t 这是一个适合存储文件中任何位置的对象类型。 库宏 下面是头文件 stdio.h 中定义的宏: 序号 宏 & 描述 1 NULL 这
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:63488
    • 提供者:weixin_38631042
« 12 3 4 5 6 7 8 9 10 ... 50 »