电子琴 高音依次为1,2,3,4,5,6,7 中音依次为q,w,e,r,t,y,u 低音依次为a,s,d,f,g,h,j
上传时间: 2017-01-14
上传用户:fnhhs
Dr. A.J. Sobey的软件测试原版 详细讲解软件测试相关流程、原理
上传时间: 2017-01-16
上传用户:athjac
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上传时间: 2014-01-17
上传用户:cxl274287265
MidasLink software including USB driver, J-Link.exe and DLL for ARM. (J-Link software including J-Flash software (license required) can also be used with MidasLink). MidasLink software and documentation pack V3.78a [1918 kb]
标签: including software J-Link MidasLink
上传时间: 2017-01-19
上传用户:yxgi5
USB driver, J-Mem jlink.exe and jlinkarm.dll J-Flash* J-Link RDI* (includes flashdownloader* and support for unlimited number of flash breakpoints*) GDB server*
标签: flashdownloader includes jlinkarm J-Flash
上传时间: 2013-12-17
上传用户:wyc199288
J-S迭代解题的程序,源码。答案较精确。
上传时间: 2017-01-21
上传用户:yoleeson
editor c++开发 课程设计要用到 不错的
标签: editor
上传时间: 2014-01-04
上传用户:zhangyi99104144
learning_the_vi_editor_sixth_edition.pdf vi editor user guide,the sixth edition
标签: learning_the_vi_editor_sixth_edit edition editor guide
上传时间: 2014-09-09
上传用户:myworkpost
A GTK sound font editor. Sound font files are used to synthesize instruments from audio samples for use in composing music with wavetable sound cards or software emulation. Smurf currently has AWE 32/64 and SB Live support. Software emulation is expected
标签: font instruments synthesize samples
上传时间: 2014-01-13
上传用户:康郎
The Vim editor (or Vi IMproved) was first released by Bram Moolenaar in November 1991 as a clone of the Unix editor vi for the Amiga platform. The first release of Vim for the Unix platform was out a year later and right away, it started to become an alternative to the vi editor.
标签: Moolenaar IMproved November released
上传时间: 2017-02-11
上传用户:hoperingcong