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

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

double-linked

  • ITU的關于圖像主觀質量評價的標準文檔

    ITU的關于圖像主觀質量評價的標準文檔,具體描述了double-stimulus continuous quality-scale (DSCQS)的測試條件和方法

    標簽: ITU 圖像 質量 標準

    上傳時間: 2014-01-18

    上傳用戶:dancnc

  • DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源碼

    DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source delphi和 bcb源碼,能輕松實現outlook風格的側邊欄,效果很好,推薦! ExpressSideBar is a VCL implementation of the MS Outlook bar. Designed to be easy to use and built with a significant feature set. Just drop it on a form, double click the control and in a few moments, you can customize the ExpressSideBar for your needs.

    標簽: ExpressSideBar DevExpress Delphi Source

    上傳時間: 2013-12-26

    上傳用戶:han_zh

  • This application includes a demo server and client program. You could write your own server launcher

    This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:

    標簽: server application includes launcher

    上傳時間: 2016-10-06

    上傳用戶:kr770906

  • CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator P

    CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions

    標簽: Pre-processor CppReference Reference Operator

    上傳時間: 2016-10-26

    上傳用戶:aeiouetla

  • dwr.xml說明文檔。配置文件init部分聲明那些用于建立遠程bean和在方法調用中轉換bean的類.這部分是可選擇性配置的,多數情況下可以不必使用它,如果你想定義一個新的creator或者conv

    dwr.xml說明文檔。配置文件init部分聲明那些用于建立遠程bean和在方法調用中轉換bean的類.這部分是可選擇性配置的,多數情況下可以不必使用它,如果你想定義一個新的creator或者converter那么就必須在部分中聲明,but do double check on the ones that are currently available first.

    標簽: bean creator conv init

    上傳時間: 2014-02-14

    上傳用戶:偷心的海盜

  • pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu

    pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)

    標簽: prepareStatement ordernumber dayofmoney datetime

    上傳時間: 2013-12-14

    上傳用戶:zsjinju

  • // chebysheve outlier detection // this function is used to detect the abnormal value among a set o

    // chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // double[] door : byyond which the data may be considered as a outlier // door[0]: the upperdoor // door[1]: the lowerdoor

    標簽: chebysheve detection abnormal function

    上傳時間: 2013-11-30

    上傳用戶:13517191407

  • DDR SDRAM控制器的VHDL源代碼

    DDR SDRAM控制器的VHDL源代碼,含詳細設計文檔。 The DDR, DCM, and SelectI/O™ features in the Virtex™ -II architecture make it the perfect choice for implementing a controller of a Double Data Rate (DDR) SDRAM. The Digital Clock Manager (DCM) provides the required Delay Locked Loop (DLL), Digital Phase Shift (DPS), and Digital Frequency Synthesis (DFS) functions. This application note describes a controller design for a 16-bit DDR SDRAM. The application note and reference design are enhanced versions of XAPP200 targeted to the Virtex-II series of FPGAs. At a clock rate of 133 MHz, 16-bit data changes at both clock edges. The reference design is fully synthesizable and achieves 133 MHz performance with automatic place and route tools.

    標簽: SDRAM VHDL DDR 控制器

    上傳時間: 2014-11-01

    上傳用戶:l254587896

  • 這是用于線性方程組求解的ILUK預處理算法的實現。在VC++編譯通過。矩陣采用壓縮稀疏行格式存儲(CSR)

    這是用于線性方程組求解的ILUK預處理算法的實現。在VC++編譯通過。矩陣采用壓縮稀疏行格式存儲(CSR),采用如下結構存儲:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定義數值計算軟件包中。經本人測試計算效率比Fortran寫的高很多(比如與Sparskit2比較)。

    標簽: ILUK CSR VC 線性

    上傳時間: 2016-12-15

    上傳用戶:奇奇奔奔

  • 1. 下列說法正確的是 ( ) A. Java語言不區分大小寫 B. Java程序以類為基本單位 C. JVM為Java虛擬機JVM的英文縮寫 D. 運行Java程序需要先安裝JDK

    1. 下列說法正確的是 ( ) A. Java語言不區分大小寫 B. Java程序以類為基本單位 C. JVM為Java虛擬機JVM的英文縮寫 D. 運行Java程序需要先安裝JDK 2. 下列說法中錯誤的是 ( ) A. Java語言是編譯執行的 B. Java中使用了多進程技術 C. Java的單行注視以//開頭 D. Java語言具有很高的安全性 3. 下面不屬于Java語言特點的一項是( ) A. 安全性 B. 分布式 C. 移植性 D. 編譯執行 4. 下列語句中,正確的項是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f

    標簽: Java A. B. C.

    上傳時間: 2017-01-04

    上傳用戶:netwolf

主站蜘蛛池模板: 陈巴尔虎旗| 阳春市| 天等县| 南昌县| 安丘市| 云阳县| 密山市| 蒙阴县| 于田县| 南阳市| 嘉荫县| 双辽市| 宝应县| 罗源县| 巢湖市| 东平县| 遂溪县| 龙游县| 双辽市| 绥棱县| 郓城县| 石楼县| 博罗县| 威远县| 互助| 房山区| 卫辉市| 博野县| 滨海县| 陆良县| 灵台县| 兴业县| 阳春市| 宿松县| 峡江县| 门头沟区| 泽州县| 富民县| 娱乐| 安宁市| 漳州市|