资源列表
memery_copy
- 将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。-A section of the memory to copy data to another section of memory, it is necessary to take into account the memory coverage problems.
6_1
- 编写函数 对整形数组排序,输出原数组及排序后的数组-sort numbers
Untitled3
- 折半查找算法的c-c++实现,里边为可执行文件 -Binary search algorithm c-c++ implementation, an executable file inside
bahuanghou
- 八皇后问题模拟,数据结构综合设计上机题目,请大家参考。-A model to solve the Eight Queen problem.It is originally for Data Structure subject.
first
- 数据结构与算法分析中创建链表,实现多项式相加-Analysis of the data structure and algorithm to create a list, add up to the realization of polynomial
shiyan4
- 使用贪心法实现最优加油问题,给定距离可加油站的位置及距离,确定加油站的次序!-Using the greedy method to achieve optimal fuel problem, given the location and distance from the station to determine the order of the gas station!
Newtons-Raphson
- source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
establish-and-travel
- 二叉树的建立(固定数字)及用前序遍历法周游并输出。-The establishment and use of binary tree traversal method before travel and output.
The-median
- 求一个数组中的中位数。当数组中数据位奇数时比较好求,而当其位偶数数该如何处理呢。本程序实现了这两种不通情况下的中位数。-Seeking an array median. When the array data bit odd good demand, and when its bit even number of number of how to deal with it. This program implements the median of these two barrier case.
1
- 已知学生三门课程基本信息如下。请使用结构体编程,计算学生三门课程成绩后,列表输出 学生的姓名、数学、英语、计算机、平均分信息,并按平均分排序。-The following basic information known to students three courses. List output structure programming, computing students three course grade the student' s name, mathematics, E
FW
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g
1.cpp.tar
- codeforces program code