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

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

network-shy

  • 書名:基本商業程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 editio

    書名:基本商業程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 edition (August 18, 2005) 內容介紹: Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today s enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based business processes. BPM replaces those sketchy flowchart diagrams that business analysts draw on whiteboards with a precise model that uses standard graphical and XML representations, and an architecture that allows it converse with other services, systems, and users.

    標簽: Essential Paperback Business Modeling

    上傳時間: 2015-10-21

    上傳用戶:zhangyigenius

  • Streaming refers to the ability of an application to play synchronised media streams like audio and

    Streaming refers to the ability of an application to play synchronised media streams like audio and video streams in a continuous way while those streams are being transmitted to the client over a data network.

    標簽: synchronised application Streaming ability

    上傳時間: 2015-10-22

    上傳用戶:athjac

  • Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap

    Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traffic. Uses of packet monitoring include totalling internet traffic by IP address and service, monitoring external or internal IP addresses and services accessed, network diagnostics, and many other applications. The component includes two demonstration applications, one that displays raw packets, the other that totals internet traffic. The components include various filters to reduce the number of packets that need to be processed, by allowing specific IP addresses to be ignored, LAN mask to ignore local traffic, and ignore non-IP traffic such as ARP.

    標簽: Components Monitoring components Internet

    上傳時間: 2015-10-30

    上傳用戶:水中浮云

  • 一種無線接入方法

    一種無線接入方法,network assisted access method.

    標簽: 無線接入

    上傳時間: 2013-11-25

    上傳用戶:gengxiaochao

  • 一份計算機網絡報告2

    一份計算機網絡報告2,含一些常用網絡命令,A report of two computer networks,Containing some of the commonly used network order.

    標簽: 計算機網絡 報告

    上傳時間: 2014-01-04

    上傳用戶:lunshaomo

  • CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d

    CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to implement in both simple and general fashion) - links. Manually maintaining links in a - for example - flowchart or network topography map is unwieldy. Therefore, I ve created a reference implementation for one way of adding this functionality.

    標簽: CDiagramEditor CFlowchartEditor extension CWnd-d

    上傳時間: 2015-11-21

    上傳用戶:氣溫達上千萬的

  • Protothreads are extremely lightweight stackless threads designed for severely memory constrained s

    Protothreads are extremely lightweight stackless threads designed for severely memory constrained systems such as small embedded systems or sensor network nodes.

    標簽: Protothreads constrained lightweight extremely

    上傳時間: 2014-01-13

    上傳用戶:weixiao99

  • From the point of view of quality management, it is an important issue to reduce the transmission ti

    From the point of view of quality management, it is an important issue to reduce the transmission time in the network. The quickest path problem is to 6ndthe path in the network to senda given amount of data from the source to the sink such that the transmission time is minimized.

    標簽: transmission management the important

    上傳時間: 2013-12-19

    上傳用戶:nairui21

  • SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDB

    SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDBC 3.0 interface and offering many ANSI SQL 92 and ANSI SQL 99 features. It is very small and fast Java library. It does not have a network interface.

    標簽: Java applications relational SmallSQL

    上傳時間: 2015-12-07

    上傳用戶:13160677563

  • P2P 之 UDP穿透NAT的原理與實現(附源代碼) 原創:shootingstars 參考:http://midcom-p2p.sourceforge.net/draft-ford-midcom

    P2P 之 UDP穿透NAT的原理與實現(附源代碼) 原創:shootingstars 參考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 論壇上經常有對P2P原理的討論,但是討論歸討論,很少有實質的東西產生(源代碼)。呵呵,在這里我就用自己實現的一個源代碼來說明UDP穿越NAT的原理。 首先先介紹一些基本概念: NAT(Network Address Translators),網絡地址轉換:網絡地址轉換是在IP地址日益缺乏的情況下產生的,它的主要目的就是為了能夠地址重用。NAT分為兩大類,基本的NAT和NAPT(Network Address/Port Translator)。 最開始NAT是運行在路由器上的一個功能模塊。 最先提出的是基本的NAT,它的產生基于如下事實:一個私有網絡(域)中的節點中只有很少的節點需要與外網連接(呵呵,這是在上世紀90年代中期提出的)。那么這個子網中其實只有少數的節點需要全球唯一的IP地址,其他的節點的IP地址應該是可以重用的。 因此,基本的NAT實現的功能很簡單,在子網內使用一個保留的IP子網段,這些IP對外是不可見的。子網內只有少數一些IP地址可以對應到真正全球唯一的IP地址。如果這些節點需要訪問外部網絡,那么基本NAT就負責將這個節點的子網內IP轉化為

    標簽: draft-ford-midcom shootingstars sourceforge midcom-p

    上傳時間: 2015-12-08

    上傳用戶:kernaling

主站蜘蛛池模板: 吉林市| 汉中市| 综艺| 陈巴尔虎旗| 晋中市| 彰武县| 甘泉县| 三门峡市| 勐海县| 肥乡县| 淳化县| 商水县| 武功县| 旌德县| 康保县| 郧西县| 克什克腾旗| 阿鲁科尔沁旗| 揭西县| 九江县| 潞城市| 巴林右旗| 靖边县| 项城市| 东山县| 石嘴山市| 涿州市| 衡水市| 牟定县| 德令哈市| 金沙县| 鄱阳县| 牙克石市| 金川县| 烟台市| 柘荣县| 芦山县| 东辽县| 万荣县| 东台市| 新干县|