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

搜索资源列表

  1. writeres

    0下载:
  2. This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The samp
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:566.29kb
    • 提供者:陈伟
  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
    • 文件大小:2.89kb
    • 提供者:陈光华
  1. pl0ImplementInC++

    0下载:
  2. PL0的编译程序的源程序,在visual Stdio 2003中实现,并带有开发文档-PL0 the compiler source, the visual realization Stdio 2003, with the development and documentation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.5mb
    • 提供者:李天
  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
    • 文件大小:2.28kb
    • 提供者:dddddddd
  1. libc

    1下载:
  2. vxworks libc库源代码,标准C代码库实现 assert ctype locale math setjmp stdarg stdio stdlib string time -vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:310.63kb
    • 提供者:王七
  1. complication

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

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

    0下载:
  2. 我们一个小组,课程大作业中做的简单的输入法,有记忆功能。支持双拼。开发环境visual stdio 2005-a group courses have been operating so simple input method, and memory function. D. support. Visual development environment stdio 2005
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:8.31mb
    • 提供者:冀映辉
  1. informationmanagementc++

    0下载:
  2. 这是高校学籍管理系统c++的源程序,是在VISUAL STDIO中的VC++里面实现的啊
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:夏增春
  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
    • 文件大小:1.03kb
    • 提供者:鹰隼
  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
    • 文件大小:2.31kb
    • 提供者: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
    • 文件大小:64.06kb
    • 提供者: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
    • 文件大小:11.79kb
    • 提供者:wzl
  1. follow

    0下载:
  2. 用于进行递归下降分析法,编译原理,运行环境为Visual Stdio c++6.0-Be used for recursive descent analysis, compiling principle, operating environment for Visual Stdio c++6.0
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:645byte
    • 提供者:何斌
  1. ds18b20

    0下载:
  2. 艾米电子FPGA18b20的verilog源代码-aimi stdio fpga
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:70.98kb
    • 提供者:王萍
  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
    • 文件大小:1.75kb
    • 提供者: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
    • 文件大小:9.4mb
    • 提供者:hh
  1. stdio

    0下载:
  2. 实现GCC 功能 C写的 一点点 还要20个字那么多啊-GCC function written in C to achieve a little bit but also so much ah 20 words
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-16
    • 文件大小:47.24kb
    • 提供者:luohao
  1. FXGPWIN

    0下载:
  2. 三菱N系列的PLC集成开发平台,是个原版的公司的推荐软件-Mitsubish Power Line Communication of N seris stdio
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:665.73kb
    • 提供者:陈静秋
  1. mergesortg

    0下载:
  2. 本代码是归并算法的C++实现,开发环境是visual stdio 2008-This code is mergesort algorithm ,C++ implementation and development environment is visual stdio 2008
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:1kb
    • 提供者:Roy_sky
« 12 »
搜珍网 www.dssz.com