It s a Linux disassemble, can Set break point, disassemble ELF file.
標簽: disassemble Linux break point
上傳時間: 2016-12-29
上傳用戶:daoxiang126
This Set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "Simulations de Monte Carlo en MATLAB".
標簽: simulations principles financila the
上傳時間: 2013-12-18
上傳用戶:xiaoyunyun
The W3C DOM Core interfaces defines a minimal Set of: A. interfaces for accessing and manipulating document objects B. Java object implementations for use with XML parsers. C. Conventions and processes for creating live HTML pages. D. Mutable document
標簽: interfaces A. manipulating accessing
上傳時間: 2017-01-24
上傳用戶:edisonfather
在PC機上運行cadence需要先運行命令:source filename,此處filename指.cshrc,或其他具有該文件內容但名字不同的文件,該文件必須有Set DISPLAY 本機IP:0.0 語句,同時應將其他雷同設置封住.可以先從工作站上下載.cshrc文件,然后用notepad修改顯示設置相,不可用其他編輯器,否則文本文件格式會不一樣.記住,必須將顯示器設置為256色.
標簽: filename DISPLAY cadence source
上傳時間: 2014-09-07
上傳用戶:dsgkjgkjg
Core Java 2中awt高級特性圖像處理中顯示Mandebrot Set的小例子
上傳時間: 2014-01-06
上傳用戶:chenjjer
一個delphi下使用的壓縮組件 TCompress Component Set V8
標簽: TCompress Component delphi Set
上傳時間: 2017-02-13
上傳用戶:大融融rr
A Set of C++ and Matlab routines implementing the surfacelet transform surfacelet的一個非常好用的工具箱
標簽: surfacelet implementing transform routines
上傳時間: 2014-01-24
上傳用戶:tyler
for binder and can be Set as any mode
上傳時間: 2013-12-09
上傳用戶:JIUSHICHEN
Input : A Set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288
Huffman codes In telecommunication, how do we represent a Set of messages, each with an access frequency, by a sequence of 0’s and 1’s? To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. This problem can by solved by using an extended binary tree which is used in the 2- way merging problem.
標簽: telecommunication represent messages Huffman
上傳時間: 2014-01-04
上傳用戶:x4587