-
使用雅可比和高斯
使用雅可比和高斯-赛德尔算法求解线性方程-The use of Jacobi and Gauss- Seidel algorithm for solving linear equations
- 2022-02-21 23:18:21下载
- 积分:1
-
一个简单的基于VC6.0的印刷体数字识别系统
一个简单的基于VC6.0的印刷体数字识别系统,可以简单的识别宋体的印刷体数字,实现二值化,灰度化,锐角梯度化,字符分割,数字图片的归一化等功能
- 2023-05-07 08:05:03下载
- 积分:1
-
三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网...
三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网-triangulation algorithm for the generation of console win32 procedures, automatically constitute Delauney triangulation
- 2022-06-21 18:51:57下载
- 积分:1
-
is on the duality transformation
是关于对偶变换的-is on the duality transformation
- 2022-06-01 06:37:25下载
- 积分:1
-
最小二乘算法
Fortran实现
比较简单
最小二乘算法
Fortran实现
比较简单-Fortran least-squares algorithm is relatively simple to achieve
- 2022-09-25 21:15:02下载
- 积分:1
-
一种基于PCNN的医学图像边缘提取方法
边缘提取是图像处理的基础工作,如何精确有效地提取边缘是图像处理领域相关学者讨论的热点问题,由此产生的各种边缘检测方法层出不穷并且得到了很好的应用,但这些方法都无法达到人眼识别物体边缘的精确程度
- 2022-06-01 07:57:48下载
- 积分:1
-
- 2022-04-21 03:20:08下载
- 积分:1
-
生成树
生成树算法的网桥协议STP(Spanning Tree Protocol) 它通过生成生成树保证一个已知的网桥在网络拓扑中沿一个环动态工作。网桥与其他网桥交换BPDU消息来监测环路,然后关闭选择的网桥接口取消环路,统指IEEE802·1生成树协议标准和早期的数字设备合作生成树协议,该协议是基于后者产生的。IEEE版本的生成树协议支持网桥区域,它允许网桥在一个扩展本地网中建设自由环形拓扑结构。IEEE版本的生成树协议通常为在数字版本之上的首选版本。
- 2022-12-15 00:35:04下载
- 积分:1
-
UKF matlab生成C语言
这个代码是有一个外国人写的,主要讲的是ukf的实现。#include
#include
#include "FreeRTOS.h"
#include "kalman.h"
#include "matrix.h"
/*
* ukf_filter_new
*/
ukf_filter
ukf_filter_new(unsigned int state_dim,
- 2022-01-31 17:15:52下载
- 积分:1
-
本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些...
本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。 本书附有大量习题和答案,标明了难易程度及数学概念的使用。 本书内容精辟,语言流畅,引人入胜,可供从事计算机科学、计算数学、计算技术诸方面的工作人员参考、研究和借鉴,也是相关专业高等院校的理想教材和教学参考书。 -the book industry at home and abroad is widespread concern in seven volumes of the "Art of Computer Programming" volume 2, the latest version. The present volume of semi- numerical algorithm to do a full field, at the "random" and "arithmetic" two chapters. This volume summary of the main examples of these algorithms on the basic theory and extensive analysis of the computer program design and numerical analysis of the linkages between, which is particularly noteworthy is the author of Random Number Generation procedures for processing and re-form calculation of power series. The book with a large number of exercises and answers, indicating the degree of difficulty and the use of mathematical concepts. T
- 2022-08-07 04:44:02下载
- 积分:1