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