搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
stdio-common
- 绝对正真的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.
布线问题(分支限界算法应用)
- 六 程序实现: #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 =
gads
- #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
IDVC
- 包括控件所有源码 说明:本控件由北航微软技术俱乐部技术部开发,微软中国研发中心提供指导。 本控件供visual stdio .net开发者使用,为window form 控件,可实现在 winform 应用程序中对中国大陆公民身份证号码正确与否的验证。 -including all source code control : control by the Northern Microsoft technology Club Technology Development, Micros
VCG
- 本源码和控件供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
shenrucsharp
- 深入浅出C#一书光盘源代码,源代码有两类:一类是在命令行下编译,每一个文件的开始都有如何编译的说明,包括引用的库文件,输出EXE还是DLL,以及相应的命令行参数,涉及到数据库的源代码,数据库都放在当前路径中。要编译和运行这些程序,需要有.NET SDK的支持。 另一类是Visual Stdio的Solution,只要打开相应目录中的*.sln文件即可打开项目,包括要引用的库,项目中所有的文件,要打开*.sln文件,需要安装Visual Stdio 7.0。-a simple C# CD s
huidu
- #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
stdio
- 用汇编语言编写的DOS下的输入输出宏库,可方便输入输出程序设计-assembler language of the DOS input and output for Acer, will facilitate input and output program design
fstreamsrc
- 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
this-is-a-sound-code-of-image-enhancement-based-on
- 小波变换的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
ghgl
- #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
332658
- #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
EX4-STDIO
- 21XX系列ARM程序\EX4-STDIO-21XX Series ARM procedures EX4-STDIO
stdio
- 基于c或C++的stdio头文件源码,适合研究c或C++源码的阅读-Based on c, or C++ header file for stdio source for research c, or C++ source code to read
jsq_visaul_stdio_2008
- 开发工具:visual stdio 2008 计算器源程序-Development Tools: visual stdio 2008 calculator source code
Luxway.tar
- visual stdio 2005实现的车辆管理小程序,-vs2005' s vehicle management applet
visualstdio
- c# visual stdio 2010 编程开发案例-c# visual stdio 2010
EX4-STDIO
- EXAMPLE STDIO ARM LPC2138
stdio
- python中最基础的stdio类,包含输入输出等功能,在进行python编程时不可或缺(The most basic stdio class in Python, including input and output functions, is indispensable in Python Programming)