搜索资源列表
数值计算_病态线性方程组的求解
- 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solving the source code
exp03_cpu2
- 无限冲激响应滤波器算法实验 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
exp04_cpu2
- 卷积算法实验 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
exp05_cpu2
- 离散余弦变换算法实验 实验设备:计算机,CCS2.0版软件,实验箱,DSP仿真器
插值与拟合
- 讲义ppt 及实验源码,matlab
k-means-and-cure-in-Iris-Data-Set
- 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
sor
- 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
1
- 编程求N<=100时,N!的准确值,用C语言实现的算法实验-Programming for N
suanfashiyan
- 冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊-Bubble Sort and Tower of Hanoi " problem of the recursive algorithm experimental reports, good things to download ah
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
Newton
- 计算方法迭代法和牛顿法算法实验代码!迭代法与牛顿法计算的代码!-Iterative calculation method and Newton method algorithm experimental code! Newton iteration method with the code!
sy
- lagrange算法实验题目:Lagrange插值多项式 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 另外,补充C语言绘制图形方面的内容如下 1.屏幕坐标系 坐标原点在屏幕的左上角,x轴水平向右,y轴垂直向下。2.常用的绘图函数 Newton算法 -lagrange algorithm experimental subject: Lagrange interpolation polyn
rr
- rr算法操作系统实验rr算法实验源代码轻松完成实验-rr algorithm algorithm rr experimental experimental operating system source code to easily complete the experiment
Matrics
- 算法实验之矩阵相乘,对比普通算法和strassen算法的运行时间差异-just as it s sald above!
polynomial
- 算法实验之多项式相乘,对比普通惩罚和复数变换算法的运行时间差异-just as it s sald above!
sf2
- 算法实验 包括最短路径问题 n后问题 哈弗曼编码 归并排序-Experiments including the shortest path algorithm, after n questions Havermann code mergesort
24
- 一个24点的算法实验程序(输入4个小于13的数,判断能否通过四则运算最终得到24) 基于VC++6.0 ,可正常运行-A 24-point algorithm for experimental procedures (type 4 small number of 13, to determine whether the operation eventually get through four 24) based on VC++6.0, a functioning
best-service
- 算法实验报告,包含活动安排问题,最优服务次序问题-Algorithm experiments report containing activities arrangements, the optimal service order
length
- 求两个字符串的最长公共子序列,可以手动输入也可以从文件读入字符串,字符串中允许有空格出现,这是广西大学的算法实验代码,如果是本校学生下载请注意修改,这是我自己写的,写得不好请海涵。-Seeking the longest common subsequence of two strings, you can manually input can also be read from a file into a string, string allows spaces appear, the algo
lab3
- 常见排序算法的实现与性能比较 问题描述:实现合并排序,插入排序,希尔排序,快速排序, 冒泡排序,桶排序算法 实验要求: (1) N=10时,排序结果。 (2) N=1000,10000,100000时, 每个排序用不同的样本多试验几次(最低5次)得出 平均时间,比较不同排序算法所用的平均时间。 -Common sorting algorithm implementation and performance comparison Problem Descr