用匯編語言來使鍵盤成為一個演奏音樂的電子琴。高音依次1,2,3,4,5,6,7 。中音依次為q,w,e,r,t,y,u 。低音依次為a,s,d,f,g,h,j
上傳時間: 2013-12-17
上傳用戶:wangdean1101
可以識別字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
上傳時間: 2013-12-03
上傳用戶:songrui
替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM編程實現替代加密。
標簽: 加密
上傳時間: 2016-07-17
上傳用戶:qq521
遞歸下降分析法 (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
上傳時間: 2016-07-22
上傳用戶:cxl274287265
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標簽: i.e. management database simple
上傳時間: 2016-10-02
上傳用戶:851197153
軟件作者:kylinpoet (E.S.T) PS:發現網上用VB寫加花程序的源碼很難找 同時也為了加深一下對PE結構的了解 就動手寫了這個程序 本來還想加個 crc校驗 或者 修改PE結構 欺騙OD 什么 想想也沒什么必要 就不加了 參數修改 或者 自己添加花指令的話 就直接在 xml文件里操作吧 自定義的花只用 添加花頭 如: xxxx xxxx ------------ jmp xxxx jmp是自己生成的不用添加 花指令支持空格 自帶的花指令有可能被卡巴認為是病毒 請自行斟酌使用 希望大家玩得愉快
上傳時間: 2016-10-10
上傳用戶:ruixue198909
簡單有限元計算程序。 NJF---結點自由度數 E---彈性模量 NE---單元數 T---板厚度 VM---泊松比 z---實型二維數組,用來存放結點坐標 ZJ---實型二維數組,用來存放每個約束自由度方向和該方向的約束值, ie---實型二維數組,存放布爾矩陣 p---實型一維數組,先存放等效結點載荷,解完方程后存放輸出的結點位移 a,b,a---實型數組,存放各個單元的面積及由結點坐標計算的bi,bj,ci,cj g---實型數組,存放單剛子塊 zk---實型二維數組,存放整剛矩陣
上傳時間: 2014-01-24
上傳用戶:cuibaigao
電子琴 高音依次為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
用BP神經網絡實現模糊控制規則為T=int[(e +ec)/2]的模糊神經網絡控制器。可以改變隱層節點數和學習速率。網絡訓練算法是變學習速率法。
上傳時間: 2013-12-22
上傳用戶:wanqunsheng
題目:離散富立葉變換(DFT)和頻譜分析.matlab實現 1信號函數h(t)= e-a*t*tsin(2πft)2編程計算的離散富立葉變換(DFT)和IDFT圖像。3計算振幅譜,相位譜以及檢測信號主頻
上傳時間: 2017-07-10
上傳用戶:Late_Li