搜索资源列表
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
WalkInTheMazeAS2
- 小迷宫,利用vc++编的,利用数组实现,有动画效果。-small maze, using vc series, the use of the array, and it is animation.
文件内容导出为C语言数组
- 将文件内容数据导出为C语言数组,以实现将文件嵌入到C语言代码中。
C++实现大整数运算
- C++与C语言联合数组实现的用于长度较大的整数之间的四则混合运算
Dynamic_Array
- 用C#实现动态数组的几种方法及其性能比较。-With C# Realize several dynamic array methods and their performance comparison.
MyArray
- 怎样用C++语言实现的动态数组的源程序,对学习C++程序设计语言的同学也许会有帮助-How C++ Language source dynamic array of learning C++ Programming language students may be helpful
Dynamic_Malloc_Memory(MultiDim)
- 动态多维数组内存申请,可以很容实现一维,二维和三维动态数组的申请,好用,简洁。-Dynamic multi-dimensional array of memory an application can allow the realization of one-dimensional, two-dimensional and three-dimensional dynamic array of applications, easy to use, simple.
z
- 实现数组的相关功能,如查询,求和,求平均值,求最大值最小值,排序,查找等,并且有菜单,适合靠C语言二级证书的,或者初学者-To achieve an array of related functions, such as query, sum, average, seeking maximum minimum, sort, search and so on, and there are menus for relying on C-2 certificates, or beginners
Array2D_Pointer
- 在C++中,可以直接用[][]实现二维数组,但是[][]不能重载,所以,用模版与指针实现的自定义二维数组-2d array implemented using pointer or template
jiangerweishuzuzhuanhuanweboxingshuzu
- 实用LabVIEW软件,实现将二维数据转换为波形数组,同时将波形文件保存-Practical LabVIEW, to achieve two-dimensional data into a waveform array, while the waveform file
Array1
- 动态数组的模板实现,stl中vector的替代代码-Dynamic array of templates, stl in the alternative code vector
1.1-Assignment
- 完成了基本的动态数组的封装,并实现了接口中的函数(The encapsulation of the basic dynamic array is completed, and the functions in the interface are implemented)
xunhuan
- 这是在C语言环境下实现螺旋数组产生的程序(This is in the C language environment to achieve spiral array generated procedures)
房产销售工人信息管理系统
- 利用C语言(数组)实现房产销售工人信息管理系统 【1】查找工人信息 【2】插入新工人信息 【3】删除工人信息 【4】工资合计 【5】统计 【6】按销售套数排序(Using C language (array) to achieve real estate sales workers informati
c++实现动态数组
- 使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
02 数组矩阵
- C++代码,有关数组的实现已经编程。。。。。。。。。(C++ code, the implementation of the array has been programmed)
字符大小写字母转换和随机产生数组返回最小值
- 实现大小写字母转换,随机产生数组并返回其最小值,C语言编写的代码(Conversion of capitals and lowercase letters)
HSV_CIRCLE
- opencv 读取图像像素值到数组,用指针方式实现(opencv read the pixel of pictures and saved.)
sum
- 本程序实现识别数组中的数组部分并且求取它们的和(This program implements the identification of array parts in the array and the sum of them)
IDL.FILE
- IDL实现读文件、二维数组画图、修改背景色(IDL implements read file, 2d array drawing, change background color.)