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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. stdio-common

    0下载:
  2. 绝对正真的stdio.h的实现,从原始的io角度看待自己所编写的c指令,对以后c的深入研究大有裨益。-absolute stdio.h is really the realization of the original from the perspective of their io prepared by the c direction right after c-depth study of great benefit.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:242.47kb
    • 提供者:haugnwm
  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0 int i if ((start.row =
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.59kb
    • 提供者:敖斌
  1. gads

    0下载:
  2. #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:795byte
    • 提供者:海波
  1. IDVC

    0下载:
  2. 包括控件所有源码 说明:本控件由北航微软技术俱乐部技术部开发,微软中国研发中心提供指导。 本控件供visual stdio .net开发者使用,为window form 控件,可实现在 winform 应用程序中对中国大陆公民身份证号码正确与否的验证。 -including all source code control : control by the Northern Microsoft technology Club Technology Development, Micros
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:35.36kb
    • 提供者:李平
  1. VCG

    0下载:
  2. 本源码和控件供visual stdio .net开发者使用,为asp.net2.0网站提供验证服务。可自动生成带有多种特效的验证图片,并提供无刷新验证。 -source and the controls for the visual stdio. Net developers use to asp.net2.0 site to provide certification services. Automatically generates a variety of effects with t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26.06kb
    • 提供者:李平
  1. shenrucsharp

    0下载:
  2. 深入浅出C#一书光盘源代码,源代码有两类:一类是在命令行下编译,每一个文件的开始都有如何编译的说明,包括引用的库文件,输出EXE还是DLL,以及相应的命令行参数,涉及到数据库的源代码,数据库都放在当前路径中。要编译和运行这些程序,需要有.NET SDK的支持。 另一类是Visual Stdio的Solution,只要打开相应目录中的*.sln文件即可打开项目,包括要引用的库,项目中所有的文件,要打开*.sln文件,需要安装Visual Stdio 7.0。-a simple C# CD s
  3. 所属分类:C#编程

    • 发布日期:2014-01-12
    • 文件大小:2.98mb
    • 提供者:江资斌
  1. huidu

    0下载:
  2. #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n] float A[n][n] -#includ
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:4.56kb
    • 提供者:jiangshan
  1. stdio

    0下载:
  2. 用汇编语言编写的DOS下的输入输出宏库,可方便输入输出程序设计-assembler language of the DOS input and output for Acer, will facilitate input and output program design
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.54kb
    • 提供者:norman
  1. fstreamsrc

    0下载:
  2. 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:897.87kb
    • 提供者:wwwwppp
  1. this-is-a-sound-code-of-image-enhancement-based-on

    0下载:
  2. 小波变换的C源代码 #define N0 128 #include \"stdio.h\" #include \"stdlib.h\" #include \"math.h\" #include \"string.-wavelet transform C source code # define N0 128 # include "stdio. h "# include" stdlib.h "# include" math.h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:郑超
  1. ghgl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #define N 3 struct huowu {char num[10] char name[8] int money[3] int amount[3] }huo[N],temp -# include
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:liu hui
  1. 332658

    0下载:
  2. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:黄宇
  1. EX4-STDIO

    0下载:
  2. 21XX系列ARM程序\EX4-STDIO-21XX Series ARM procedures EX4-STDIO
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:30.64kb
    • 提供者:林林壮
  1. stdio

    0下载:
  2. 基于c或C++的stdio头文件源码,适合研究c或C++源码的阅读-Based on c, or C++ header file for stdio source for research c, or C++ source code to read
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:182.59kb
    • 提供者:yumeiling
  1. jsq_visaul_stdio_2008

    0下载:
  2. 开发工具:visual stdio 2008 计算器源程序-Development Tools: visual stdio 2008 calculator source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:45.73kb
    • 提供者:crysnower
  1. Luxway.tar

    0下载:
  2. visual stdio 2005实现的车辆管理小程序,-vs2005' s vehicle management applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3.48mb
    • 提供者:toni
  1. visualstdio

    0下载:
  2. c# visual stdio 2010 编程开发案例-c# visual stdio 2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3.6mb
    • 提供者:linping
  1. EX4-STDIO

    0下载:
  2. EXAMPLE STDIO ARM LPC2138
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:30.34kb
    • 提供者:Mehrdad
  1. stdio

    0下载:
  2. python中最基础的stdio类,包含输入输出等功能,在进行python编程时不可或缺(The most basic stdio class in Python, including input and output functions, is indispensable in Python Programming)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:哈哈哈gu
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com