-
欧几里德算法 找出xm+yn=l x,y解
欧几里德算法 找出xm+yn=l x,y解-Euclidean algorithm to identify xm yn l = x, y solution
- 2022-09-16 05:40:03下载
- 积分:1
-
ALGORITHM_NEVILLE。
关于评价插值多项式 P
(N + 1)不同的数字 X(0),......,在数字 X X(N)
对于函数 F: 输入: 数字 X(0),......,X(N) 为 XX(1),......,XX(N+1) ;
数字 X ;值的 F 作为 Q 的第一列,或者可能如果函数 F 提供计算。
输出: 与 P(X) 表 Q = Q(N+1,N+1)。
- 2022-08-20 14:06:41下载
- 积分:1
-
lisp utility lib
CLLIB is a varied collection of Common lisp tools and routines in CLOCC.
Includes:
â– "guess the animal" game; simple neural net (AI)
â– autoload function and snarfing autoloads from other files
â– basic definitions: package and path
â– base64 encoding and decoding (data format)
â– Rolodex: BBDB/vCard handling
â– check values and types of the elements of a list
â– Common Lisp HyperSpec access
â– read/write CLOS object
- 2022-02-01 20:05:38下载
- 积分:1
-
一个路由器最短路径算法的源程序
一个路由器最短路径算法的源程序-a router shortest path algorithm source! !
- 2022-05-18 16:01:18下载
- 积分:1
-
摄影测量中将数据读入,进行空间外方位元素的计算和控制测量点的确定...
摄影测量中将数据读入,进行空间外方位元素的计算和控制测量点的确定-Photogrammetry data will be read, space orientation element of calculation and measurement control points identified
- 2022-09-24 22:05:02下载
- 积分:1
-
error detection and correction
this code is downed from website and can detect the data`s error and correct it .it can detect 2 bit error and correct 1bit error for 512bytes or 256 words data.
- 2022-02-20 02:06:51下载
- 积分:1
-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1
-
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引...
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker
- 2022-03-14 17:46:13下载
- 积分:1
-
用c实现光学传输矩阵的算法
用c实现光学传输矩阵的算法-using optical transfer matrix algorithm
- 2022-05-18 01:47:07下载
- 积分:1
-
一个VC++生成DElaunay三焦网的简洁易懂的代码,提供可变随机点数目。...
一个VC++生成DElaunay三焦网的简洁易懂的代码,提供可变随机点数目。-A VC++ Generate Delaunay Sanjiao network easier to understand the code, providing a variable number of random points.
- 2023-05-11 16:55:04下载
- 积分:1