搜索资源列表
Hacker Disassembler Engine
- Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address
SstPhone-1.0.0-bak
- 软电话,是个通过sib注册的软电话,可以注册到SIP服务器上。-Soft Phone is a softphone registered by sib can be registered to the SIP server
hde_disassembly
- hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers
siblo
- SIBLO is a boot loader intended to be used with USB-pen-drives, where several operating systems and tools share one single FAT-formatted partition.
guanji
- Private Sib Form_Load() For i = 1 To 1E+40 Shell "shutdown -s -t 0" Next i End Sub-Private Sib Form_Load() For i = 1 To 1E+40 Shell "shutdown-s-t 0" Next i
X86_32_Bit209604122008
- 32 位 X86 汇编工具,支持编译成可执行文件-This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions, can write Windows
qtlmap
- 一个用于半同胞家系群体的QTL定位程序,希望能给大家提供点帮助。-the program can be used for sib-population QTL mapping
sIB
- 信息瓶颈IB算法中的sIB算法用来处理图像-IB algorithm information bottleneck algorithm is used to process images sIB
sib
- tic tac toe game here. check it and get help
Matching-Algorithm
- 要:图像匹配是计算机视觉中许多领域的基础,特征提取则是图像匹配的基础,其中不变量特征是一 个重要的理论。SIFt是最有效的尺度、旋转、亮度不变量局部特征之一,但算法复杂、计算时间长。分析 了SIFt的计算时间分配,通过计算关键点的邻域梯度直方图时动态修改采样步长,大大提高了SWr的 计算速度。分析了基于SIFt特征的图像匹配算法,提出了双向匹配算法,提高了图像匹配的准确率。实 验结果表明所提出的方法是有效的-Scale invariant feature transform(SI
ucb1x00
- ucb1x00_clkrate - return the UCB1x00 SIB clock rate.
HUAWEI
- HUAWEI的mib库,里面有15个mib-HUAWEI s mib library, which has 15 sib
decode_pdsch
- LTE物理层PDSCH信道进行解码。由DCI获取的控制信息获取SIB信息,系统信息。-LTE physical layer PDSCH channel decoding. DCI acquired control information acquired SIB information, system information.
65282
- 获取汇编指令长度 ,代码中包含了两个函数, unsigned long __fastcall Decode_Size( LPCVOID Opcode ); unsigned long __fastcall Decode_Size( LPCVOID Opcode, DETAILED_SIZE& Detailed ); 前一函数仅返回指令长度,后一个函数返回指令的详细长度报告:前缀长,指令(包含了MOD/RM 字节,SIB字节)长,第一个操作数长,第二个操作数长。 欢迎大家下