资源列表

[数值算法/人工智能ALG021

说明:解方程,具体见英文描述,给一个连续方程,解出f(x) = 0 在一定范围的解- To find a solution to f(x) = 0 given the continuous function f on the interval [a,b], where f(a) and f(b) have opposite signs: INPUT: endpoints a,b toleran
<rdchkww> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数值算法/人工智能ALG022

说明:解方程,给出一个连续函数接f(x)=0的值,前提是给一个附近的值- FIXED-POINT ALGORITHM 2.2 To find a solution to p = g(p) given an initial approximation p0 INPUT: initial approximation p0 tolerance TOL maximu
<rdchkww> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数值算法/人工智能ALG023

说明:NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 toleranc
<rdchkww> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数值算法/人工智能ALG024

说明: SECANT法求解一个连续方程,f(x) = 0,给两个初始值- SECANT ALGORITHM 2.4 To find a solution to the equation f(x) = 0 given initial approximations p0 and p1: INPUT: initial approximation p0, p1 tolerance TOL
<rdchkww> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数值算法/人工智能ALG025

说明:解方程,给出一个连续函数接f(x)=0的值,前提是给两个附近的值,且符号相反 - METHOD OF FALSE POSITION ALGORITHM 2.5 To find a solution to f(x) = 0 given the continuous function f on the interval [p0,p1], where f(p0) and f(p1) have o
<rdchkww> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[matlab例程fly

说明:通过实现文件ft1调用函数fseries,完成傅里叶级数实现.-realization of fourier series by implemention of the file ft1,doing the function fseries
<ljr> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[matlab例程k_means

说明:this code is a faster kmeans clustering implementation
<farooq> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法INFXPOST

说明:programm that convert infix term to postfix
<yalannan> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法duonode

说明:关于数据结构的iaocheng链表处理的c++的一些实例教程,主要是单链表,循环链表十字链表的知识
<slx> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[matlab例程OFDM_matlab

说明:ofdm系统的简单仿真,基于matlab环境,可以借此更好的理解ofdm传输原理-simple simulation ofdm systems, based on the matlab environment, can take a better understanding of the principle of ofdm transmission
<李华> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[matlab例程test

说明:遗传算法代码,matlab写的,适合初学者学习。-Genetic algorithm code, matlab written for beginners to learn.
<吴昊> 在 2024-10-15 上传 | 大小:1024 | 下载:0

[matlab例程Best_pseudo_coloring_idea

说明:A code for pseudo coloring the images
<farooq> 在 2024-10-15 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org