搜索资源列表
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
数组和线性表实现多项式的加法
- 这个是学校的一个实验,用数组和线性表实现多项式的加法
稀疏距阵的数组实现
- 数据结构的稀疏距阵的实现-data sparse matrix structure of the realization
数组堆栈
- 堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
文件内容导出为C语言数组
- 将文件内容数据导出为C语言数组,以实现将文件嵌入到C语言代码中。
C语言实现的动态数组,可放入任意元素
- C语言动态数组,可放入任意元素
C++实现大整数运算
- C++与C语言联合数组实现的用于长度较大的整数之间的四则混合运算
Sudoku.rar
- 用Java解数独游戏,用数组实现,以Applet展示,Sudoku skills with Java, using the array to achieve in order to display Applet
数组实现的酒店客房管理系统
- 一个酒店客房管理系统。 用JAVA数组实现的。很有意思-A hotel room management system. With JAVA arrays. Very interesting
arraysort
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
DArray
- 建立一个c++类的动态数组,实现插入删除等功能。-C++ classes to build a dynamic array, insert and delete functions to achieve.
Automatic-sorting-algorithm
- 自动排序算法 基于matlab语言 实现对一数组利用自动排序算法 实现排序-Automatic sorting algorithm is based on an array matlab language to use automatic sorting algorithm sorting
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
Array
- stl中vector的替代代码,动态数组实现的代码-stl code in an alternative vector, dynamic array implementation of the code
Wuziqi
- 通过16*16的一维数组实现了在命令行窗口模式下的JAVA五子棋程序,可判断各方向输赢-16* 16 by one-dimensional array realized in the command line window mode JAVA backgammon program, can determine the direction of winning or losing
单链表数组实现
- 单链表数组的基础方法的实现源码,用的是Java语言。
房产销售工人信息管理系统
- 利用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)
数组实现线性表-VS2015
- 通过C++完成数组实现线性表,是数据结构入门学习之一(Array implementation of linear tables)