逆向工程技术(reverse Engineering)介绍文章,论述这一技术的理念。
标签: Engineering reverse 逆向工程
上传时间: 2013-11-29
上传用户:蠢蠢66
设表的reverse运算将表中次序反转,实现单链表的reverse,为公有成员
上传时间: 2013-11-28
上传用户:CHINA526
This a GBA(Game Boy Advance) animation sample code. It continue and reverse display 45 BMPs on GBA screen let it looks like an animation.
标签: GBA animation continue Advance
上传时间: 2013-12-12
上传用户:change0329
RFC3024:reverse Tunneling for Mobile IP, revised
标签: Tunneling reverse revised Mobile
上传时间: 2015-12-03
上传用户:zhangliming420
关于逆向工程和程序理解(reverse engineering)的一篇文章,适合入门阅读
标签: engineering reverse 逆向工程 程序
上传时间: 2016-01-07
上传用户:Shaikh
reverse Engineering and Program Understanding
标签: Understanding Engineering reverse Program
上传时间: 2013-12-21
上传用户:onewq
This program shows the distributions of the co-channel interference in forward and reverse link in the cellular mobile system with cluster size N, when the mobile subscriber (MS) is at random positions of a cell.
标签: distributions interference co-channel the
上传时间: 2014-01-15
上传用户:z754970244
生成一个单向链表(*pListHead) 用C中的结构体或C++中的类实现 完成基本要求 基本算法要求: 实现对链表的逆序 void reverse(CList& ); 查找链表倒数第k个元素 FindFBack(CList&, int k); 高要求: 对链表排序 order(CList&); 判断单向链表是否有环
标签: pListHead reverse CList void
上传时间: 2014-12-07
上传用户:wlcaption
ESS-Model is a powerful, reverse engine, UML-tool for Delphi/Kylix and Java-files.
标签: Java-files ESS-Model UML-tool powerful
上传时间: 2013-12-14
上传用户:zsjinju
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
标签: dimensions arbitrary function reverse
上传时间: 2016-04-16
上传用户:waitingfy