-
Vc中关于FFT算法的编程
Vc中关于FFT算法的编程-Vc on the FFT algorithm programming
- 2022-02-15 01:32:16下载
- 积分:1
-
Lsr2d 算法
LSR2D - Build projection matrix L for straight rays in 2D.
% Input
% Tx: transmitter coordinates, nTx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% Rx: receiver coordinates, nRx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% grx: vector of X coordinates of cell boundaries (sorted increasing)
% grz: vector of Z coordinates of cell boundaries (sorted increasing)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-13 10:35:57下载
- 积分:1
-
用C++编写的置换索引(KWIC)
资源描述用C++编写的置换索引,输入一行英文句子后,可以输出所有的单词循环的移位后形成的句子。采用的是面型对象的思想。
- 2022-04-15 15:27:39下载
- 积分:1
-
这是一个计算机专业计算方法的课程试验,用VC++写的一个关于高斯消去法解方程组/方程的程序...
这是一个计算机专业计算方法的课程试验,用VC++写的一个关于高斯消去法解方程组/方程的程序-This is a professional computer calculation of the pilot course, the VC was one of the Gaussian Elimination Solution Systems/equations procedures
- 2022-06-29 19:19:20下载
- 积分:1
-
adaboost分类算法工具箱
主要用于分类。adaboost是目前分类最好的分类算法。通过不断学习改变样本的权重达到更好的分类效果。
- 2022-03-16 20:50:09下载
- 积分:1
-
永磁同步电机matlab仿真
应用背景一个完整的永磁同步电机矢量控制仿真,包含速度环,电流环,仿真结果满意无误关键技术实现park变换,ipark变换,空间矢量svpwm,采用simulink中的simpower库元件搭建完成
- 2022-07-21 18:28:48下载
- 积分:1
-
本程序是用VC++ 开发的计算器,该计算器分为科学型和普通型两种,本代码是VC++入门学习很好的资料...
本程序是用VC++ 开发的计算器,该计算器分为科学型和普通型两种,本代码是VC++入门学习很好的资料-this program is the development of the VC calculator, the calculator into science- and ordinary-two, The code is a good learning portal VC information
- 2022-07-26 00:39:35下载
- 积分:1
-
四则运算的代码,有兴趣的可以研究下下的呵呵.
四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
- 2022-05-09 01:57:08下载
- 积分:1
-
教工工资管理系统
资源描述一个用c语言写的简易教工工资管理系统,没有用到复杂的东西,未调用数据库,大家可以简单看一下,学习学习。
- 2022-08-21 03:22:43下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1