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

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

Fuzzy-Set-theory

  • radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo

    radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.

    標(biāo)簽: Radius implementation connect radius

    上傳時(shí)間: 2013-12-12

    上傳用戶:壞天使kk

  • java語言開發(fā)的P2P流媒體系統(tǒng)

    java語言開發(fā)的P2P流媒體系統(tǒng),“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    標(biāo)簽: java P2P 語言 流媒體系統(tǒng)

    上傳時(shí)間: 2016-01-09

    上傳用戶:ikemada

  • 使用說明: 雙擊Demo.bat文件便可以執(zhí)行 (需要配置好jre||JDK環(huán)境) 請輸入sql語法關(guān)鍵字來測試改程序謝謝 目前支持的語法關(guān)鍵字如下設(shè)置: text.getSet

    使用說明: 雙擊Demo.bat文件便可以執(zhí)行 (需要配置好jre||JDK環(huán)境) 請輸入sql語法關(guān)鍵字來測試改程序謝謝 目前支持的語法關(guān)鍵字如下設(shè)置: text.getSettings().setCase_Insensitive(false) // 不區(qū)分大小寫 text.getSettings().addKeyWord1("select") text.getSettings().addKeyWord1("commit") text.getSettings().addKeyWord1("from") text.getSettings().addKeyWord1("AND") text.getSettings().addKeyWord1("WHERE") text.getSettings().addKeyWord1("with ur") text.getSettings().addKeyWord1("VARCHAR") text.getSettings().addKeyWord2("inSert") text.getSettings().addKeyWord2("DECLARE") text.getSettings().addKeyWord2("distinct") text.getSettings().addKeyWord2("SET") text.getSettings().addFunctionKeyWord("int") text.getSettings().addFunctionKeyWord("COUNT") text.getSettings().setComment("--") //設(shè)置行注釋 當(dāng)前版本主要改進(jìn)塊注釋的算法 塊注釋示例: /* 12312334 "測試字符串" select count(*) from where with ur */

    標(biāo)簽: getSet Demo text bat

    上傳時(shí)間: 2016-01-10

    上傳用戶:l254587896

  • 一個(gè)瀏覽縮小圖的組件

    一個(gè)瀏覽縮小圖的組件,專為像創(chuàng)建在線相冊薄等以網(wǎng)絡(luò)為基礎(chǔ)的應(yīng)用程序開發(fā)服務(wù)。 name:www.chinaz.com sn:48958-77556-02411 name:chinaz sn:71316-48529-38722 安裝的時(shí)候 填入name:后面的用戶名 例如 www.chinaz.com 然后在程序?qū)? Set jpg = Server.CreateObject("Persits.Jpeg") jpg.RegKey = "48958-77556-02411"

    標(biāo)簽:

    上傳時(shí)間: 2014-01-03

    上傳用戶:aa17807091

  • cpress usb 芯片Vender 處理固件。 The purpose of this software is to demonstrate how to implement vendor s

    cpress usb 芯片Vender 處理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate

    標(biāo)簽: demonstrate implement software purpose

    上傳時(shí)間: 2016-01-14

    上傳用戶:stvnash

  • This package contains the Wireless tools, used to manipulate the Wireless Extensions. The Wireless

    This package contains the Wireless tools, used to manipulate the Wireless Extensions. The Wireless Extensions is an interface allowing you to set Wireless LAN specific parameters and get the specific stats.

    標(biāo)簽: Wireless Extensions manipulate the

    上傳時(shí)間: 2016-01-16

    上傳用戶:黑漆漆

  • This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Rec

    This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Recipes inside range from how to perform simple tasks, like importing external data, to ways of handling issues that are more complicated, like set algebra. Each recipe includes a discussion that explains the logic and concepts underlying the solution. The book covers audit logging, hierarchies, importing data, sets, statistics, temporal data, and data structures.

    標(biāo)簽: programmers solutions cookbook contains

    上傳時(shí)間: 2013-12-08

    上傳用戶:Altman

  • jSP編寫的了BBS系統(tǒng) 架設(shè)方法 : 解壓縮dzbbs.zip後

    jSP編寫的了BBS系統(tǒng) 架設(shè)方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS" //論壇名稱 String temple="default" //風(fēng)格模版 String adminpass="pass" //管理員密碼 設(shè)定好後運(yùn)行http://user.net/dzbbs,然後再注冊成為會(huì)員即可,密碼需要和上面所設(shè)定的一樣 免費(fèi)論壇空間推薦 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費(fèi)5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費(fèi)Mysql空間

    標(biāo)簽: dzbbs jSP BBS zip

    上傳時(shí)間: 2013-12-10

    上傳用戶:yimoney

  • 在AD服務(wù)器上運(yùn)行“設(shè)置域服務(wù)器安裝腳本”

    在AD服務(wù)器上運(yùn)行“設(shè)置域服務(wù)器安裝腳本”,選擇你希望自動(dòng)安裝代理的用戶,按“Set”按鈕,這樣這些用戶在登錄域時(shí)就會(huì)自動(dòng)安裝的代理并運(yùn)行。

    標(biāo)簽: 服務(wù)器 運(yùn)行 腳本

    上傳時(shí)間: 2016-01-24

    上傳用戶:拔絲土豆

  • 『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This

    『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of functional code modules and microcontroller theory

    標(biāo)簽: ready-to-use embedded building complete

    上傳時(shí)間: 2014-12-04

    上傳用戶:阿四AIR

主站蜘蛛池模板: 达孜县| 凉城县| 迁西县| 桦甸市| 佛冈县| 梅河口市| 沁阳市| 交城县| 临高县| 焦作市| 吴桥县| 唐山市| 宁德市| 五指山市| 五大连池市| 贺兰县| 宝坻区| 望奎县| 井研县| 泰兴市| 获嘉县| 兴隆县| 常州市| 海晏县| 永宁县| 奉化市| 仁怀市| 东阿县| 彭水| 龙川县| 同德县| 郎溪县| 岚皋县| 通道| 崇明县| 南川市| 共和县| 噶尔县| 元氏县| 拉萨市| 彝良县|