The software is written in assembler, as it is very short and it need the speed in the main loop. This is the heart of the synth. To be precise, it s in the 7 lines of assembler that makes up the main loop. The rest of the code is the wavetables and the communication code.
标签: assembler the software written
上传时间: 2017-05-17
上传用户:yxgi5
加法器的V代码,这个源代码已经经过严格的检查,没有任何问题
上传时间: 2014-11-23
上传用户:虫虫虫虫虫虫
full ader circuit sdlj mlad f jsadfl kl sdf fjklasd as jsdjfkljkla sdfi jsakldjfk kjawkl jklasdjf jsakldfj lk klasdfklwkmndio sad kkdfu jksdf s jk sdf
标签: jsdjfkljkla jsakldjfk jklasdjf circuit
上传时间: 2013-12-26
上传用户:zq70996813
串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.
上传时间: 2014-01-19
上传用户:维子哥哥
Effect vibrate in main menu. BREW SIEMENS SXG75.
标签: vibrate SIEMENS Effect BREW
上传时间: 2014-02-04
上传用户:磊子226
public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31
上传时间: 2014-08-26
上传用户:chenbhdt
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes
标签: Generate Possion between random
上传时间: 2017-05-25
上传用户:bibirnovis
单片机STC89C52的LED显示程序ORG 0000H AJMP 0030H ORG 0030H MAIN: CLR P2.0 选中p2.0 数码管左边的8字使能 CLR P2.1 选中p2.1 数码管左边的8字使能 CLR P2.2 选中p2.0 数码管左边的8字使能 CLR P2.3 选中p2.1 数码管左边的8字使能
上传时间: 2017-05-25
上传用户:气温达上千万的
$Header: /cvsroot/nsnam/ns-2/mac/mac-tdma.cc,v 1.16 2006/02/22 13:25:43 mahrenho Exp $ // // mac-tdma.cc // // Preamble TDMA MAC layer for single hop. // Centralized slot assignment computing.
标签: mac-tdma mahrenho cvsroot Header
上传时间: 2013-12-16
上传用户:dave520l
powarm s3c2440 main board schematics
标签: schematics s3c2440 powarm board
上传时间: 2014-01-04
上传用户:jennyzai