亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

cOnnectiOns

  • This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or

    This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip cOnnectiOns

    標簽: over distributes available processes

    上傳時間: 2014-01-03

    上傳用戶:希醬大魔王

  • * A ncurses user interface. * Network statistics to view the amount of packets and data in many

    * A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP cOnnectiOns are on the network. * View UDP packets. * View and log ICMP packets. * View and log the 48bit arp protocol. And also view what make of network card is in each machine * Multithreaded so that the user interface does not interfere with any of the packet captureing methods. * View and log the following user space protocols FTP, POP3, HTTP

    標簽: statistics interface ncurses Network

    上傳時間: 2015-04-20

    上傳用戶:bjgaofei

  • Punjab is a jabber XMLRPC/SOAP/REST client. It is a xmlrpc, soap, or REST server that allows for p

    Punjab is a jabber XMLRPC/SOAP/REST client. It is a xmlrpc, soap, or REST server that allows for persistent client cOnnectiOns to a jabber server.

    標簽: REST Punjab XMLRPC client

    上傳時間: 2015-05-09

    上傳用戶:fanboynet

  • 體育館預約系統: --------------------------------------- 數據庫: gym

    體育館預約系統: --------------------------------------- 數據庫: gym,SLQ Server 2000 數據庫用戶名/密碼: sa/無 普通用戶:test/test 管理員: admin/admin 數據庫連接位于 gym\cOnnectiOns\gym.asp文件中 解壓密碼:admin 主要模塊:添加新場地、場地維護、預約確認、預約統計、注銷等。

    標簽: gym 數據庫

    上傳時間: 2014-10-31

    上傳用戶:yph853211

  • 深度學習整站系統 v1.10 1、將整個目錄上傳到虛擬空間

    深度學習整站系統 v1.10 1、將整個目錄上傳到虛擬空間,即可直接訪問 index.asp 首頁文件(不可以將index.asp改成其它的名字,否則系統跳轉出錯),不需要做其他的操作。 2、后臺登陸文件“deep_login.asp”可任意更名(隱藏登陸路徑) 3、管理員用戶:admin 密碼:admin 登錄管理并修改密碼. 3、請確保你存放的文件夾有everyone可寫權限 4、默認數據庫為database.mdb(可用記事本打開cOnnectiOns/connDB.asp修改數據庫路徑或改名等設置,如不了解不要改動) 5、本站在開發時為方便DW采用了DSN調用,原數據文件為“connDB_開發時文件.asp”可參照調用文件對比 6、如學習需要導入站點:文件名“deepteach.ste”,DSN數據庫名為“DeepTeach”,web別名“deepteach”開發實際路徑“E:\深度學習 整站系統”,將數據文件“connDB.asp”內注釋改成“開發設置代碼”(具體見connDB.asp)

    標簽: 1.10 目錄 虛擬空間

    上傳時間: 2014-01-18

    上傳用戶:jackgao

  • A program to demonstrate the optimization process of ant colony optimization for the traveling salem

    A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the cOnnectiOns between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.

    標簽: optimization demonstrate the traveling

    上傳時間: 2015-07-12

    上傳用戶:偷心的海盜

  • LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo

    LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth cOnnectiOns it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents.

    標簽: performance LibTorrent BitTorrent library

    上傳時間: 2015-07-24

    上傳用戶:冇尾飛鉈

  • A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial

    A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial and Bluetooth cOnnectiOns to GPS devices. Support for NMEA-0183 GPS Standard. An Observer-Design Pattern makes the library extendable. Based on GPSlib4j.

    標簽: connecting exchanging Framework Devices

    上傳時間: 2014-12-05

    上傳用戶:yzhl1988

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of cOnnectiOns for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    標簽: Implemented following compile command

    上傳時間: 2014-01-01

    上傳用戶:lhc9102

  • KphoneSI (kpsi) is a SIP (Session Initiation Protocol) user agent for Linux, with which you can in

    KphoneSI (kpsi) is a SIP (Session Initiation Protocol) user agent for Linux, with which you can initiate VoIP (Voice over IP) cOnnectiOns over the Internet, send Instant Messages, subscribe your friends presence information and start other applications of your choice

    標簽: Initiation KphoneSI Protocol Session

    上傳時間: 2015-09-13

    上傳用戶:sy_jiadeyi

主站蜘蛛池模板: 高阳县| 城步| 大连市| 沿河| 宁德市| 鹤山市| 辽中县| 金华市| 孟津县| 汕头市| 临桂县| 定兴县| 黑水县| 分宜县| 同德县| 阿瓦提县| 灵丘县| 祁门县| 崇信县| 合肥市| 余姚市| 桐庐县| 阿勒泰市| 固始县| 东港市| 台东县| 巴马| 宣威市| 乌拉特后旗| 台中市| 辽阳市| 日喀则市| 平江县| 阿拉善右旗| 湄潭县| 东乡族自治县| 凤山县| 谷城县| 蕲春县| 廉江市| 于都县|