搜索资源列表

  1. fishing

    0下载:
  2. John is going on a fishing trip. He has h hours available (1 <= h <= 16), and there are n lakes in the area (2 <= n <= 25) all reachable along a single, one-way road. John starts at lake 1, but he can finish
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.69kb
    • 提供者:谭晓彤
  1. bishops

    0下载:
  2. A bishop is a piece used in the game of chess which is played on a board of square grids. A bishop can only move diagonally from its current position and two bishops attack each other if one is on the path of the other.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:文龙武
  1. fishing

    0下载:
  2. John is going on a fishing trip. He has h hours available (1 <= h <= 16), and there are n lakes in the area (2 <= n <= 25) all reachable along a single, one-way road. John starts at lake 1, but he can finish
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:9kb
    • 提供者:谭晓彤
  1. bishops

    0下载:
  2. A bishop is a piece used in the game of chess which is played on a board of square grids. A bishop can only move diagonally from its current position and two bishops attack each other if one is on the path of the other.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:文龙武
  1. Ping_and_Tracert_Codes

    0下载:
  2. Ping is an old Unix utility which is pretty useful even today. The basic idea behind Ping is to find out whether the network is reachable and alive or not. Ping basically sends an ICMP echo request and then waits for an
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-23
    • 文件大小:19kb
    • 提供者:黄海栋
  1. IpQuery

    0下载:
  2. 轮询局域网内的IP地址是否可达,并有图形界面。内有注释。-Polling LAN IP address is reachable or not, and graphical interface. There are notes.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:98kb
    • 提供者:xiaodou
  1. ApplicationsOfDepth-FirstTraversal

    0下载:
  2. 1. 用DFS判断一个无向图是否是连通图; 2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边; 3. 用DFS和点消除求有向图的拓扑排序; 4. 判断有向图是不是强连通图,若不是,求强连通分量; 5. 判断有向图是不是半连同图; 6. 判断有向图是不是单连通图; 7. 判断无向图是不是双连通图。 通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。 -1. Using DF
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-23
    • 文件大小:10kb
    • 提供者:卢竹江
  1. branchandbound

    0下载:
  2. The basis of branch and bound algorithms is a ranking function. The ranking function assigns a value to each node in the graph. At each step, a branch and bound algorithm uses the ranking function to decide which node to
  3. 所属分类:软件工程

    • 发布日期:2024-11-23
    • 文件大小:8kb
    • 提供者:sathiyaraj124
  1. ICMP_App

    1下载:
  2. 本代码实现用ICMP传递消息,检测网络通不通、主机是否可达、路由是否可用等网络本身-The pass code to use ICMP messages to detect network through the barrier, the host is reachable, routing and other network itself is available
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-23
    • 文件大小:46kb
    • 提供者:yefeng
  1. ping

    0下载:
  2. 在MFC中实现ping命令的功能,检测远程主机是否可达,另外还具有ID地址与MAC地址的转换。-Ping command in MFC to achieve the function, remote host is reachable, also has an ID address and MAC address translation.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-23
    • 文件大小:1.86mb
    • 提供者:junny
  1. GPRS

    0下载:
  2. GPRS must: (1) enable access to company LAN and the Internet (U), (2) provide reasonably high data rates (U), (3) enable the subscriber to be reachable at all times – not only for telephone calls but also for inf
  3. 所属分类:GPS编程

    • 发布日期:2024-11-23
    • 文件大小:133kb
    • 提供者:feit
  1. NFA-to-DFA

    0下载:
  2. Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start
  3. 所属分类:其他小程序

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:Merwyn
  1. 1

    0下载:
  2. 用邻接矩阵表示的图的类型 DFS:深度优先遍历的递归算法BFS:广度优先遍历判断从顶点vi到顶点vj是否可达-Adjacency matrix type DFS: depth-first traversal of the recursive algorithm BFS: breadth-first traversal of the judgment from the vertex vi to vertex vj is reachable
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:赫想
  1. ICMP_App

    0下载:
  2. ICMP是(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议族的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网络通不通、主机是否可达、路由是否可用等网络本身的消息。这些控制消息虽然并不传输用户数据,但是对于用户数据的传递起着重要的作用。 安装及使用须知 1、如果用户安装的是Microsoft Visual Studio .
  3. 所属分类:网络截获/分析

    • 发布日期:2024-11-23
    • 文件大小:46kb
    • 提供者:
  1. ovs-vswitchd.conf.db.5

    0下载:
  2. Open_vSwitch − Open_vSwitch schema Adatabase with this schema holds the confi guration for one Open vSwitch daemon. The top-levelconfi gu- ration for the daemon is the Open_vSwitch table, which must ha
  3. 所属分类:编程文档

    • 发布日期:2024-11-23
    • 文件大小:151kb
    • 提供者:jzlzk
  1. bcast

    0下载:
  2. Bearers must have same priority and same set of reachable destinations to be paired.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-23
    • 文件大小:10kb
    • 提供者:qppgch
  1. cpuidle-set

    1下载:
  2. Not reachable with proper args checking.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:fkxerzu
  1. ping

    0下载:
  2. minix下ping命令的实现,编译后生成的可执行文件可用于判断服务器是否可达-Under minix achieve ping command, the compiled executable file may be used to determine whether the server is reachable
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-23
    • 文件大小:24kb
    • 提供者:Pu Yongming
  1. 3-PSS-workspace

    0下载:
  2. 3-PSS并联机器人可达工作空间绘制的MATLAB程序-3PSS parallel robot reachable workspace draw
  3. 所属分类:绘图程序

    • 发布日期:2024-11-23
    • 文件大小:6kb
    • 提供者:马扩
  1. dune2-linux.tar

    0下载:
  2. dunelib - library for Linux dunerec - command-line recorder for Linux duned - daemon for Linux Source code for programs to control the Pinnacle PCTV Deluxe USB. This is an updated version 2004-01-07 Th
  3. 所属分类:Linux驱动

    • 发布日期:2024-11-23
    • 文件大小:270kb
    • 提供者:michael139
« 12 »

源码中国 www.ymcn.org