资源列表
interpolation
- 给出插值算子的算法,牛顿法求解非线性方程,欢迎大家给出意见。-Interpolation operator is given algorithm, Newton method for solving nonlinear equations, welcome to give their views.
cx
- n皇后回溯算法,C语言编写的程序。能够学习使用-C language to program
yuesefuhuana
- 约瑟夫环的实现。。功能比较完整,用户界面比较友好,能够成功的进行环的循环。-Joseph Ring implementation. . Features more complete, the user interface is friendly to the success of the ring cycle.
TSP
- 一些小程序,有关于TSP问题的代码,这是数据结构老师安排的作业-Small programs, the code on the TSP problem, which is a scheduled job data structure teacher
Linked-list
- 这是一个顺序链表的实现,包括了链表的建立、插入/删除元素、打印操作-This is an order linked list implementation, including the establishment of the list, insert/delete elements, the print operation
Practic-fft
- Sample Fast Furier Transform
list
- 利用顺序表的操作,实现以下的函数。 (1) 从顺序表中删除具有最小值的元素并由函数返回被删元素的值。空出的位置由最后一个元素填补,若顺序表为空则显示出错信息并退出运行。 (2) 从顺序表中删除第i个元素并由函数返回被删元素的值。如果i不合理或顺序表为空则显示出错信息并退出运行。 (3) 向顺序表中第i个位置插入一个新的元素x。如果i不合理则显示出错信息并退出运行。 (4) 从顺序表中删除具有给定值x的所有元素。 (5) 从顺序表中删除其值在给定值s与t之间(要求s
lorenz
- 2 chaotic ,Lorenz map for matlab
ffff
- 该方法可以达到很高的进度,数值积分精度高。-The method can achieve high progress, the high accuracy of numerical integration.
matrix_multiplication_mpi_hw3
- A parallel program for the multiplication of two 5x5 matrices by using drived data types.Choose 6 nodes in the run time and each row of the resultant matrix should be calculated by one of the nodes. Create your matrixes only in the master node and us
main
- 实现高精度除高精度的除法计算,使用c语言编程-In addition to high-precision high-precision division calculation, using the c programming language
8queen
- python使用遗传算法解决八皇后问题,课程作业-python using genetic algorithms to solve the eight queens problem
