搜索资源列表
文件系统设计.cpp
- 操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.
mazexy
- in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
erchapaixushu.cpp
- 调用建立二叉排序树,检索给定值,插入/删除给定指针所指结点各算法的主程序-call to establish two binary sort tree, retrieval given value, insertion / deletion of a given target node under the main program algorithm
duifengpei.cpp
- KMP目录下是字符串的堆分配存储表示源程序,其中使用KMP算法完成模式匹配 -KMP directory is the string heap memory allocation, said the source, the use of KMP completed pattern matching algorithm
tongxueluC++biany
- 同学录C++编程 程序文件(VC++编译器,其他编译器也可以) cclassmate.h cclassmate.cpp ClassmateLib.h classmatelib.cpp Classmate.cpp StdAfx.h StdAfx.cpp 文件内容在后面列出来. -lots C programming files (VC compiler, Other compilers may) cclassmate.h cclassmate.c
DFSTree.cpp
- 广度优先遍历,包括广度优先遍历的源代码,-breadth - first traversal, including breadth - first traversal of the source code,
BFSTraverse.CPP
- 深度优先遍历。包含深度优先遍历的源代码,-depth-first traversal. Depth-first traversal contains the source code,
based_on_GA.cpp
- 用遗传算法实现图像阈值分割,文件中包含word档的说明,很详细
Randon_Tran08.cpp
- 用c语言编写的Randon变换,可以用来分离上下行波场
cpp作业集合
- 一些经典小程序,比如排序,输入输出等等
Drirver.cpp
- using namespace std; Strip haha[MAX_STRIP_NUMBER]; void driver(char *command) }
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
cpp-call-cs
- c++ 呼叫c#写的DLL c#的类库注册为COM让C++去调用-cpp-call-cs
CPP-to-CSharp-Converter_Source
- Converter C++ to C#. Very useful for combination modules which are writed on different language.
cpp
- 猜数字游戏代码 cpp格式 猜数字的课程设计类型文件-Guessing game code cpp format viewing of the course design types of files
CPP-classical--primeral3
- C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”。 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while
CPP-classical-perimer4
- C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”。 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while
Crypack.cpp
- This a header crypack.h wich should be included onto crypack.c-This is a header crypack.h wich should be included onto crypack.cpp
显示图片带缩放
- VC+cpp+HALCON图片缩放,用于实现图片缩放功能·(VC+cpp+HALCON picture zoom)
cpp设计课程全部代码资料
- 很有用的资料,详细介绍了cpp的全部内容,值得下载哦!!!