-
fortran90 procedures, the use of Runge
fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序-fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example and output procedures
- 2022-06-21 02:50:43下载
- 积分:1
-
基于DSP的足球机器人控制电路设计
资源描述:从改善足球机器人控制电路性能的目的出发,分析了用普通单片机控制的
足球机器人在比赛中的缺陷,对普通单片机和DSP芯片两种控制芯片的性能作了简单的
比较,详细介绍了用美国德州仪器(r11)公司生产的喇S320I砣407A芯片作为电路控制
芯片,设计足球机器人控制电路的方法。并在实际控制过程中采用PⅢ算法,实现了足
球机器人软件控制与硬件的结合。成功地把基于DSP的足球机器人应用于实际的比赛
中,实际效果显示与基于普通单片机的机器人相比,性能有了较大的提高,对机器人的
控制可以得到更令人满意的结果。
- 2022-07-20 16:58:10下载
- 积分:1
-
常微分方程的龙格库塔法系列程序,从二级到四级的算法。
常微分方程的龙格库塔法系列程序,从二级到四级的算法。-Ordinary Differential Equations Runge- Kutta method series of procedures, from two to four algorithms.
- 2022-05-31 06:14:50下载
- 积分:1
-
image texture MRF synthesis
资源描述本压缩包包含相应的代码和对应的论文,具体的信息请见包。Semi Causal Nonparametric Markov Random Field Texture Synthesis,Texture synthesis via a noncausal nonparametric multiscale Markov random field,"" IEEE Transactions on Image Processing。
- 2022-02-05 21:07:51下载
- 积分: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
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
C语言基础代码包
找数字,求最大数与最小数,循环右移k位,删除一个数,知道一个数删数,冒泡排序,插入排序的基本代码
- 2022-04-15 18:51:41下载
- 积分:1
-
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料...
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料-Han Wei, the research results in recent years is a very good reference for data mining researchers
- 2022-07-25 13:36:14下载
- 积分:1
-
拉格朗-牛顿算法
拉格朗-牛顿算法-LaGrand-Newton algorithm
- 2022-01-23 10:20:33下载
- 积分:1
-
多示例学习工具箱
用matlab编写的multiple-instance learning工具箱,实现了多种mil的算法,包括emdd, mi-svm, citation-knn等,同时支持不同的测试策略,如随机划分,leave-one-out,ten-fold-validation等,里面包含了libsvm的matlab实现,可以作为一个独立的算法使用。包中自带测试数据集,为标准的多示例数据集,通过扩展可以进行MIML的训练和测试任务。
- 2022-03-01 13:58:05下载
- 积分:1