[C language] Manhattan Distance SearchWhat is Manhattan Distance? It means |x2-x1|+|y2-y1|.Now I want to design a program that can return the related coordinates as you input ...
Posted by Shih-Shen Lu
[C language]Queue 與 Stack
<!--
/* Font Definitions */
@font-face
{font-family:新細明體;
panose-1:2 2 5 0 0 0 0 0 0 0;
mso-font-alt:PMingLiU;
mso-font-charset:136;
mso-generic-font ...
Posted 17 Nov 2009 18:26 by Shih-Shen Lu
[C language] Hacking application by LD_PRELOADObjectiveChange the function call before load the original function.Methodmain.c 1 #include <stdio.h> 2 3 int main() 4 { 5 printf("original printf %d\n", 1); 6 ...
Posted 15 Nov 2009 17:54 by Shih-Shen Lu
[Embedded System]Create ARM developped environment by QEMUOfficial website: QEMU, http://www.nongnu.org/qemu/QEMU is Installed by yum.[leeraphael@Shih-Shen ~]# yum install qemuOr you can install by source code from http://www.nongnu ...
Posted 11 Nov 2009 05:09 by Shih-Shen Lu
[RC project]Using TGFF to generate random task graphTo generate the random task graphs.Official website: TGFF, http://ziyang.eecs.umich.edu/~dickrp/tgff/Download source code from http://ziyang.eecs.umich.edu/~dickrp/tgff/download.html[leeraphael ...
Posted 17 Nov 2009 19:17 by Shih-Shen Lu