亚洲欧美第一页_禁久久精品乱码_粉嫩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

  • 體育館預約系統(tǒng): --------------------------------------- 數(shù)據(jù)庫: gym

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

    標簽: gym 數(shù)據(jù)庫

    上傳時間: 2014-10-31

    上傳用戶:yph853211

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

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

主站蜘蛛池模板: 扶绥县| 清丰县| 安庆市| 合作市| 武山县| 视频| 安阳市| 海城市| 潮州市| 长寿区| 象山县| 成武县| 湘潭市| 闵行区| 天门市| 上思县| 武山县| 嘉义县| 饶阳县| 于都县| 顺义区| 明溪县| 长沙市| 思茅市| 察雅县| 扬州市| 惠东县| 宝兴县| 潞城市| 广宁县| 长垣县| 陵川县| 隆子县| 祥云县| 湄潭县| 奉化市| 玉门市| 登封市| 宜州市| 留坝县| 嵊州市|