搜索资源列表
HuiWen
- visual c++6.0实现的判断回文,可任意动态设置2维数组
AnDian
- visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点
C++实现大整数运算
- C++与C语言联合数组实现的用于长度较大的整数之间的四则混合运算
string
- 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
polyadd
- 数据结构用数组实现了两个多项式相加,用数组实现多项式的存储-Array data structure implementation using the sum of two polynomials, the polynomial storage array implementation
jisuanqi
- 天文数字加法的实现c语言代码利用数组存储-The realization of astronomical addition
LSDsortusearray
- 简单的桶式排序,基于VC6.0,用数组实现的,有充足的注释。-LSDsort
MultiplicationOfLargeNumbers
- 用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
jiaohuan
- 实现了数组最大数所在列与首列进行交换,同时包含了矩阵的行列转置-To achieve the maximum number of the array where the first column out and exchange, also includes the ranks of the matrix transpose
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
source
- 锯齿数组 实现一个“可变长二维数组”,这个二维数组的行数可由输入决定,每行的元素个数仍可由输入决定。每个数组元素值都是1. 执行结果如下: 请输入行数: 5 请输入第1行的元素个数: 20 请输入第2行的元素个数: 34 请输入第3行的元素个数: 17 请输入第4行的元素个数: 9 请输入第5行的元素个数: 25 11111111111111111111 111 111 11 111 111 11111 111111111 11
insert_sort
- 插入排序算法的C++实现,可以对任意大小的整型数组实现排序功能。-C++ to achieve the insertion sort algorithm can be of any size integer array sorting function.
yanghuiTriangle
- 利用动态数组实现的杨辉三角的输出,根据用户输入的阶数输出相应的杨辉三角。-Yanghui Triangle by C.
Student-management-system-----2
- 学生信息管理系统 vc环境下的dos版学生信息管理系统 c语言版数组实现多文件结构 可做C/C++课程设计-Student information management system vc environment dos version of student information management system c language version of the array to achieve multi-file structure do C/C++ curriculum design
BIT_BYTE
- 程序实现了整型数组到字符数组的相互转换功能-Program implements the integer array to a character array conversion function
algorithm-CPP
- 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
HomeWork4_01
- 为数组动态分配内存,实现数组数值的平均值计算。-An array of dynamic memory allocation, the average is calculated to achieve an array of values.
RadixSort
- 数据结构中的基数排序,这里是通过二维数组实现,简单易懂-Data structure radix sort, here is achieved through a two-dimensional array, easy to understand
HashTable_Array
- 用数组实现的哈希表,包括哈希表的构建、哈希函数的设计。-Using an array of the hash table, the hash table is constructed including the design of the hash function.
C_Gride-of-Student
- 一维数组实现学生成绩记录,对C++语言的学习有很大的帮助-A one-dimensional array to achieve student performance record