搜索资源列表
gaoshixiaoyuan
- 高斯消元法,可以随意改变方程组的行列数,用数组来存储矩阵的系数-Gaussian elimination, can be changed at the ranks of the number of equations, using an array to store the coefficient matrix
b
- 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
chap2
- 求数组中最大的一个元素,给出了最简单的一个实例,应运时之需要改变数字即可-calculator the max one
123
- 一点关于树状数组和线段树的比较,比较肤浅-1:00 segment tree on the tree array and a comparison was quite superficial and
2
- 1.请编写一个函数void fun(char *tt,int pp[]),统计在tt字符中"a"到"z"26各字母各自出现的次数,并依次放在pp所指的数组中。 2.下列程序定义了n×n的二维数组,并在主函数中赋值。请编写函数fun,函数的功能使求出数组周边元素的平均值并作为函数值返回给主函数中的s。-1. Please write a function void fun (char* tt, int pp []), statistics tt characters " a&qu
xiangliangshuzu
- matlab 数组与向量教程 简单明了 清华出的书 数组与向量教程 简单明了 清华出的书-matlab ppt that s for the new learners.It s obiously easy to learn which produced by tising university.
experiment
- a. 熟悉MATLAB软件的用户环境,掌握其一般目的命令和MATLAB数组操作与运算函数-a. familiar with the MATLAB software, user environment, control its general purpose command and MATLAB array manipulation and calculation functions
2
- 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
a
- 该功能是把一个整数按大小顺序插入已排好序的数组中-This function is to insert an integer order of size has been sorted array
gongzi
- 工资管理系统 利用单链表实现的学生管理系统不同的是,此工资管理系统主要利用数组来实现,其数组元素是结构体类型。-Payroll management system uses the singly linked list implementation of the student management system, this wage system array, the array element is a structure type.
matlab0
- matlab语言基本规则介绍,包括变量定义,数组声明,循环遍历等-The basic rules of the matlab language introduction, including variable definitions, array declaration, loop through
c
- 系统学习C语言,包含指针,数组,函数等详细信息-A systematic study of the C language, including pointers, arrays, functions, etc. For more information
orderof
- 简单数组升序排列,实现简单的升序功能 简单数 组升序排列,实现简单的升序功能-Simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple ascending functionality simple array in ascending order, to achieve a simple fu
Java_code_5
- 输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。-Input array, the greatest exchange with the first element, the smallest of the exchange, with the last element of the output array.
javabeanlistMapSetJson
- java中把对象、对象bean、list集合、对象数组、Map和Set以及字符串转换成Json.rar-java in the object, the object bean list collection of an array of objects, Map and Set, and string convert Json
guanjianlujingwenti-
- 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
two-end-stack
- 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
juzhen
- 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
77885
- 程序产生N个随机的整数,存放在数组a中。然后根据数组a建立线性链表, 再删除链表中所有重复元素,并输出无重复元素结点的链表结点的值 -Program generates a random integer N, stored in the array a. Then establish a linear list of the array,     Then delete all duplicate elements in the list, and output
bmp-chengxu
- 把黑白图像的灰度值数组用C语言保存成BMP格式的图像-The black and white image of an array of gray values stored in C language into BMP format image