资源列表
zuyuankeshe.rar
- 计算机组成原理课程设计,用VHDL语言实现的加减乘运算以及移位操作。,Principles of curriculum design computer components, using VHDL language, as well as the addition and subtraction multiplication shift operation.
greedyalgorithm.rar
- 利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
modulation.rar
- 信号的调制,包括BPSK,QPSK,16QAM,64QAM,,Signal modulation, including BPSK, QPSK, 16QAM, 64QAM,
rda5802datasheet.rar
- RDA5802的相关资料,包括datasheet,编程参考,电路设计参考。,RDA5802 relevant information, including datasheet, reference programming, circuit design.
CH1.rar
- 一个简单的数字信号处理程序,数字信号生成程序,入门级,A simple digital signal processing, digital signal generation procedures, entry-level
CArray.rar
- 这个是一个学生管理系统,可以查阅学生的信息,用vc开发的。,This is a system of student management ,using visual C++
pcmcia_DVB_CI.zip
- PCMCIA protocol for DVB CI stack,PCMCIA protocol for DVB CI stack
Gambling.rar
- 仿真二人对赌,多人对赌,不同策略情况下的情况,博弈论对赌仿真,game,Gambling,1v1,1v2
KNNN.rar
- 一个改进的KNN聚类算法。matlab。包含pdf说明,An Improved Clustering Algorithm KNN. matlab. Pdf that contains
MeanShift.rar
- 收集的一个关于meanshift的一个简要的PPT介绍,便于入门,Meanshift collected on the PPT of a brief introduction, to facilitate entry
mtk1389D.rar
- mtk1389DE 超好用的,带HDMI功能,超好用the mtk1389DE with HDMI function
03.rar
- 给定n个大小不等的圆c1,c2,c3,...,cn,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。编程任务:对于给定的n个圆,设计算法,计算n个圆的最佳排列方案,使其长度达到最小。 输入:第一行有1个正整数n (圆的个数1≤n≤20) 接下来的1行有n个数,表示n个圆的半径 输出:将计算出的最小圆排列的长度(保留2位小数) 例如: 输入: 3 1 1 2 输出: 7.66 ,Given n-si