资源列表

« 1 2 ... .71 .72 .73 .74 .75 21576.77 .78 .79 .80 .81 ... 28524 »

[matlab例程liuganchachuang

说明:六杆机构可以用来做插床和牛头刨床,六杆机构子程序-Six bodies can be used for grooving and Shaper, six institutions subroutine
<褚凤天> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[matlab例程easy

说明:GPS接收机的模拟接收程序,基于Matlab开发,对GPS信号接收结算的理解有很大帮助-Simulation of GPS receiver program, based on Matlab development, are of great help to the GPS signal receiving Settlement Understanding
<jian> 在 2026-01-18 上传 | 大小:897kb | 下载:0

[数学计算/工程计算Large-Integer-Multiplication-

说明:大整数相乘,是用数组的形式模拟乘法,简单,很实用-Large integer multiplication, is to use an array of analog multiplication, simple and very practical
<czy> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Large-Int-Multi(list)

说明:大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
<czy> 在 2026-01-18 上传 | 大小:4.75mb | 下载:0

[matlab例程singalframenuc

说明:通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性-Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity
<魏树弟> 在 2026-01-18 上传 | 大小:2.61mb | 下载:0

[数学计算/工程计算QR1

说明:QR算法求解 int qrroot(a,n,u,v,eps,itmax) double *a,*u,*v,eps int n,itmax { int i double *H H=(double*)malloc(sizeof(double)*n*n)-QR algorithm int qrroot (a, n, u, v, eps, itmax) double* a,* u,* v, eps int n, itmax {int i double* H
<l> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算rom

说明:用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
<l> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[matlab例程IFFshibie

说明:敌我识别信号的门限检测算法,该算法适应MarkX、MarkXII和S模式的信号。-IFF signal threshold detection algorithm, which is adapted MarkX, MarkXII and S mode signal.
<Wang zhuoran> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数学计算/工程计算NewTon

说明:Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
<l> 在 2026-01-18 上传 | 大小:8kb | 下载:0

[数值算法/人工智能gongshifuquan

说明:运用mathcad实现了公式赋权法的编程工作-Achieved using mathcad programming formula weighting method
<yaoye> 在 2026-01-18 上传 | 大小:19kb | 下载:0

[matlab例程Adaboost

说明:matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。-matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.
<sunny> 在 2026-01-18 上传 | 大小:56kb | 下载:0

[matlab例程RSM

说明:对测试函数运用响应面的方法做了四阶响应面模型。-Using response surface of the test function method to do a fourth-order response surface model.
<yaoye> 在 2026-01-18 上传 | 大小:456kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 21576.77 .78 .79 .80 .81 ... 28524 »

源码中国 www.ymcn.org