资源列表

« 1 2 ... .26 .27 .28 .29 .30 18031.32 .33 .34 .35 .36 ... 28521 »

[matlab例程SPACELIB

说明:基于matlab 的动力学工具箱 做多体或机器人方向的可以-SPACELIB is a software library useful for the realization of programs for the kinematic and dynamic analysis of systems of rigid bodies. This library is currently used in ROBOTICS a
<aibian> 在 2024-09-28 上传 | 大小:2456576 | 下载:0

[数据结构常用算法Ackerman

说明:阿克曼函数(Ackerman)是非原始递归函数的例子;它需要两个自然数作为输入值,输出一个自然数。它的输出值增长速度非常高,仅是(4,3)的输出已大得不能准确计算。   Ackerman函数定义如下:   若m=0 返回n+1   若m>0且n=0 返回Ackerman(m-1,1)   若m>0且n>0 返回Ackerman(m-1,Ackerman(m,n-1)) -Ackermann func
<夏雪> 在 2024-09-28 上传 | 大小:7168 | 下载:0

[数据结构常用算法GrayCode

说明:格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or
<夏雪> 在 2024-09-28 上传 | 大小:9216 | 下载:0

[matlab例程sift

说明:SIFT双向匹配代码,基于matlab版本的代码-dual-matching of SIFT
<chenlin> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法GUOHE

说明:使用A星算法求解野人过河问题,VC++实现,用D到了MFC-A star algorithm using the issue of Savage river, VC++ to achieve, with the D to the MFC
<杜骞> 在 2024-09-28 上传 | 大小:5413888 | 下载:0

[数据结构常用算法k_selection

说明:人工智能小实验:对任意给定的一组数列,求出第k大的数。-For any given set of series, find the first k largest numbers.
<夏雪> 在 2024-09-28 上传 | 大小:6144 | 下载:0

[数学计算/工程计算qqmima

说明:随机抽取16个大学字母,组成一段密码。简洁快速!-Random sample of 16 college letters to form a password. Simple fast!
<立毅> 在 2024-09-28 上传 | 大小:3072 | 下载:0

[数据结构常用算法Turbo_Code

说明:Simulation of a binary rate-1/3 turbo code with rate-1/2 component recursive convolutional codes-Simulation of a binary rate-1/3 turbo code with rate-1/2
<JH Huang> 在 2024-09-28 上传 | 大小:448512 | 下载:0

[数据结构常用算法gy

说明:可以进行科学计算的计算器,利用数据结构与算法的栈结构-EDITOR
<liu> 在 2024-09-28 上传 | 大小:2194432 | 下载:0

[matlab例程Matlab

说明:matlab实用教程 比较适合新手入门 包括matlab基本知识 各种函数的用法,各种命令的使用-matlab practical course is suitable Getting Started matlab basic knowledge of various functions, including the use of, the use of a variety of command
<章占兆> 在 2024-09-28 上传 | 大小:31744 | 下载:0

[matlab例程CannyMatlab

说明:canny算子提取图像边缘的matlab 源代码-canny operator edge extraction of the matlab source code
<uuuu> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[matlab例程104

说明:临床测试的各种心电信号数据dat格式,可以用matlab来进行处理-ecg signal processing using matlab,there a lot of data in it.
<雷强> 在 2024-09-28 上传 | 大小:1319936 | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 18031.32 .33 .34 .35 .36 ... 28521 »

源码中国 www.ymcn.org