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

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

JLINK-v

  • 通子的考試系統 本程序版權屬于通子 程序功能: 1。考生可以選擇科目進行考試 2. 考過科目不再重新登陸考試 2。考題時隨機的

    通子的考試系統 本程序版權屬于通子 程序功能: 1。考生可以選擇科目進行考試 2. 考過科目不再重新登陸考試 2。考題時隨機的,避免考生之間互相抄襲。 3。考題為五題,設定30秒后自動提交 4。提交后可以直接得到你的成績,并知道你是否通過了考試了 5. 可以了解你的成績與總成績的對比 程序優缺點: 1。未使用javaBean技術。 2。使用的是聲明語句在Conn.jsp,功能是進行數據庫連接; 3。使用html處理的不好,頁面不甚美觀。 4。未采用MVC,M(mode-database),V(view-jsp),C(controller-servlet). 程序流程: 進入 考生 —— 登錄界面 ——進入——測試——提交——成績 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于時間不足,未能把java(2)班全體同學的信息全部添加到數據庫中。 附: java(2)班全體同學信息打包在里面了,有意者可以添加。 希望對此程序作改進的有我聯系。我的QQ:120244312 E-Mail:zuotongyousai@163.com

    標簽: 程序 隨機

    上傳時間: 2015-03-25

    上傳用戶:wfeel

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標簽: command-line application Addfilter drivers

    上傳時間: 2013-12-30

    上傳用戶:天誠24

  • Linux 操作系統提供進程間通信(IPC)機制

    Linux 操作系統提供進程間通信(IPC)機制,用來保證正在執行的進程在內核的協調下能夠 共享資源、同步以及交換數據等。Linux 支持大量進程間通信機制,包括信號、等待隊列、管道 以及Unix 系統V 中提供的進程間通信機制,如消息隊列、信號量和共享內存。

    標簽: Linux IPC 操作系統 進程間通信

    上傳時間: 2015-03-30

    上傳用戶:標點符號

  • 試用時域最小平方誤差準則(最小平方逆設計)設計一個具有四項系數的IIR DF的系統函數

    試用時域最小平方誤差準則(最小平方逆設計)設計一個具有四項系數的IIR DF的系統函數,使其在y(n)=[3,2,1]輸入激勵下,輸出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8個樣值與d(n)進行比較。用matlab實現了此要求。

    標簽: IIR 時域 準則 函數

    上傳時間: 2014-08-24

    上傳用戶:lgnf

  • 算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor

    算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles

    標簽: ebook Fundamentals Structures Ellis

    上傳時間: 2015-04-04

    上傳用戶:tfyt

  • SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi

    SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources

    標簽: Borland light-weight replacement SQLDirect

    上傳時間: 2013-12-10

    上傳用戶:cuibaigao

  • 用Burg算法估計AR模型參數

    用Burg算法估計AR模型參數,進而實現功率譜估計. 形參說明: x——雙精度實型一維數組,長度為n,存放隨機序列。 n--整型變量,隨機序列的長度。 p--整型變量,AR模型的階數。 a--雙精度實型一維數組,長度為(p十1)。存放AR模型的系數a(0),a(1),...,a(p)。 v--雙精度實型指針,它指向預測誤差功率,即AR模型激勵白噪聲的方差。

    標簽: Burg AR模型 算法 參數

    上傳時間: 2013-12-21

    上傳用戶:330402686

  • 現代譜估計用萊文森-德賓(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形參說明: r:雙精度實型一維數組

    現代譜估計用萊文森-德賓(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形參說明: r:雙精度實型一維數組,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型階數。 a:AR模型系數a(0),a(1),...a(p)。 v:預測誤差功率

    標簽: Levinson-Durbin Yule-Walker 譜估計 算法

    上傳時間: 2014-01-26

    上傳用戶:ippler8

  • 本代碼實現了操作系統中的司機和售票員同步問題

    本代碼實現了操作系統中的司機和售票員同步問題,應用了VC中的信號燈,是我學完P、V操作后寫的,希望于大家分享。

    標簽: 代碼 操作系統

    上傳時間: 2013-12-24

    上傳用戶:hxy200501

  • 分而治之方法還可以用于實現另一種完全不同的排序方法

    分而治之方法還可以用于實現另一種完全不同的排序方法,這種排序法稱為快速排序(quick sort)。在這種方法中, n 個元素被分成三段(組):左段l e f t,右段r i g h t和中段m i d d l e。中段僅包含一個元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以獨立排序,并且不必對l e f t和r i g h t的排序結果進行合并。m i d d l e中的元素被稱為支點( p i v o t )。圖1 4 - 9中給出了快速排序的偽代碼

    標簽: 排序

    上傳時間: 2015-04-27

    上傳用戶:kristycreasy

主站蜘蛛池模板: 建瓯市| 黑河市| 银川市| 田林县| 克拉玛依市| 新河县| 穆棱市| 资源县| 沾化县| 江都市| 平昌县| 南开区| 丰原市| 冕宁县| 新和县| 开封县| 宜君县| 临邑县| 镇远县| 台南市| 金川县| 海丰县| 祁连县| 宜昌市| 溆浦县| 天津市| 鹰潭市| 金塔县| 静乐县| 海林市| 商都县| 海丰县| 南阳市| 平安县| 得荣县| 东山县| 包头市| 淮阳县| 陆丰市| 南京市| 石楼县|