-
C++做的简易电子词典。学习数据结构的可以看看。
C++做的简易电子词典。学习数据结构的可以看看。-C++ to do a simple electronic dictionary. Learning data structure can look.
- 2022-02-02 20:31:34下载
- 积分:1
-
caculater
多功能计算器能够实现基本计算器的功能,此文件为参考代码,详情请下载之后再查看。-caculater
- 2022-01-28 05:28:02下载
- 积分:1
-
flash dynamic loading picture
flash 动态加载图片 -flash dynamic loading picture
- 2022-02-02 01:45:25下载
- 积分:1
-
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正...
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正-Achieve the OFDM system simulation, but there may be missing some punctuation, hoping someone correct me
- 2022-04-23 00:51:20下载
- 积分:1
-
MATLAB初学者
包好了一些用matlab解微分方程的源程序
MATLAB初学者
包好了一些用matlab解微分方程的源程序-MATLAB beginner beginners MATLAB wrap some source code for solving differential equations using matlab
- 2022-07-10 02:24:14下载
- 积分:1
-
22位流水线加法器,altera公司仿真坏境可用。
22位流水线加法器,altera公司仿真坏境可用。-Adder 22 lines, altera companies available simulation environments.
- 2023-07-26 13:45:04下载
- 积分:1
-
基于MATLAB的雷达数字信号处理
说明: 雷达LMF信号分析、脉冲压缩处理、相参信号处理、恒虚警CFAR处理、目标信息提取处理(Radar LMF signal analysis. Pulse compression processing, coherent signal processing, CFAR processing, target information extraction processing.)
- 2020-04-17 14:01:23下载
- 积分:1
-
第七次课--视频图像DCT处理及水印嵌入_2
说明: 熟悉IIC协议总线协议,采用IIC总线对图像采集传感器寄存器进行配置,并转换为RGB565格式。
利用异步FIFO完成从摄像头输出端到SDRAM 和SDRAM 到VGA 接口各跨时钟域信号的传输和处理。
利用 SDRAM 接口模块的设计,实现了刷新、读写等操作;为提高SDRAM 的读写带宽,均采用突发连续读写数据方式;并采用乒乓操作实现 CMOS 摄像头与VGA的帧率匹配。
利用双线性插值方法实现对图像640×480到1024×768的放大操作。
完成VGA显示接口设计。(Familiar with IIC protocol bus protocol, IIC bus is used to configure the register of image acquisition sensor and convert it into RGB565 format.
Asynchronous FIFO is used to transmit and process signals across clock domain from camera output to SDRAM and SDRAM to VGA interface.
With the design of SDRAM interface module, refresh, read and write operations are realized. In order to improve the read and write bandwidth of SDRAM, burst continuous read and write data mode is adopted, and table tennis operation is used to achieve frame rate matching between CMOS camera and VGA.
The bilinear interpolation method is used to enlarge the image from 640*480 to 1024*768.
Complete the VGA display interface design.)
- 2020-06-25 04:00:02下载
- 积分:1
-
numerical analysis
说明: [Numerical Methods in Engineering with MATLAB]2005
solution code for some problems
- 2019-03-31 14:39:07下载
- 积分:1
-
PSO算法
粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
- 2020-06-25 13:20:01下载
- 积分:1