diStorm64 is an AMD64 disassembler, which is the first public free disassembler library for AMD64 out there.
標簽: disassembler AMD 64 diStorm
上傳時間: 2015-05-03
上傳用戶:fnhhs
This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations for the Gaussian pulse waveforms. The first derivative is considered to be the monocycle or monopulse as discussed in most papers. The second derivative is the waveform generated from a dipole antenna used in a UWB system. Other information is contained in the file.
上傳時間: 2015-05-08
上傳用戶:leixinzhuo
本設計使用C語言實現了對簡單方法描述的LL(1)文法的判定。該設計程序實現了:⑴分別求出每一產生式的右部的FIRST 集、每一個非終結符的FOLLOW集和每一產生式的SELECT集;⑵判定是否是LL(1)文法;⑶畫出預測分析表;⑷對給定的符號串判定是否是文法中的句子,分析過程在屏幕上打印出來。 歡迎大家給程序提出富貴意見!
上傳時間: 2015-05-10
上傳用戶:qwe1234
檢測windows下rootkit對文件的隱藏。some usermode overwrites first few bytes of ZwQueryDirectoryFile and that trick will fail then :( So, you will probably need a small database of the correct indexes for all Windows versions
標簽: ZwQueryDirectoryFile overwrites usermode windows
上傳時間: 2014-12-08
上傳用戶:lps11188
eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.
標簽: microprocessors portable eForth design
上傳時間: 2014-01-25
上傳用戶:從此走出陰霾
Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with integer orders and real arguments
標簽: derivatives functions and Evaluate
上傳時間: 2015-05-27
上傳用戶:685
* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.
標簽: Arguments Function Replace oldstr
上傳時間: 2014-12-20
上傳用戶:Yukiseop
first和Follow分析相關算法 編譯原理實驗的一個內容,VC++編譯
上傳時間: 2015-06-17
上傳用戶:集美慧
ll1語法分析沒有自動生成分析表和first follow集
上傳時間: 2013-12-13
上傳用戶:wendy15
比如源程序sum ∶= first+count*10可生成四元式序列,如圖1.7所示,其中ti(i=1,2,3)是編譯程序生成的臨時名字,用于存放運算結果的。 圖1.7 id1:= id2 + id3 * 10的四元式序列
上傳時間: 2014-01-16
上傳用戶:wkchong