资源列表
multi16
- 有符号16位乘法器。经典booth编码。拓扑结构为wallance树。加法器类型是进位选择加法器。-Number system: 2 s complement Multiplicand length: 16 Multiplier length: 16 Partial product generation: PPG with Radix-4 modified Booth recoding Partial product accumulation: Wallace t
DQM_application1
- 用DQ法求解动力学微分方程。用于解答0.01y +y=0,初始条件为x=0,y(0)=0.5,y (0)=0-solve the dynamic differential equation with DQ method
facebook-android-sdk
- facebook jar facebook jar
strech
- 去斜率(strech)参考信号与回波信号混频后得到中频输出信号S(t)=Aexp(j*2*pi*f0*t+phase) 其中f0与回波延时的关系为: f0=k*delay_t K为线性调频斜率,delay_t为回波延时 将s(t)采样,FFT变换即可得到目标距离与频谱的关系。 Strech 信号测距 输入混频后的中频信号(图一),经采样及FFT变换得到频谱(图二) 再根据频谱与距离的关系式R=Tcf/2B显示出距离(图三) -Go slope (strech
Jacobi
- matlab语言编写的,用于求解线性方程组的雅克比消去法-Jacques elimination method solving system of linear equations with matlab
matrix
- visual studio编写的C++程序,程序利用四种不同方法计算矩阵乘法- visual studio written C++ program, the program using four different methods to calculate the matrix multiplication
NSGA2
- nsga2经典进化算法 matlab编写。运行正常-nsga2 classic evolutionary algorithm
MobileNumberLocato
- location tracking bowser-location tracking bowser
test
- Matrix multiplication in Parallel MPI
depori
- 简单的计算程序实例 供初学者学习使用-Simple instance of the calculation program for beginners to learn how to use ...
RGV2YUV
- 利用CUDA实现RGB2YUV的转换 目前支持YV12格式-convert from RGB to YUV by CUDA currently support YV12 format
Gauss_all_VCPP
- 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination