搜索结果

找到约 156 项符合 else 的查询结果

其他 There are _NO_ standard sample rate for the samples used in modules. But most often the samples are

There are _NO_ standard sample rate for the samples used in modules. But most often the samples are done on the rate called C-3 (which is about 16574 Hz if you have a PAL machine). Sometimes drums are sampled at A-3 (around 28 kHz), and some sounds are at ~8 kHz or anything else to save space.
https://www.eeworm.com/dl/534/427569.html
下载: 156
查看: 1033

DSP编程 tms320lf2407a work with at45db161 "trace". buffer 8000 word copy from sram to at45. first page con

tms320lf2407a work with at45db161 "trace". buffer 8000 word copy from sram to at45. first page content: num save, to cyclewrite. function: read trace to sram, save trace to at45, read status, and something else
https://www.eeworm.com/dl/516/428957.html
下载: 132
查看: 1054

游戏 DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters

DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters warfield). When you compile in debug mode, it is GMtool. else compile in release mode, it is Normal player.
https://www.eeworm.com/dl/625/430342.html
下载: 31
查看: 1085

编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1027

通讯编程文档 Java has become a confusing world. Five years ago, there were few decisions to make once you start

Java has become a confusing world. Five years ago, there were few decisions to make once you started programming in Java—you used AWT for graphical user interfaces, sockets for network programming, and hacked together everything else you needed. Since then, though, the APIs available for the Jav ...
https://www.eeworm.com/dl/646/432566.html
下载: 117
查看: 1057

Java编程 实现火星车,全部由java写成

实现火星车,全部由java写成,没有一个if-else,加上测试文件
https://www.eeworm.com/dl/633/444396.html
下载: 35
查看: 1046

编译器/解释器 编译课上做的小程序

编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于 ...
https://www.eeworm.com/dl/628/451237.html
下载: 135
查看: 1024

Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu

width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap ...
https://www.eeworm.com/dl/619/451815.html
下载: 76
查看: 1028

编译器/解释器 pl0 文法 编译器 (1)扩充一维整型数组。 扩充var数组:VAR <数组标识名>(<下界>:<上界>)〈下界〉和〈上界〉可用常量标识名。 (2)扩充

pl0 文法 编译器 (1)扩充一维整型数组。 扩充var数组:VAR <数组标识名>(<下界>:<上界>)〈下界〉和〈上界〉可用常量标识名。 (2)扩充条件语句的功能使其为:IF<条件>THEN<语句>[ELSE<语句>] (3)增加repeat重复语句: REPEAT<语句>{ <语句>}UNTIL<条件> ...
https://www.eeworm.com/dl/628/466643.html
下载: 120
查看: 1541

系统设计方案 此题目是通过键盘来实现密码输入是否正确

此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读 ...
https://www.eeworm.com/dl/678/468448.html
下载: 54
查看: 1046