资源列表
[matlab例程] One-dimensional-extremum-problem
说明:第6章 无约束一维极值问题 所在章节 函数名 功 能 6.1 minJT 用进退法求解一维函数的极值区间 6.2 minHJ 用黄金分割法求解一维函数的极值 6.3 minFBNQ 用斐波那契法求解一维函数的极值 6.4 minNewton 用牛顿法求解一维函数的极值 6.5 minGX 用割线法求解一维函数的极值 6.6 minPWX 用抛物线法求解一维函数的极值 6.7 minTri 用三次插值法<dsd> 在 2024-11-06 上传 | 大小:4096 | 下载:0
[matlab例程] MALABfunction
说明:matlab语言常用各种命令的集合,及中文注释,按字母顺序排列,便于查找-matlab language commonly used set of various commands, and Chinese translations, in alphabetical order, easy to find<暖暖> 在 2024-11-06 上传 | 大小:23552 | 下载:0
[matlab例程] DSP_MATLAB
说明:数字信号处理相关matlab程序,包括傅里叶变换,iir滤波器,fir滤波器等-iir and fir<魔力鸟> 在 2024-11-06 上传 | 大小:67584 | 下载:0
[数值算法/人工智能] ID_Convers
说明:老身份证号-新身份证号转换。模11算法。含源程序。-Convers Old Chinese ID No. into New No.<李裕华> 在 2024-11-06 上传 | 大小:2048 | 下载:0
[matlab例程] qintuihuidai
说明:MATLAB 前推回代法的配电网的潮流计算程序,适合于辐射性配电网和少环的配电网-MATLAB forward and backward substitution method of distribution network load flow calculation program, suitable for distribution network and less radiation distribution network ri<暖暖> 在 2024-11-06 上传 | 大小:59392 | 下载:0
[数据结构常用算法] algorithm-design-with-C-CPP-Java
说明:这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, i<seuylc> 在 2024-11-06 上传 | 大小:1599488 | 下载:0
[人工智能/神经网络/遗传算法] introduction-to-SVM
说明:支持向量机简介,,对学习了解SVM很有帮助,很快入门。-Support vector machine introduction of SVM is helpful to learn about, and soon started.<李凯> 在 2024-11-06 上传 | 大小:811008 | 下载:0
[数据结构常用算法] alogrithms-in-pku
说明:北京大学 算法分析与复杂性理论国家级精品课程课件,非常值得一看。分治,贪心,动态规划,NP理论-Peking University, algorithm analysis and complexity theory national quality courseware, very worth seeing. Divide and conquer, greedy, dynamic programming, NP theory. . .<grant> 在 2024-11-06 上传 | 大小:6545408 | 下载:0
[人工智能/神经网络/遗传算法] 1000s--Factorial
说明:输入不超过1000的正整数,输出n!=1X2X3....Xn的精确结果 1000!大约等于4*10^2567,因此可以用一个3000个元素的数组f保存,为了方便我们从低位起保存位数据,再倒序输出,即f[0]保存个位,其他类推 每次只需要模拟手算即可完成n!,输出时要忽略前导0-Enter a positive integer less than 1000, Output n! = 1X2X3 .... Xn accurate r<李娜> 在 2024-11-06 上传 | 大小:1024 | 下载:0