This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.
標(biāo)簽: chapter arrangement according procedure
上傳時(shí)間: 2014-11-01
上傳用戶:希醬大魔王
// This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to OnReceiveData . There is no need to free the memory // buffer passed to this handler. If TAPI is used to open the comm port, some // changes to this component are needed ( StartComm currently opens the comm // port). The OnRequestHangup event is included to assist this. // // David Wann // Stamina Software // 28/02/96 // davidwann@hunterlink.net.au
標(biāo)簽: Communications implemented Component Messages
上傳時(shí)間: 2016-05-30
上傳用戶:zhangyigenius
·TFTPUtil ReadMe For additions, changes, and fixes please see the ChangeLog License information detailed in License.txt TFPTUtil is an open source TFTP server written in C#. http://sourceforge.net/projects/tftputil Latest version can be downloa..
標(biāo)簽: information ChangeLog additions TFTPUtil
上傳時(shí)間: 2013-12-19
上傳用戶:koulian
OSPF是一種路由選擇協(xié)議。路由選擇算法和路由選擇協(xié)議在概念上是不同的。網(wǎng)絡(luò)上的主機(jī)、路由器通過路由選擇算法形成路由表,以確定發(fā)送分組的傳輸路徑。而路由選擇協(xié)議是路由器用來建立路由表和更新路由信息的通信協(xié)議。 開放最短路徑優(yōu)先協(xié)議(Open Shortest Path First,OSPF)是目前最主要的內(nèi)部網(wǎng)關(guān)協(xié)議之一。通過本課程設(shè)計(jì),學(xué)生可以對(duì)路由表的建立和路由信息的更新等有更直觀和清晰的認(rèn)識(shí)。
標(biāo)簽: 路由選擇 OSPF 協(xié)議 算法
上傳時(shí)間: 2014-01-04
上傳用戶:笨小孩
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
標(biāo)簽: Reed-Solomon Correcting Copyright Schifra
上傳時(shí)間: 2016-06-25
上傳用戶:JasonC
Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra
標(biāo)簽: Reed-Solomon Correcting Copyright Schifra
上傳時(shí)間: 2014-01-04
上傳用戶:ljmwh2000
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
標(biāo)簽: the password machine Client
上傳時(shí)間: 2016-06-27
上傳用戶:xsnjzljj
[wireless—Mobile Network] l MobiWan is a Mobile IPv6 extension for the NS simulator l MobiWan: NS-2 extensions to study mobility in Wide-Area IPv6 Networks l NS2 + MobiWan2的安裝 l MobiWan的安裝 (From Wireless Netorwork Lab at Beijing University of Posts and Telecommunications) l Ant-like Mobile Agents - NS2 Patch l SUMO – Simulation of UrBan Mobility ( AN open source traffic simulation package)
標(biāo)簽: MobiWan Mobile extension simulator
上傳時(shí)間: 2016-06-29
上傳用戶:縹緲
看n2實(shí)例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標(biāo)簽: simulator Simulator different Create
上傳時(shí)間: 2016-07-02
上傳用戶:wfl_yy
DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff
標(biāo)簽: DESProcess ttbitdiff xorRes bdiff
上傳時(shí)間: 2016-07-02
上傳用戶:1079836864
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1