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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

htt<b>ps</b>:/www.546674.com/dl/507052.html

  • 這是一個(gè)代理服務(wù)器程序,它使用多線程

    這是一個(gè)代理服務(wù)器程序,它使用多線程,Semaphore, blocking-socket, an RFC in hand。其中有一個(gè)內(nèi)嵌的Web服務(wù)器,使用一個(gè)自定義的計(jì)數(shù)器agCount.dll。內(nèi)嵌Web服務(wù)器使用虛擬域名www.personalproxy.com。

    標(biāo)簽: 代理服務(wù)器 程序 多線程

    上傳時(shí)間: 2015-05-19

    上傳用戶:z1191176801

  • 說(shuō)明:8051單片機(jī)播放音樂(lè)

    說(shuō)明:8051單片機(jī)播放音樂(lè),有三首歌:《揮著翅膀的女孩》、《同一首歌》、《兩只蝴蝶 》,此包還含有一個(gè)Proteus的電路仿真工程,可直接測(cè)試,里面說(shuō)明文檔很詳細(xì)。 作者:蔣建軍 網(wǎng)站:http://www.jjjbbs.com 論壇:http://www.jjjbbs.com/bbs 日期:2005年09月17日

    標(biāo)簽: 8051 單片機(jī) 播放

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

    上傳用戶:jichenxi0730

  • 該系統(tǒng)是一個(gè)使用Java語(yǔ)言開發(fā),以國(guó)內(nèi)開源Web MVC框架EasyJWeb作系統(tǒng)引擎的Java Web應(yīng)用系統(tǒng).系統(tǒng)主要實(shí)現(xiàn)的功能有訂單錄入、打印、銷售匯總、原料管理、客戶管理、生產(chǎn)配料計(jì)算、報(bào)表

    該系統(tǒng)是一個(gè)使用Java語(yǔ)言開發(fā),以國(guó)內(nèi)開源Web MVC框架EasyJWeb作系統(tǒng)引擎的Java Web應(yīng)用系統(tǒng).系統(tǒng)主要實(shí)現(xiàn)的功能有訂單錄入、打印、銷售匯總、原料管理、客戶管理、生產(chǎn)配料計(jì)算、報(bào)表打印、匯總、系統(tǒng)數(shù)據(jù)管理及維護(hù)等功能,是一個(gè)使用非常簡(jiǎn)單的編碼方式實(shí)現(xiàn)的Web開源應(yīng)用系統(tǒng)。   系統(tǒng)采用面向?qū)ο蟮脑O(shè)計(jì)方法,頁(yè)面設(shè)計(jì)及系統(tǒng)邏輯分離,具有較好的擴(kuò)展性。系統(tǒng)使用數(shù)據(jù)庫(kù)中間件技術(shù),支持My SQL、MS SQL Server等多種數(shù)據(jù)庫(kù)系統(tǒng)平臺(tái)。系統(tǒng)涉及到復(fù)雜表單數(shù)據(jù)提交、AJAX無(wú)刷新數(shù)據(jù)提交、WEB打印等常用應(yīng)用軟件中涉及到的技術(shù)。   系統(tǒng)在線演示地址:asp.easyjf.com 用戶名:test 密碼:test 源碼下載 安裝說(shuō)明 技術(shù)交流   系統(tǒng)開發(fā)單位:EasyJF開源團(tuán)隊(duì) 系統(tǒng)官方網(wǎng)址:www.easyjf.com

    標(biāo)簽: Java Web EasyJWeb

    上傳時(shí)間: 2015-05-21

    上傳用戶:xymbian

  • uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

    uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example

    標(biāo)簽: the provides required package

    上傳時(shí)間: 2015-05-21

    上傳用戶:ainimao

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標(biāo)簽: 數(shù)字 運(yùn)算

    上傳時(shí)間: 2015-05-21

    上傳用戶:daguda

  • pb源代碼

    pb源代碼,數(shù)據(jù)庫(kù)課程設(shè)計(jì) 有配套得文檔,不過(guò)沒(méi)放在一起,到www.pudn.com上找把!

    標(biāo)簽: 源代碼

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

    上傳用戶:saharawalker

  • 保持了英文版的全部功能

    保持了英文版的全部功能,界面改為中文,后臺(tái)管理增加“添加”功能,去掉了英文版中的留言本功能 登陸名www.netfuwu.com 密碼wubin

    標(biāo)簽: 保持 英文

    上傳時(shí)間: 2015-05-23

    上傳用戶:2404

  • Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recogn

    Hidden Markov Toolkit (HTK) 3.2.1 HTK is a toolkit for use in research into automatic speech recognition and has been developed by the Speech Vision Robotics Group at the Cambridge University Engineering Department (http://svr-www.eng.cam.ac.uk) and Entropic Ltd (http://www.entropic.com).

    標(biāo)簽: HTK automatic research Toolkit

    上傳時(shí)間: 2015-05-26

    上傳用戶:myworkpost

  • STR71x Flash IAP Example This project is an RV-MDK adaptation of the ST Application Note: "STR71

    STR71x Flash IAP Example This project is an RV-MDK adaptation of the ST Application Note: "STR71x In-Application Programming using UART". Please see http://www.st.com/stonline/products/literature/anp/11026.htm for details.

    標(biāo)簽: Application adaptation STR Example

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

    上傳用戶:sz_hjbf

  • 程序名稱: 北雨求職招聘系統(tǒng)V2.0.10 軟件類別: JSP源碼 / 人才交友 軟件語(yǔ)言: 簡(jiǎn)體中文 授權(quán)方式: 免費(fèi)版 系統(tǒng)平臺(tái): JSP+MYSQL 程序下載: http://lf

    程序名稱: 北雨求職招聘系統(tǒng)V2.0.10 軟件類別: JSP源碼 / 人才交友 軟件語(yǔ)言: 簡(jiǎn)體中文 授權(quán)方式: 免費(fèi)版 系統(tǒng)平臺(tái): JSP+MYSQL 程序下載: http://lfbay.com/job.rar程序演示: http://www.lfbay.comhttp://www.lfbay.com 官方網(wǎng)址: http://lfbay.com/ 介紹: 適合大中型人才網(wǎng)或門戶網(wǎng)站的人才頻道均可,速度快,安全好,功能多! 安裝方法: 1把所有文件上傳至服務(wù)器 2運(yùn)行setup/index.jsp按提示安裝即可

    標(biāo)簽: JSP MYSQL http 程序

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

    上傳用戶:ghostparker

主站蜘蛛池模板: 满洲里市| 封开县| 青田县| 如东县| 工布江达县| 长岛县| 邮箱| 钦州市| 沂水县| 青铜峡市| 南召县| 连江县| 安徽省| 博湖县| 靖宇县| 克拉玛依市| 嘉善县| 赣州市| 青河县| 南溪县| 无锡市| 普兰县| 墨江| 繁峙县| 呈贡县| 巴楚县| 抚顺县| 维西| 河南省| 阳信县| 大丰市| 灵武市| 安福县| 新闻| 宜良县| 渝中区| 宁南县| 崇州市| 闽侯县| 萍乡市| 道孚县|