Lakey这是一个免费的CW练习/收/发软件,供大家共同学习研究,有需要源码的朋友可以给我发邮件或加为MSN索取。在未来,我会不断更新其功能和修正错误。之前计划2006年底前拿出的正式版本,由于个人工作和精力等原因,不得已推迟。今天发布的版本,增加了对Koch练习法的支持。但仍然是一个BETA版。 本软件的目标是设计成一个使用简便,能够尽量利用一般PC本身具有的硬件功能和性能(主要指CPU的运算和声卡的音频捕捉/播放能力),实现不用另接特殊外围接口电路,不用改/加装电键等,即可让PC具有摩尔斯电码(Morse Code)的收发能力软件。未来可逐渐通过对PC硬件性能的挖掘,实现对音频信号进行分析、过滤、处理。 这是第一个非正式发行版本,因此很多功能与设计目标还有很大差距。希望大家多提意见!
上传时间: 2014-09-02
上传用户:dsgkjgkjg
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
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
matlab非常有用的工具箱,可对非平稳信号进行分析与处理。
上传时间: 2013-12-16
上传用户:xhz1993
在matlab的环境下,对信号进行分析处理,设计滤波器
上传时间: 2014-12-07
上传用户:lacsx
《DSP开发入门综述》,如何采用一个或多个数字信号处理芯片,对输入信号进行分析处理
标签: DSP
上传时间: 2017-01-04
上传用户:225588
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
SDL控件组也是不错的,可以做化学分子结构图;信号FFT分析;画科学工程图等等。 和ABAKUS一样,其源码难以得到,极其困难!现在你可以拥有源码了。。。
上传时间: 2013-12-30
上传用户:dsgkjgkjg
利用CY7C68013开发的逻辑分析仪,可同时对8路信号进行分析,包括了固件,USB驱动,WIN32应用程序。
上传时间: 2017-05-07
上传用户:chenxichenyue
将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
上传时间: 2013-12-19
上传用户:aix008