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

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

CMMI-DEV-v

  • : ASP的反編碼工具編碼程序步驟一:將程序的代碼拷貝到文本框中

    : ASP的反編碼工具編碼程序步驟一:將程序的代碼拷貝到文本框中,然后選擇好類型,比如說 .asp的,html類型的文件是不需要編碼的,所以沒有任何改動。步驟二:將生成的代碼拷貝下來,保存好文件即可。編碼程序步驟一:將編碼過的程序代碼拷貝到文本框中,然后點(diǎn)《反編碼》即可出現(xiàn)源碼,然后將第一行的的代碼刪除即可。步驟二:Ctrl+c Ctrl+v ......

    標(biāo)簽: ASP 編碼 程序 代碼

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

    上傳用戶:gundan

  • 一個(gè)在linux下的

    一個(gè)在linux下的,針對聲音設(shè)備文件,混音器的設(shè)置和配置,/dev/mixer,/dev/dsp,/dev/audio,

    標(biāo)簽: linux

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

    上傳用戶:yan2267246

  • Verilog&Vhdl混語言對SDRAM的控制源代碼

    Verilog&Vhdl混語言對SDRAM的控制源代碼,提供了很好的例子,頂層文件為sdrm.v!

    標(biāo)簽: Verilog SDRAM Vhdl 語言

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

    上傳用戶:黑漆漆

  • 通子的考試系統(tǒng) 本程序版權(quán)屬于通子 程序功能: 1??忌梢赃x擇科目進(jìn)行考試 2. 考過科目不再重新登陸考試 2。考題時(shí)隨機(jī)的

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

    標(biāo)簽: 程序 隨機(jī)

    上傳時(shí)間: 2015-03-25

    上傳用戶:wfeel

  • Linux下的聲音設(shè)備編程比大多數(shù)人想象的要簡單得多。一般說來

    Linux下的聲音設(shè)備編程比大多數(shù)人想象的要簡單得多。一般說來,我們常用的聲音設(shè)備是內(nèi)部揚(yáng)聲器和聲卡,它們都對應(yīng)/dev目錄下的一個(gè)或多個(gè)設(shè)備文件,我們象打開普通文件一樣打開它們,用ioctl()函數(shù)設(shè)置一些參數(shù),然后對這些打開的特殊文件進(jìn)寫操作。

    標(biāo)簽: Linux 設(shè)備 編程

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

    上傳用戶:784533221

  • 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.

    標(biāo)簽: command-line application Addfilter drivers

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

    上傳用戶:天誠24

  • Linux 操作系統(tǒng)提供進(jìn)程間通信(IPC)機(jī)制

    Linux 操作系統(tǒng)提供進(jìn)程間通信(IPC)機(jī)制,用來保證正在執(zhí)行的進(jìn)程在內(nèi)核的協(xié)調(diào)下能夠 共享資源、同步以及交換數(shù)據(jù)等。Linux 支持大量進(jìn)程間通信機(jī)制,包括信號、等待隊(duì)列、管道 以及Unix 系統(tǒng)V 中提供的進(jìn)程間通信機(jī)制,如消息隊(duì)列、信號量和共享內(nèi)存。

    標(biāo)簽: Linux IPC 操作系統(tǒng) 進(jìn)程間通信

    上傳時(shí)間: 2015-03-30

    上傳用戶:標(biāo)點(diǎn)符號

  • 試用時(shí)域最小平方誤差準(zhǔn)則(最小平方逆設(shè)計(jì))設(shè)計(jì)一個(gè)具有四項(xiàng)系數(shù)的IIR DF的系統(tǒng)函數(shù)

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

    標(biāo)簽: IIR 時(shí)域 準(zhǔn)則 函數(shù)

    上傳時(shí)間: 2014-08-24

    上傳用戶:lgnf

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

    算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 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

    標(biāo)簽: ebook Fundamentals Structures Ellis

    上傳時(shí)間: 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

    標(biāo)簽: Borland light-weight replacement SQLDirect

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

    上傳用戶:cuibaigao

主站蜘蛛池模板: 怀宁县| 绍兴县| 沛县| 武城县| 青海省| 河南省| 神农架林区| 郴州市| 错那县| 石城县| 南平市| 河间市| 湄潭县| 水富县| 祁东县| 军事| 沁阳市| 濉溪县| 来安县| 宁乡县| 五华县| 古丈县| 湟源县| 温宿县| 合江县| 原阳县| 云南省| 三门峡市| 乳源| 西乌| 泽库县| 黔东| 高安市| 中西区| 柘城县| 开江县| 广宗县| 黑河市| 综艺| 区。| 游戏|