资源列表
myZip
- 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
fft.rar
- FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In
knight
- 骑士周游列国,骑士可以最初处于任何位置,逐渐走遍所有位置,递归,代价有点高,运行有点慢,少家改动可以显示所有方案-Cleveland travel around the world, knights can be any location in the first, and gradually traveled all locations, recursive, the price a little higher, run a bit slow, small changes at home ca
two_not_noise_RMSE_60
- 在X,y方向分别放水平磁环,在Z轴上放电偶极子,给出信号方位角估计随极化角度和俯仰角的变化的估计性能-In X, y directions are the level of magnetic release, discharge in the Z-axis dipole is given with the polarization angle estimate signal azimuth and elevation changes in the estimation performance
SysArray
- 自己封装一个相对stl和vector数组模板类,名字叫做动态数组,希望给初学者有些启示-Their packaging and a relatively stl vector array template class, named the dynamic array, hopes for some inspiration for beginners
BANK
- 银行家算法 设计程序模拟预防进程死锁的银行家算法的工作过程。假设系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生-Banker
gaussrand-c
- 高斯分布随机数C程序实现 同济大学信息隐藏课第一次大作业-Gaussian random number C program Tongji University, the first major class of information hiding operations
StringSort
- 问题描述:输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-Problem Descr iption: Enter the number of head of the column to be sorted varying degrees, respectively, with quick sort alg
Cpp1
- 算法分析,回溯法原理及基本实现,实现基本逻辑,完成主要功能-Algorithm analysis and backtracking principle and the basic realization of basic logic to complete the main function
RayleighFadingSimulator
- Rayleigh fading simulator using jakes method
Findnearest-algorithm
- Find nearest algorithm MATLAB SOURCE CODE
CSDOA
- 凸优化算法实现DOA估计,可以分辨多个目标,估计出目标方位,且有很高的分辨性能。-Convex optimization algorithm to achieve DOA estimation, can distinguish multiple targets, to estimate the direction of the target, and has a high resolution performance.
