排序:上传时间 相关度 下载量 查看数

WHILE 386

按分类查找:

  • Bio Medical CMOS IC

    A major societal challenge for the decades to come will be the delivery of effective medical services while at the same time curbing the growing cost of healthcare. It is expected that new concepts-particularly electronically assisted healthcare will provide an answer. This will include new devices, ...

    /dl/514049.html

    标签: Medical CMOS Bio IC

    上传时间: 2017-02-06

    上传用户:linyj

  • matlab流程语句

    程序流程语句 1、 if 语句 2、 switch 语句 3、 while 语句 4、 for 语句 5、循环的嵌套 6、其他流程控制语句

    /dl/514348.html

    标签: matlab 流程

    上传时间: 2017-03-10

    上传用户:qlxxx

  • c语言算法排序

    1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){ &nbsp; ...

    /dl/514507.html

    标签: c语言 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • 点亮P10单元板单片机源程序

    /*================================================================= 4扫16*16下入上出C语言程序, 低位起笔,数据反相。 预定义 **************************************************************/ #include #include //可使用其中定义的宏来访问绝对地址? bit ture=1; // 使能正反相位选择 bit false=0; / ...

    /dl/514939.html

    标签: P10 单元板 单片机源程序

    上传时间: 2017-05-04

    上传用户:sbfd010

  • PL0语言设计一个词法分析器

    PL0语言是与pascal类似的语言,但是比pascal语言的词法、语法更加严格苛刻。 在PL0语言中,只有五种类型的单词:关键字、用户自定义标识符、数字、特殊符号以及非法标识符。 根据题目给出的PL0的文法,关键字只有如下几个: Const——用来声明常量; Var——用来声明变量; Procedure——用来声明过程; ...

    /dl/515355.html

    标签: PL0 语言 分析器

    上传时间: 2017-06-20

    上传用户:lbxxx

  • 12345

    /****************temic*********t5557***********************************/ &nbsp;&nbsp; #include &nbsp; <at892051.h> &nbsp; &nbsp; #include &nbsp; <string.h> &nbsp;&nbsp; #include &nbsp; <intrins.h> &nbsp; &nbsp; #include &nbsp; <stdio.h> &nbsp; &nbsp; #define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...

    /dl/515933.html

    标签: 12345

    上传时间: 2017-10-20

    上传用户:my_lcs

  • 一个按键控制的 10 级变速跑马灯试验

    在本课中,我们要用一个按键来实现跑马灯的 10 级调速。这又会涉及到键的去抖的问 题。&nbsp; 本课的试验结果是,每按一次按键,跑马速度就降低一级,共 10 级。&nbsp; 这里我们又增加了一个变量 speedlever,来保存当前的速度档次。&nbsp; 在按键里的处理中,多了当前档次的延时值的设置。&nbsp; 请看程序:&nbsp; ―― ...

    /dl/516025.html

    标签: 10 按键控制 变速 跑马灯

    上传时间: 2017-11-06

    上传用户:szcyclone

  • 模拟 PWM 输出控制灯的 10 个亮度级别

    LED 一般是恒流操作的,如何改变 LED 的亮度呢?答案就是 PWM 控制。在一定的 频率的方波中,调整高电平和低电平的占空比,即可实现。比如我们用低电平点亮一个 LED 灯,我们假设把一个频率周期分为 10 个时间等份,如果方波中的高低电平占空比是 9:1, 这是就是一个比较暗的亮度,如果方波中高低电平占空比是 10:0,这时 ...

    /dl/516026.html

    标签: PWM 10 模拟 控制灯 亮度 输出

    上传时间: 2017-11-06

    上传用户:szcyclone

  • 锂硫电池隔膜

    Lithium–sulfur batteries are a promising energy-storage technology due to their relatively low cost and high theoretical energy density. However, one of their major technical problems is the shuttling of soluble polysulfides between electrodes, resulting in rapid capacity fading. Here, we present ...

    /dl/516136.html

    标签: 锂硫电池 隔膜

    上传时间: 2017-11-23

    上传用户:653357637

  • 数据结构实验

    #include&nbsp;<stdio.h>&nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp; &nbsp;&nbsp; typedef&nbsp;struct&nbsp;node&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;struc ...

    /dl/517413.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..