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

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

DESCRIPTION

  • Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python

    Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. A more detailed DESCRIPTION of what mod_python can do is available in this O Reilly article.

    標(biāo)簽: interpreter Mod_python mod_python the

    上傳時間: 2016-01-25

    上傳用戶:yd19890720

  • FIST可堆疊文件系統(tǒng)

    FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關(guān)的開源軟件,使得對linux文件系統(tǒng)功能的改進很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system DESCRIPTION into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標(biāo)簽: FIST 堆疊 文件系統(tǒng)

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • 圖像處理

    圖像處理,利用bilt 函數(shù) DESCRIPTION: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)

    標(biāo)簽: 圖像處理

    上傳時間: 2013-12-18

    上傳用戶:851197153

  • Summary: An example of KALMAN FILTER MATLAB Release: R13SP1 Required Products: Communication

    Summary: An example of KALMAN FILTER MATLAB Release: R13SP1 Required Products: Communications Toolbox,Signal Processing Toolbox DESCRIPTION: THIS PROGRAM DEMONSTRATES AN EXAMPLE OF KALMAN FILTER.

    標(biāo)簽: Communication Products Required Summary

    上傳時間: 2016-02-12

    上傳用戶:xg262122

  • SDRAM 參考設(shè)計:主要包括The following figure shows a high-level block diagram for this reference design follo

    SDRAM 參考設(shè)計:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief DESCRIPTION of each sub-section. The design consists of: · PowerPC processor · PLB-OPB bridge · BlockRAM Memory Controller · SDRAM Controller · Two GPIO ports · A UART Port · External SDRAM

    標(biāo)簽: high-level following reference diagram

    上傳時間: 2013-12-15

    上傳用戶:Miyuki

  • /***************************************************************************************************

    /*************************************************************************************************** The 4×4-keyboard drivers *COMPANY NAME: WUYI UNIVERSITY *MODULE NAME: Keyboard drivers *WRITTEN BY: Pang Weicong *FUNCTION DESCRIPTION: Keyboard input processing *EDITION: The first edition V1.0 *DATE: 2007-04-16 *Copyright: (c)2007 Pang Weicong **************************************************************************************************/

    標(biāo)簽:

    上傳時間: 2014-01-05

    上傳用戶:xiaodu1124

  • This title demonstrates how to develop computer programmes which solve specific engineering problems

    This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions of Programming the Finite Element Method established themselves as an authority in this area. This fully revised 4th edition includes completely rewritten programmes with a unique DESCRIPTION and list of parallel versions of programmes in Fortran 90. The Fortran programmes and subroutines described in the text will be made available on the Internet via anonymous ftp, further adding to the value of this title.

    標(biāo)簽: demonstrates engineering programmes computer

    上傳時間: 2014-01-13

    上傳用戶:youke111

  • A Case Study: Replacing the persistence layer of a Business Process Engine with JDO The JDO sp

    A Case Study: Replacing the persistence layer of a Business Process Engine with JDO The JDO specification (JSR-12) was released from the Java Community Process in April 2002. Its goal is to provide transparent persistence to Java classes. David Jordan provides a concise introduction. Several books are becoming available that provide a more complete DESCRIPTION of JDO3.

    標(biāo)簽: persistence Replacing JDO Business

    上傳時間: 2014-01-27

    上傳用戶:541657925

  • Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip

    Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 DESCRIPTION: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.

    標(biāo)簽: Newton-Raphson polynomial Summary Descrip

    上傳時間: 2013-12-24

    上傳用戶:cccole0605

  • Problem D:合唱隊形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language

    Problem D:合唱隊形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited DESCRIPTION N位同學(xué)站成一排,音樂老師要請其中的(N-K)位同學(xué)出列,使得剩下的K位同學(xué)排成合唱隊形。 合唱隊形是指這樣的一種隊形:設(shè)K位同學(xué)從左到右依次編號為1,2…,K,他們的身高分別為T1,T2,…,TK, 則他們的身高滿足T1 < T2 < ...< Ti > Ti+1 > … >TK(1<=i<=K)。 你的任務(wù)是,已知所有N位同學(xué)的身高,計算最少需要幾位同學(xué)出列,可以使得剩下的同學(xué)排成合唱隊形。 Input 輸入包含若干個測試用例。 對于每個測試用例,輸入第一行是一個整數(shù)N(2<=N<=100),表示同學(xué)的總數(shù)。第二行有N個整數(shù),用空格分隔,第i個整數(shù)Ti(130<=Ti<=230)是第i位同學(xué)的身高(厘米)。當(dāng)輸入同學(xué)總數(shù)N為0時表示輸入結(jié)束。 Output 對于每個測試案例,輸出包括一行,這一行只包含一個整數(shù),就是最少需要幾位同學(xué)出列。 Sample Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 Sample Output 4 1

    標(biāo)簽: Limit Accepted Language Problem

    上傳時間: 2014-01-13

    上傳用戶:aappkkee

主站蜘蛛池模板: 巴林右旗| 乐亭县| 井研县| 康乐县| 瑞昌市| 长武县| 基隆市| 洪江市| 铜山县| 五华县| 龙胜| 安陆市| 延安市| 长春市| 寻乌县| 丹阳市| 沂南县| 松江区| 郸城县| 屏边| 吉隆县| 新野县| 黄陵县| 包头市| 呈贡县| 营山县| 云南省| 泸西县| 南阳市| 正安县| 洛浦县| 黄浦区| 浏阳市| 新巴尔虎右旗| 新丰县| 紫金县| 江都市| 凭祥市| 景谷| 南康市| 石河子市|