JAVA实现的计算器程序,界面很友好,来自于JAVA编程100例上面的内容
上传时间: 2013-11-29
上传用户:gaojiao1999
在本设计中,我们利用模块化设计方法研制成功一个由超大规模集成电路 组成的高速数字信号处理系统,该系统以TMS320C30为CPU, TMS320C30的突出 的优点是:能进行浮点运算和60ns的指令周期,所以能更有效的完成各种处理 算法,该系统可以将高速采集的数据经过处理存入PC机,同时也可将数据输出。 该系统具有如下功能: 1、高速数据运算能力TMS320C30指令周期为60ns,每秒执行3300 万次浮点运算,具有单周期双数据读取能力,保证了高速数据处理. 2、数据采集A/D能够对16路模拟信号中的任意一路数据进行采样,对 16路数据分时采样,然后进行实时信号处理。 3, D/A数据转换可完成两路数据信号转换成模拟信号。 4、通讯功能利用标准的RS232C与外部设备进行通讯,实现TMS320C30 与PC机之间通讯。 本文作为一个完整的高速数据采集处理系统,为今后数据采集与处理 提供了一个良好的方法。
标签:
上传时间: 2013-12-25
上传用户:许小华
许多情况下,当算法在执行过程中面临一个选择时,随机性选择常比最优选择省时。因此概率算法可在很大程度上降低算法的复杂度。
标签:
上传时间: 2015-12-25
上传用户:luke5347
本书首先介绍了MATLAB 语言的程序设计的基本内容,在此基础上系统介绍了各个应用数 学领域的问题求解,如基于MATLAB 的微积分问题、线性代数问题的计算机求解、积分变换和复变函数问题、非线性方程与最优化问题、常微分方程与偏微分方程问题、数据插值与函数逼近问题、概率论与数理统计问题的解析解和数值解法等。还介绍了较新的非传统方法如模糊逻辑与模糊推理、神经网络、遗传算法、小波分析、粗糙集及分数阶微积分学等领域。
上传时间: 2016-01-06
上传用户:2467478207
文章比较了H.264和AVS两个标准在运动补偿中运动矢量预测算法的差别, 提出了一种实现H.264 中 主档次(main pmille)下的第4级别(1evel 4)和AVS中的基准档次面向高清应用时运动矢量预测复用的硬件结构。 提出了一种新颖的缓存管理更新机制.极限情况下用于运动矢量的片上缓存大小减少了75% 。用FPGA验证结果 表明资源占用情况是单独实现AVS的2.3倍,是单独同时实现两个标准的70%。能实现对1080i 30Hz高清图像实 时解码。
上传时间: 2014-01-07
上传用户:225588
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
很多算法的每一个计算步骤都是固定的,而在下面我们要讨论的概率算法,允许算法在执行的过程中随机选择下一个计算步骤。许多情况下,当算法在执行过程中面临一个选择时,随机性选择常比最优选择省时。因此概率算法可在很大程度上降低算法的复杂度。
上传时间: 2016-02-03
上传用户:sssl
本光盘为《USB2.0原理与工程开发》一书的配套光盘。主要内容包含本书第12章、第14章至第18章所涉及的应用程序的原代码,具体内容的分布及所需运行环境如表1所示。 使用说明: 1. 所有程序的测试环境均为Windows98操作系统。 2. 光盘中所有测试程序的USB供应商ID号和设备ID号均用符号"xxxx"来代替,读 者在运行程序时应将其更改为自己的代码。 3. 提供本书所有USB设备实例的硬件评估板,用户可直接在其基础上进行软件开 发和调试,如需要,请与lyw@ysu.edu.cn联系。
上传时间: 2016-02-09
上传用户:dancnc
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
用c++编的巴特沃斯带阻滤波器原程序,可得带阻滤波器数字系统函数的各阶系数.可在MATLAB中用FILTER函数进行测试,好象还没有带阻的
上传时间: 2016-02-18
上传用户:star_in_rain