linuxSir 網站的精華文章,在目錄other底下,我做了個index,把文章都鏈接起來了。都是linux入門精華文章。值得一看。
上傳時間: 2013-12-15
上傳用戶:啊颯颯大師的
上傳源碼文件為配合SeedVPM642板視頻開發,從合眾達公司購買的最新的源碼庫 除源碼外,均配有使用說明,我已經搜索過,貴站應該沒有相同的代碼 在源碼最后,上載了H.264標準白皮書 編譯環境為CCS index 1.邊緣檢測程序(new) 2.運動檢測程序 3.PC_VPM642 雙向通信例程(TCPIP) 4.SEEDVPM642_loop(同步) 5.SEEDVPM642_loop3G2_圖象拼接 希望站長能夠開通我的會員帳號,謝謝 如果有不符合規定的地方,還請站長聯系我:) 支持pudn!
上傳時間: 2015-11-09
上傳用戶:c12228
This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code. This doclet requires JDK 1.2.1 or later, it will not work with JDK 1.1
標簽: Javadoc generate Doclet sample
上傳時間: 2015-11-16
上傳用戶:希醬大魔王
>項目名稱:電腦電子商務平臺 >1.運行環境JDK1.6+Oracle10g+Tomcat5.5 >2.開發工具: MyEclipse Enterprise Workbench 項目名稱:電腦電子商務平臺 1.運行環境JDK1.6+Oracle10g+Tomcat5.5 2.開發工具: MyEclipse Enterprise Workbench 5.1.0 GA 3.開發框架:Struts1.38+Ibertis2.3 4.功能描述: 項目后臺和前臺.后臺是網站管理員對商務網的產品和商品的分類進行管理,客戶的會員管理前臺顯示最新的產品信息,會員注冊登 陸后可以享用購物車和網上訂購產品功能. 使用說明: 1.數據庫配置,在ORACLE10的客戶工具運行ddl里的CREATE TABLE SHOP.sql創建數據庫表 2.用MyEclipse上傳項目到tomcat5.5中,然后啟動tomcat. 3.系統后臺數據管URL是http://localhost:8080/omegshop/admin/adminLogin.jsp 默認的用戶名是admin,密碼admin. 4.系統前臺URL是http://localhost:8080/omegshop/index.jsp, 注冊用戶名: member 密碼: member
標簽: Enterprise MyEclipse Workbench gt
上傳時間: 2015-12-07
上傳用戶:onewq
本套網絡視頻教程由<華清遠見嵌入式培訓中心>提供,解壓后,打開主文件夾下的<index.html>文件即可收看視頻。
上傳時間: 2015-12-10
上傳用戶:思琦琦
《網上圖書訂購系統》 1.后臺數據庫:SQL Server 2000 2.在IIS服務器中新建站點,站點名為“網上圖書訂購系統”,站點的主目錄為“E:\bookmanage”。 3.在用戶的瀏覽器地址欄中輸入http://192.168.1.36/index.asp地址后,便會打開網站的首頁。 其中“192.168.1.36”是本機的IP地址。 4.管理員名稱:mingrisoft 管理員密碼:www.mingrisoft.com
上傳時間: 2015-12-16
上傳用戶:671145514
DATA:BEGIN OF HEADDATA. INCLUDE STRUCTURE BAPIMATHEAD. DATA:END OF HEADDATA. DATA:BEGIN OF PLANTDATA. INCLUDE STRUCTURE BAPI_MARC. DATA:END OF PLANTDATA. DATA:BEGIN OF PLANTDATAX. INCLUDE STRUCTURE BAPI_MARCX. DATA:END OF PLANTDATAX. READ TABLE XMKPF index 1. IF XMKPF-TCODE2 = MIGO_GR . LOOP AT XMSEG.
標簽: DATA HEADDATA BEGIN BAPIMATHEAD
上傳時間: 2015-12-17
上傳用戶:古谷仁美
一個簡單的同學錄系統,有增、刪、修改、查詢、分頁功能,非常適合JSP的初學者。 編程環境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首頁文件模塊 add_new.jsp-----------------增加記錄模塊 modify.jsp------------------修改記錄模塊 del.jsp---------------------刪除記錄模塊 save.jsp--------------------保存記錄模塊 search.jsp------------------查找記錄模塊 in.jsp----------------------導入常用的類模塊 src\ConDb.java--------------連接數據庫的JavaBean 數據庫文件:TXL.mdb 安裝運行:解壓后放入Tomcat\webapps 配置數據源:控制面板--->數據源ODBC---->系統DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->數據源名稱:class---->選擇數據庫文件所在目錄 在瀏覽器下輸入:http://localhost:8080/txl
上傳時間: 2015-12-23
上傳用戶:zhangyi99104144
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap
標簽: AFX_GAQUEEN_H INCLUDED defined define
上傳時間: 2015-12-27
上傳用戶:wuyuying
This paper investigates the design of joint frequency offset and carrier phase estimation of a multi-frequency time division multiple access (MF-TDMA) demodulator that is applied to a digital video broadcasting—return channel system via satellite (DVB-RCS). The proposed joint estimation algorithm is based on the interpolation technique for two correlation values in the frequency and phase domains. This simple interpolation technique can significantly improve frequency and phase resolution capabilities of the proposed technique without increasing the number of the correlation values. In addition, the overall block diagram of a digital communications receiver for DVB-RCS is presented, which was designed using the proposed estimation algorithms. index Terms—Carrier phase estimation, DVB-RCS, frequency offset estimation, interpolation, joint estimation, MF-TDMA.
標簽: investigates estimation frequency carrier
上傳時間: 2015-12-30
上傳用戶:ls530720646