-
这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。...
这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。-Java This is a high-level programming languages used in the preparation of procedures, implementation of the " up/down correction method," Lagrange interpolation formula of the value of a function, convenient and practical.
- 2022-08-24 10:58:35下载
- 积分:1
-
看论坛上有个要钱的关于数学运算表达式的东西,之前写过一个关于数学表达式的单元,现免费发给大家了,当然因为只是临时用才写的,有些粗糙,请原谅。...
看论坛上有个要钱的关于数学运算表达式的东西,之前写过一个关于数学表达式的单元,现免费发给大家了,当然因为只是临时用才写的,有些粗糙,请原谅。-Have a look forum money on things mathematical expressions, written before the mathematical expression on the cell, is distributed free to the U.S., of course, because it is only a temporary use only written, some rough, please forgive me.
- 2022-01-30 19:04:27下载
- 积分:1
-
有界背包问题
应用背景有界背包问题 ;zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz关键技术有界背包problemtrhrttttttttttttttttttttttttttttttttttttttttttttttt
- 2023-08-04 04:05:04下载
- 积分:1
-
tacticians of the commonly used algorithms
运筹学中常用到的算法-tacticians of the commonly used algorithms
- 2022-08-06 05:43:23下载
- 积分:1
-
小游戏贪吃蛇代码
设计出一个算法,贪吃蛇小游戏怎么做出来的,利用C++语言编写,代码简单,很容易看懂,function [p,ff] = oct3bank(noi);
pi = 3.14159265358979;
Fs = 500000; %1/(t(2)-t(1)); % Sampling Frequency
N = 3; % Order of analysis filters.
%f=[1.00 1.25 1.60 2.00 2.50 3.15 4.00 5.00 6.300 8.00]
ff=[20 25 31.5 40 50 63 80 100 125 160 200 250 315 400 500 630 800 1000 1250 1600 2000 2500 3150 4000 5000 6300 8000 10000 12500 16000]
%ff = ((2^(1/3)).^[0:19]); % Exact center freq.
p = zeros(1,30);
% Design filters and compute RMS powers in 1/3-oct. bands
- 2022-03-14 23:12:20下载
- 积分:1
-
kalman算法以及里面用到的矩阵运算,包括kalman filter extended kalman filter iterated extended kal...
kalman算法以及里面用到的矩阵运算,包括kalman filter extended kalman filter iterated extended kalman filter-kalman algorithm and used inside the matrix operations,a kalman filter, an
extended kalman filter, and an iterated extended kalman filter
- 2022-08-09 20:13:47下载
- 积分:1
-
3D FDTD simulation of a center-fed half-wave dipole antenna
3 D FDTD 模拟的中心 — — 半波偶极天线。仿真技术进行了时域有限差分网格尺寸:
nx*ny*nz*nt = 80*80*50 * 210。吸收边界是目前 (贝朗热的技术) 组成的最外层10 层。
- 2022-01-29 01:52:18下载
- 积分:1
-
各种矩阵运算的实现,并将向量视为特殊的矩阵。
各种矩阵运算的实现,并将向量视为特殊的矩阵。-various matrix operations to achieve and Vector as a special matrix.
- 2022-11-27 03:15:03下载
- 积分:1
-
ldpc 编译码C仿真
在AWGN信道下,采用BPSK调制,从txt中读入H矩阵,和生成矩阵,译码为LLR-BP译码。
该H矩阵为QC-LDPC码。仿真适用于任意码率,包括
- 2023-08-29 06:05:03下载
- 积分:1
-
KNN分类算法
用KNN算法实现数据分类,算法简单易懂,适合初学者!简单来说,K-NN可以看成:有那么一堆你已经知道分类的数据,然后当一个新数据进入的时候,就开始跟训练数据里的每个点求距离,然后挑离这个训练数据最近的K个点看看这几个点属于什么类型,然后用少数服从多数的原则,给新数据归类。
- 2022-09-30 19:55:03下载
- 积分:1