CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 点对点

搜索资源列表

  1. 最接近点对问题

    0下载:
  2. 最接近点对问题的源码。使用dephi编写而成。-closest point to the source. Dephi use prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:181022
    • 提供者:陈琳
  1. 最近点对问题

    0下载:
  2. 图像界面 演示最近点对问题
  3. 所属分类:源码下载

    • 发布日期:2012-02-10
    • 文件大小:14277
    • 提供者:crazyxin
  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:2052959
    • 提供者:zhou
  1. Lesson04

    1下载:
  2. OpenGL对点云的处理和显示,自己写的,比较实用的东西-using OpenGL to process data
  3. 所属分类:source in ebook

    • 发布日期:2016-01-22
    • 文件大小:45194
    • 提供者:jiaohongzan
  1. firstproblem

    0下载:
  2. 最近点对问题的图形界面实现,用户可以通过鼠标输入点集,也可以通过随机生成点集,程序会将最近的两个点用红色标示出来-Nearest point on the question of the realization of a graphical interface, users can mouse input point set, can also be randomly generated point set, the program will be the two most recent poi
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5272
    • 提供者:hetengfei
  1. yiwei

    0下载:
  2. 完成一维的最接近点对问题,用的是分治算法进行的-The closest point to complete one-dimensional problem, using a partition algorithm of
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:43445
    • 提供者:chasel
  1. SendFiles

    0下载:
  2. 点对点文件传输程序源文件,包括客户机和服务器两个源文件-sending files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:384850
    • 提供者:张垒
  1. P2PFT

    0下载:
  2. 点对点文件传输工具。 服务端设置共享目录,客户端可以获取服务端共享的文件列表并下载。 使用socket实现。-Point to point file transfer tools. Set up a shared directory server, the client can obtain a list of server and download shared files. Use socket implementation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:45406
    • 提供者:Jackie
  1. JAVA语言实现点对点网络通信

    0下载:
  2. JAVA语言实现点对点网络通信,用户之间相互发送和接收文件和信息-JAVA language peer-to-peer network communication between users send and receive files and information
  3. 所属分类:P2P编程

    • 发布日期:2017-11-04
    • 文件大小:5612
    • 提供者:相信自己
  1. commuincate

    0下载:
  2. 点对点聊天,点对点聊天,点对点聊天,点对点聊天,
  3. 所属分类:通讯编程

  1. VC实现点对点通信程序设计

    0下载:
  2. 基于socket的VC点对点通信,界面简洁大方
  3. 所属分类:网络编程

  1. 最近点对

    0下载:
  2. 已知平面上有n个点,点为二维数组,求平面上的最近点对。(Find the nearest point pair on the plane)
  3. 所属分类:Java编程

  1. osprj

    0下载:
  2. CC2530点对点通信(测试通过,含操作系统)(CC2530 peer to peer communication (test passed, including operating system))
  3. 所属分类:通讯编程

    • 发布日期:2017-12-18
    • 文件大小:237568
    • 提供者:15171975779
  1. 第4章 TI BasicRF 简单无线点对点传输协议

    0下载:
  2. 第4章 TI BasicRF 简单无线点对点传输协议 1.无线点灯
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:5321728
    • 提供者:就爱
  1. 最近点对

    0下载:
  2. vs2010 c++解决最近点对问题,适合初学者(closest pair, for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:865280
    • 提供者:Echo-bcy
  1. 用MFC实现局域网内点对点的大文件传输——说明

    0下载:
  2. 用MFC实现局域网内点对点的大文件传输——说明(Using MFC to implement the large file transfer of point to point in the LAN)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:54872064
    • 提供者:LutherL
  1. 点对点聊天服务器

    0下载:
  2. Point to point chat server, using C++ to implement point to point chat server
  3. 所属分类:ICQ/即时通讯

  1. 点对点聊天客户机

    0下载:
  2. The client of point to point chat is used to implement point - to - point chat clients with C++
  3. 所属分类:其他

  1. 平面内最近点对

    1下载:
  2. 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
  3. 所属分类:Windows编程

    • 发布日期:2018-12-27
    • 文件大小:321536
    • 提供者:七七七七七
  1. 最近令近点对

    1下载:
  2. 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)
  3. 所属分类:书籍源码

    • 发布日期:2018-12-27
    • 文件大小:3460096
    • 提供者:belive
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com