CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - random

搜索资源列表

  1. wangshangceshi

    0下载:
  2. 网上测试程序,实现随机选题,测试并给出评分. 开发工具:netbean6.1-Online testing procedures, functions of random topics, test scores are given. Development Tools: netbean6.1
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:260591
    • 提供者:liang
  1. ads

    1下载:
  2. 用来刷百度,google 的 广告,一天默认刷搜索10个关键词,随机点击推广连接20个。可配置、-To brush Baidu, google ads, the 10 day default brush search keywords, random visit to promote connections 20. Configurable,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:813356
    • 提供者:陈新
  1. Random_node_generation

    0下载:
  2. random node generation for ns2
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:15577
    • 提供者:arul
  1. vote

    0下载:
  2. 自動灌票程式,適用於簡易的投票系統,可自訂投票次數及亂數產生mail addre-Auto Guanpiao program for simple voting system, voting can be customized number and random number generator mail address
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:36043
    • 提供者:danson
  1. shiyaner

    0下载:
  2. 用VB语言实现随机信号的自相关函数计算,并且求其统计数据-Random signal with the VB language calculation of the autocorrelation function
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:542
    • 提供者:
  1. nerator

    0下载:
  2. 应用于网络安全协处理器的真随机数产生器number generator-Used in network security coprocessor true random number generator
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:939181
    • 提供者:vqq567
  1. STRAW

    0下载:
  2. STRAW的說明文件。用以產生NS2適用之車流產生工具,是一簡單方便之工具。-STRAW- STreet RAndom Waypoint- vehiclar mobility model for network simulations (e.g., car networks) An AquaLab Project
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:82922
    • 提供者:kengi
  1. Gabriella_Melki_Assignment1_200901128

    0下载:
  2. Generates random set of circles that bounce off the boundaries of the window generated.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:450212
    • 提供者:gamriella
  1. baidu-V4.2

    0下载:
  2. (注意:!!!)软件不断更新中,请关注我们网站:www.cnyou.cn版本更新状态。 有任何使用上的问题请即时与我们联系QQ:331552952。在下载使用前请先上我们网要的.net运行库。才可正常使用本软件。 百度贴手是一款在目前热门的百度贴吧专门发贴/顶贴/群发/的一款软件。界面简单,操作方便。有无电脑基础者看了就可以熟练使用。 可登陆注册ID也可直接可用匿名登陆,自动识别最新更新的验证码,并不断升级,如百度升级验证码,我们会第一时间升级软件更新下载。 可
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:133833
    • 提供者:梁锦溪
  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 1) 用两个线程a和b来模拟Ethernet上的两台主机。 2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2768526
    • 提供者:liqian
  1. vbVisitTheURL

    0下载:
  2. 原创。随机访问URL.TXT(可自行增加和修改)中的URL可以调整速度,一共有8个线程。可以用来增加网页的访问量。-Random access URL.TXT the URL can adjust the speed, a total of eight threads.
  3. 所属分类:Browser Client

    • 发布日期:2017-04-02
    • 文件大小:15353
    • 提供者:jmy
  1. udhcp-gd_100

    0下载:
  2. dhcp动态申请网址源代码,可测试,适用于随机申请ip地址-dhcp dynamic Web application source code can test for a random ip address application
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:807623
    • 提供者:zxz
  1. thread

    0下载:
  2. 1 编写单进程多线程程序,实现一个线程A将另外一个线程B的从标准输入的字符串反序输出。 2 编写单进程多线程程序,用信号量实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。 3 编写单进程多线程程序,用互斥锁实现一个线程A随机生成一个0-100的整数,另外一个线程B将此数平方后打印输出,要求每秒钟显示一次。-A single process writing multi-threaded program, implement a threa
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1887
    • 提供者:wangjian
  1. random10

    0下载:
  2. this scr ipt is about energy efficient using random topology in aodv routing protocol of mac layer
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:1547
    • 提供者:karthik
  1. DV3

    0下载:
  2. Distance Vector protocol for network with 30 routers and table updating with random link failure convergence figure-Distance Vector protocol for network with 30 routers and table updating with random link failure convergence figure
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1135
    • 提供者:Subsesh
  1. networks5

    0下载:
  2. 随机网络学习笔记,中间有基本的随机图,规则图,以及其他图的生成代码-Random network learning notes, and there is a basic random figure, rules figure, and other graph generating code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:49761
    • 提供者:王蕾
  1. 2

    0下载:
  2. 使用拓扑生成器产生的50个节点的随机AS图-Use the topology generator to generate the random AS graph with 50 nodes
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2150
    • 提供者:junhn
  1. randomAODV

    0下载:
  2. random movement aodv
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:1265
    • 提供者:adelaila
  1. bonnmotion-1.5a

    0下载:
  2. Bonmotion is a tools to generate a file which contain random movement for each node in network simulation. It support some mobility model such as random way point, RPGM, Gauss markov, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:743446
    • 提供者:abdusy syarif
  1. poisson_gen-1.2

    0下载:
  2. poison generator is a tools to generate a random data for network simulation ns-2.-poison generator is a tools to generate a random data for network simulation ns-2.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:53811
    • 提供者:abdusy syarif
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com