优盘读写子程序,芯片是SL811,单片机是80C196,不是很全,但可作为编程参考。
上传时间: 2015-08-20
上传用户:731140412
演示matlab曲线拟和与插直的基本方法,详细的工具箱可供编程人员使用
标签: matlab
上传时间: 2015-08-25
上传用户:daguda
正交码的编吗程序,可达到满分集增益,编吗速率可达到3/4,
上传时间: 2014-01-18
上传用户:zhangyigenius
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
Thinking map 是思维地图,主要介绍人脑的思维功能和方式,可帮助编程人员更好的利用自己的大脑,是我们老师推荐的,很好的书。希望对大家也有帮助。
上传时间: 2014-01-14
上传用户:Amygdala
多语言转化工具库,既可支持命令行转换也可支持编程,最新版本
上传时间: 2016-04-26
上传用户:虫虫虫虫虫虫
对C8051F310 FLASH的在线读写,可无需编程器对FLASH擦除和写入
上传时间: 2013-12-30
上传用户:athjac
gsm moden开发包介绍,可作为编程爱好者二次开发GSM MODEN的指南
上传时间: 2013-12-20
上传用户:fhzm5658
自己设计的pic单片机开发板源程序和说明书(内有原理图)支持pic16系列28脚和40脚器件。串口输出信息。4个LED数码管驱动;4个LED驱动;4个按键驱动;1个RS232接口;1个RS485接口;板载IIC存储器24C02驱动,;实时时钟;1Wire温度传感器;4通道功率输出驱动;2个继电器驱动;1个蜂鸣器; 2个通道AD转换(使用1个); 红外收发(保留); 扩展I/O接口; 按键复位电路; 板载ICSP接口。通过ICD2可在线编程,调试;复用IO均采用拨动开关控制。
上传时间: 2016-08-26
上传用户:wang0123456789