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
This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND. * * Author(s): Ole Saether * * DESCRIPTION: * * Hello World program. Please note that this program runs the internal 8051 * on the default power up frequency of 4MHz. See ex3c.c for an example on how * to switch to 16MHz. * * The functionality is the same as in ex1a.asm. * * COMPILER: * * This program has been tested with Keil V7.07a. * * $Revision: 3 $ *
標簽: distributed WARRANTY WITHOUT useful
上傳時間: 2017-05-17
上傳用戶:515414293
This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: nRF9E5 Hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.asm for an example on how to switch to 16MHz. The functionality is the same as in ex1c.c. ASSEMBLER: You need as31.exe to assemble this program. It can be downloaded from this web page: http://www.pjrc.com/tech/8051/ $Revision: 4 $
標簽: distributed WARRANTY WITHOUT useful
上傳時間: 2017-05-17
上傳用戶:wuyuying
This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: This example should be used together with ex2a-tx433.asm. One nRF9E5 evaluation board (receiver) should be programmed with the hex-file generated from assembling this file and the other evaluation board (transmitter) programmed with the hex-file generated from assembling ex2a-tx433.asm. All switches on the DIP-swith S206 on the receiver must be set to the "on" position and all switches on the DIP-swith S205 on the transmitter must be set to the "on" position. When one of the switched SW1-SW4 on the transmitter is pressed the corresponding LED on the receiver is turned on. The functionality is the same as in ex2c-rx.c.
標簽: distributed WARRANTY WITHOUT useful
上傳時間: 2017-05-17
上傳用戶:xieguodong1234
模糊矩陣類 可以根據不同的模糊算子計算模糊矩陣的并運算C=A∪B,交運算 C=A∩B,求余運算 C=1-A 等
上傳時間: 2017-05-18
上傳用戶:invtnewer
If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advancement of what has come to be called subjective idealism. He wrote a number of works, of which the most widely-read are Treatise Concerning the Principles of Human Knowledge (1710) and Three Dialogues between Hylas and Philonous (1713) (Philonous, the "lover of the mind," representing Berkeley himself).
標簽: there classic forest nobody
上傳時間: 2013-11-26
上傳用戶:stvnash
給你A,B兩個字符串,檢查B串是否是A串的子串,類似于Java的String.indexOf("")。找到匹配失敗時的最合適的回退位置,而不是簡單的回退到子串的第一個字符(常規的枚舉查找方式,是簡單的回退到子串的第一個字符,KMP算法的性能分析Java實現實例)*此僅供大家參考、交流,希望對大家有所幫助!
標簽: 字符串
上傳時間: 2017-05-20
上傳用戶:498732662
作者B.A.Shenoi, John Wiley & Sons 出版社出版,主要講述DSP信號處理、濾波器設計,書里包含大量matlab實例。
上傳時間: 2017-05-20
上傳用戶:13215175592
b+ tree code implementation and insertion deletion
標簽: implementation insertion deletion tree
上傳時間: 2017-05-20
上傳用戶:來茴
This is not my work but a function I use often. It is much faster than the conv2 function in matlab
標簽: function faster matlab conv2
上傳時間: 2017-05-21
上傳用戶:731140412