搜索资源列表
顺序表的应用
- 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
PCI-Express
- 随着数据采集技术和大容量 Flash存储器的快速发展 ,对数据传输速度的要求越来越高,针对这一问题 ,提出了一种基于 PCI Exp ress的高速数据采集的接口设计方案 ,并给出了该系统的详细设计 ,实现了将外部数据高速传入计算机的功能。-Hi gh2 Speed Da ta Acquisiti on Card I n terface Desi gn Ba sed on PCI Express
exp
- AMPIRE128×64LCD为显示元件,以喇叭为音频输出,用五个按键作为输入元器件,设计制作了一个日常生活中用到的LCD显示系统。-err
MCHPTCP-EXP
- I love mom so much it so good nice to meet
Exp-FIR-AD
- 用c语言编写的fir滤波器在dsp上的实现-With the c language of fir filter implementation on dsp
Calculator
- 1) 支持基本的四则(+、-、*、/)运算。 2) 支持sin cos tan等三角函数的运算。 3) 支持log、ln、exp、x^y、sqr等复杂的运算。 4) 实现了解析运算(可以输入一个数学表达式,然后正确计算出结果)。 5) 具有清零功能。 6) 具有退格与记忆键。 7) 支持圆周率一键输入。 8) 支持科学计数法输入。 9) 具有连续计算的能力,即上一次计算的结果可以直接参与下一次计算(即兼有标准计算器的特点)。 10) 输入可以通过界面实现,即用
e1
- exp-1: To observe the BER performance of a BPSK system in AWGN channel.- exp-1: To observe the BER performance of a BPSK system in AWGN channel.
e5
- exp-5: To observe the BER performance of a SIMO system with two receive antennas and MRC in spatially independent Rayleigh fading channels.- exp-5: To observe the BER performance of a SIMO system with two receive antennas and MRC in spatially indep
bmtools-0.5.tar
- system exp source code
exp
- am modulator and demodulation
Adapt-fuzzy-exp
- It is well-known fact that batch processes are gaining wider ground in chemical industries. Compared with continuous processes the control of batch processes is more difficult because physical and chemical properties of the contents, such as
ALL-MATLAB-EXP.
- Orthogonal frequency-division multiplexing (OFDM) is a method of encoding digital data on multiple carrier frequencies.
Neural-Rehabilita-tion-Robot
- 介绍了一种神经康复机器人,阐述了机器人的详细结构、工作原理、使用方法以及在结构上和控制模式上为 了保证患者瘫肢的安全所采取的策略。通过健康人实验证实了该机器人能够满足神经损伤患者康复训练的一般要 求,有望用于患者的临床康复训练。-We p resent a neural rehabilitation robot for brain2injured peop le. Detailed structure and work p rincip le and use method of th
fractal-use
- 分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -
Database-System-Exp
- 本文档内容为SQL Server语言下的实验,包括一些基本的功能操作-This document is about some basic functions of SQL
ffmpeg-exp
- ffmpeg 使用例子 流媒体开发时参考资料-References ffmpeg examples of the use of streaming media development
Multithreaded-in-Programing.-EXP
- Multithreaded in java.
the-maximum-likelihood-estimate
- 1、 极大似然估计 尝试用0~24阶多项式拟合,并用5折交叉验证选择最佳模型(多项式阶数及其系数,给出类似课件中的图),并画出最佳模型的拟合效果图(类似图1,蓝色点为训练样本、红色点为测试样本、绿色线为模型预测),给出该模型的测试误差。 2、 岭回归 多项式阶数为24,正则系数λ的取值范围为exp(-19)到exp(20),采用并用5折交叉验证选择最佳模型。实验结果要求同1。 -1, the maximum likelihood estimate of 0 to 24 try-o
delphi-exp
- delphi 学习方法记录 ,经验总结,提高开发效率。-delphi learning record, experience, improve development efficiency.
exp
- MATLAB codes for BPSK, QPSK, Differential BPSK, Pulse shaping and link budget calculation are uploaded