1.将LED模块的CSLED接8088地址的200H。 2.编译原文件,连接并全速运行。 由8279处小键盘按下 Key 1 欢迎使用AEDKT598实验台 Key 2 圣诞快乐 Key 3 新年愉快 Key 4自左à右逐列显示“各位同学好”
上传时间: 2013-12-18
上传用户:Pzj
Welcome to the Microsoft CRM 3.0 Software Development Kit (SDK). This SDK contains a wealth of resources, including code samples, that are designed to help you build powerful vertical applications using the Microsoft CRM platform. It includes the following sections: 1 Server Programming Guide 2 Client Programming Guide 3 ISV Programming Guide 4 Report Writers Guide 5 Appendix A 6 Glossary –
标签: Development Microsoft SDK Software
上传时间: 2014-01-20
上传用户:zhichenglu
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
了解减法分频电路的设计。 (2)内容:分析例2.8程序的原理,给出其仿真结果,说明语句的功能。可以改变程序中的分频比。引脚锁定可参考图2.9。 (3)说明:将CLK2的跳线冒连在2Hz上 。LED1指示输入频率,LED2分频后的结果。可以看到LED1每闪烁6下,LED2闪烁一下,因为是6分频电路。
上传时间: 2013-12-20
上传用户:R50974
DSP C5402 下的DMA滤波程序利用2通道输入,3通道输出
上传时间: 2016-03-11
上传用户:sclyutian
利用汉显液晶模块HZ132-64做的一个编辑小程序;做好键盘,烧芯片就可以运行。实现的功能有: 一、键盘测试: 二、编辑短信: 1.4*4小键盘智能拼音汉字输入(国标一、二级汉字) 2.英文大小写输入 3.标点符号输入(半角全角) 4.数字输入 三、取字演示: 四、删除信息: 五、查看短信:
上传时间: 2014-10-26
上传用户:
哈夫曼树的建立 一、 实验目的: 1. 理解哈夫曼树及其应用。 2. 掌握生成哈夫曼树的算法。 二、 实验内容: 哈夫曼树,即最优树,是带权路径长度最短的树。有着广泛的应用。在解决某些判定问题上,及字符编码上,有着重要的价值。 构造一棵哈夫曼树,哈夫曼最早给出了算法,称为哈夫曼算法: (1)根据给定的N个权值 W1,W2,W3,……,Wn ,构成N棵二叉树的集合F= T1,T2,T3,……,Tn ,其中每棵二叉树T1只有一个带权为WI的根结点,其左右子树均空。 (2)在 F中选出两棵根结点权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的权值为其左右子树上的根结点的权值之和。 (3)在F中删除这两棵树,同时将新得到的加到F之中。重复(2)和(3),直至F中只剩一个为止。
上传时间: 2013-12-24
上传用户:阳光少年2016
【目录信息】 第一部分 准备程序员考试 第1章 程序员考试指南 1 1.1 程序员考试的形式是什么 2 1.2 考试包含哪些内容 2 1.2.1 声明和访问控制 2 1.2.2 流控制和异常处理 2 1.2.3 垃圾收集 3 1.2.4 语言基础 3 1.2.5 运算符和赋值 3 1.2.6 重载、覆盖运行时间类型和面向对象 3 1.2.7 线程 3 1.2.8 java.awt包—布局 4 1.2.9 java.lang包 4 1.2.10 java.util包 4 1.2.11 java.io包 4 1.3 本书与程序员考试目标的对应关系 4 1.4 考试是怎么管理的 4 1.5 怎样签约和考试 5
上传时间: 2014-08-06
上传用户:lx9076
成绩登记程设计内容要求: 1. 掌握C语言程序设计方法; 2. 选题要难易适度,要求得当,既要有一定水平,又要在规定的时间内经过努力按时完成(时间为2个星期); 3. 题目可以相同,但参数要求不同,每人必须独立完成 4、 呈交的报告内容必须符合课程设计报告规范
上传时间: 2013-12-15
上传用户:huyiming139