搜索资源列表
布线问题(分支限界算法应用)
- 六 程序实现: #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 =
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
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
CapPlus
- 使用C#编写的截屏软件 VISUAL STDIO 2008下完成. 目前正在开发视频截取部分
DeDTMF
- 在VISUAL STDIO 2008下用C#编程来调用DTMF解码的DLL文件.通过将含有DTMF信息的音频数据流进行解码来识别对应按键的位置
魔方阵的问题求解
- #include"stdio.h" #include"stdlib.h" int main() { int i ,j,a[100][100],n,k,flag=1; while(scanf("%d",&n)!=EOF&&(n%2!=0)) { for(i=0;i<n;i++) for(j=0;j<n;j++) a[i][j]=0; j=n/2; a[0][j]=1; i=0
用C#编写的计算器
- 用visual stdio 2005编写的计算器
MyClock
- 用C#语言和面向对象编程思想,开发的一个时钟仿真程序-This is a Windows Apllication Program,Under the Visual stdio 2005
wangluoliuliang
- 获取数据流量 获取网络 流量 获取网络 流量-include <stdlib.h> #include <stdio.h> #include <pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv)
1
- 中序遍历递归与非递归,很简单的代码,就是这么简单!-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
zhongxudiguiyufeidigui
- 中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
MDI
- c# visual stdio 2010 MDI窗体,多窗体编程,-c#
visualstdio
- c# visual stdio 2010 编程开发案例-c# visual stdio 2010
PictureDemo
- 用C#,Visual stdio 2005实现显示一幅图片的功能-With C#, Visual stdio 2005 shows a picture of the function to achieve
ch5duomeitiCsharp
- C# 编写的多媒体编程示例程序 开发环境 visual stdio 2008-C# programming examples written in multimedia application development environment visual stdio 2008
Config_file_operation
- Config配置文件的操作,使用Visual Stdio 2008 编写的C#对Config文件的读写操作,用于,保存和读取每次程序运行时的数据。-Config configuration file operation, written in C# Visual Stdio 2008 Config file read and write operations for save and read data each time the program runs.
Student-dormitory-management-system
- Visual stdio 2005实现的学生宿舍管理系统,基于Winform。实现了学生的登记管理,管理收费等功能。-Visual stdio 2005 to achieve the student hostel management system, based on Winform. Student registration and management, management fees and other functions.
CSharpjishiben
- 这是一款基于C#的桌面记事本程序源码,里面对于一个初学者来说,是十分有用的样本程序,可以顺利的在visul stdio 2005下执行-This is based on a C# desktop Notepad program source code, which for a beginner, is very useful for the sample program, can be smooth in visul stdio 2005 implementation