虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

tools

tools》是一款Android平台的应用。
  • Click is a modular router toolkit. To use it you ll need to know how to compile and install the sof

    Click is a modular router toolkit. To use it you ll need to know how to compile and install the software, how to write router configurations, and how to write new elements. Our ACM Transactions on Computer Systems paper, available from the Web site, will give you a feeling for what Click can do. Using the optimization tools under CLICKDIR/tools, you can get even better performance than that paper describes.

    标签: compile install modular toolkit

    上传时间: 2013-12-20

    上传用户:wangchong

  • Signal and system with matlab computing and simulink modeling is a good book for communication stude

    Signal and system with matlab computing and simulink modeling is a good book for communication student and engineer due to the methods and tools mentioned in the book

    标签: communication and computing simulink

    上传时间: 2013-12-25

    上传用户:liuchee

  • EWARM_FULL_ARM530

    MCU tools ......................................

    标签: ARM

    上传时间: 2015-05-26

    上传用户:0616

  • linux

    简单命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwaretools-8.4.5-324285.tar.gz      8  tar zxvf VMwaretools-8.4.5-324285.tar.gz      9  cd  vmware-tools-distrib/    10  ls    11  ./vmware-install.pl     12  su    13  ls    14  cd ..    15  ls    16  rm VMwaretools-8.4.5-324285.tar.gz     17  rm -r vmware-tools-distrib    18  ls    19  make    20  ls    21  cd redis/    22  quit    23  ls    24  ca redis/    25  cd redis/    26  cd redis-2.8.17    27  make    28  cd redis-2.8.17    29  ls    30  cd redis-2.8.17    31  cd str    32  cd src    33  ls    34  ./redis-cli    35  ls    36  cd redis-2.8.17 tar.gz    37  make    38  cd src    39  ./redis-server .. /redis.conf    40  ./redis-cli    41  ./redis-server ../redis.conf    42  vi test1.sh    43  ./test1.sh    44  vi test.sh    45  ./test.sh    46  ls    47  chmod 777 test.sh    48  ./test.sh    49  vi express    50  $ grep –n ‘the’ express    51  clear    52  grep -n 'the' express    53  vi express    54  grep -n 'the' express    55  grep -vn 'the'express    56  grep -vn 'the' express    57  grep -in 'the' express    58  vi test2.c    59  grep -l 'the' *.c     60  grep -n 't[ae]st' express    61  grep -n 'oo' express    62  grep -n '[^g]oo' express    63  grep -n '[a^z]oo' express    64  grep -n '[0^9]' express    65  grep -n '^the' express    66  vi express    67  sed -e 'd' express    68  sed -e '1d' express    69  sed -e '1~7d' express    70  sed -e '$d' express     71  sed -e '1,/^$/d' express     72  ls    73  cd    74  pwd    75  history [zorro@isch ~]$ 

    标签: 简单命令使用

    上传时间: 2016-05-24

    上传用户:12345678gan

  • Radtools

    RAD video tools RAD BINK SMACKER 播放工具

    标签: RAD video tools

    上传时间: 2016-11-09

    上传用户:bihaiorg

  • putty_V0.63.0.0.43510830

    putty_V0.63.0.0.43510830 ssc tools

    标签: 43510830 putty_V 63

    上传时间: 2016-11-19

    上传用户:as3as

  • pads2005破解

    1.安裝Daemon tools(虛擬光碟軟體),用Daemon tools去開啟PADS2005.BIN,進行安裝. 2.將PADS2005-CRACK目錄複製到硬碟,刪除原先的LICENSE.TXT,執行MentorKG.exe,產生一個License.txt文件,用這個新License.txt去注冊就ok啦 

    标签: pads 2005 破解

    上传时间: 2016-12-16

    上传用户:BENLEEYM5111

  • 数据结构实验

    #include <stdio.h>   #include <stdlib.h> ///链式栈      typedef struct node   {       int data;       struct node *next;   }Node,*Linklist;      Linklist Createlist()   {       Linklist p;       Linklist h;       int data1;       scanf("%d",&data1);       if(data1 != 0)       {           h = (Node *)malloc(sizeof(Node));           h->data = data1;           h->next = NULL;       }       else if(data1 == 0)       return NULL;       scanf("%d",&data1);       while(data1 != 0)       {           p = (Node *)malloc(sizeof(Node));           p -> data = data1;           p -> next = h;           h = p;           scanf("%d",&data1);       }       return h;   }      void Outputlist(Node *head)   {       Linklist p;       p = head;       while(p != NULL )       {           printf("%d ",p->data);           p = p->next;       }       printf("\n");   }      void Freelist(Node *head)   {       Node *p;       Node *q = NULL;       p = head;       while(p != NULL)       {           q = p;           p = p->next;           free(q);       }   }      int main()   {       Node *head;       head = Createlist();          Outputlist(head);          Freelist(head);          return 0;   }   2.顺序栈 [cpp] view plain copy #include <iostream>   #include <stdio.h>   #include <stdlib.h> ///顺序栈   #define MaxSize 100      using namespace std;      typedef

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • quartusⅡ9.0破解方法

    #首先安装Quartus II 9.0 (32-Bit): #用Quartus_II_9.0破解器.exe破解C:\altera\90\quartus\bin下的sys_cpt.dll和quartus.exe文件(运行Quartus_II_9.0破解器.exe后,直接点击“应用补丁”,如果出现“未找到该文件。 搜索该文件吗?”,点击“是”,(如果直接把该破解器Copy到C:\altera\90\quartus\bin下,就不会出现这个对话框,而是直接开始破解!) 然后选中sys_cpt.dll,点击“打开”。安装默认的sys_cpt.dll路径是在C:\altera\90\quartus\bin下)。 #把license.dat里的XXXXXXXXXXXX 用您老的网卡号替换(在Quartus II 9.0的tools菜单下选择License Setup,下面就有NIC ID)。 #在Quartus II 9.0的tools菜单下选择License Setup,然后选择License file,最后点击OK。 #注意:license文件存放的路径名称不能包含汉字和空格,空格可以用下划线代替。 #仅限于学习,不要用于商业目的! 严禁贴到网上!!!

    标签: quartus 9.0 破解

    上传时间: 2018-11-10

    上传用户:990687715

  • f28xxflash烧写插件

    第一步: 正确安装CCS和F2812的烧写插件。 第二步: 运行CCS,则进入CCS 开发环境。 第三步: 将GPIO目录COPY到CCS开发环境中的myproject 目录下; 在CCS中用projectOpen命令,加载SPI 目录下的GPIO.pjt编译,生成.out 文件。 第四步: 点击CCS 中的tools —>F28XX On-Chip Flash Programer。

    标签: xxflash f28 28 烧写 插件

    上传时间: 2019-10-17

    上传用户:zz794447995