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

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

1對1直接輸出

  • 使用struts+spring+hibernate的一個教學用的示例源代碼

    使用struts+spring+hibernate的一個教學用的示例源代碼,采用eclipse+myeclipse開發;struts1.1,spring1.1,hibernate3.0

    標簽: hibernate struts spring 源代碼

    上傳時間: 2013-11-26

    上傳用戶:ghostparker

  • 此為qpsk的範例

    此為qpsk的範例,將一訊號分解成I及Q part,再將訊號I及Q部分相加得到輸出

    標簽: qpsk

    上傳時間: 2015-06-01

    上傳用戶:youth25

  • 自己做的簡單的jpeg編碼程序

    自己做的簡單的jpeg編碼程序,支持1:1:1采樣的baseline彩色jpeg,輸入只能是24bit的BMP文件

    標簽: jpeg 編碼 程序

    上傳時間: 2015-06-03

    上傳用戶:colinal

  • 有N個城市

    有N個城市,編號為0、1…N-1,每個城市之間的路徑長度保存在二位數組a中,如a[i][j]表示城市i與城市j的路徑長度。求某個城市到其余城市的最短路徑。

    標簽: 城市

    上傳時間: 2014-01-05

    上傳用戶:徐孺

  • Euler方法解 程序

    Euler方法解 程序,使之適用于任意右端函數f,任意步長h和任意區間[to,T]。用h=1/4,1/8,1/16分別計算初值問題

    標簽: Euler 程序

    上傳時間: 2015-06-09

    上傳用戶:縹緲

  • 暫時只支持jpeg2000支持的 cdf97 和spline53 可以這樣來測試: x=imread( E:studyjpeg2000imageslena.tif ) % see the de

    暫時只支持jpeg2000支持的 cdf97 和spline53 可以這樣來測試: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y)) % see the reconstruction precision yy=wavelift(x, 5) using cdf 9/7 wavelet ix=wavelift(yy,-5) inverse sum(sum((double(x)-ix).^2))

    標簽: 2000 imageslena studyjpeg imread

    上傳時間: 2014-01-14

    上傳用戶:懶龍1988

  • DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient represen

    DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted from the ongoing work of the Joint Photographic Experts Group (JPEG). This group operates under the auspices of Joint Technical Committee 1, Subcommittee 29, Working Group 1 (JTC 1/SC 29/WG 1), a collaborative effort between the International Organization for Standardization (ISO) and International Telecommunication Union Standardization Sector (ITUT). Both the JPEG [1–3] and JPEG-LS [4–6] standards were born from the work of the JPEG committee. For the last few years, the JPEG committee has been working towards the establishment of a new standard known as JPEG 2000 (i.e., ISO/IEC 15444). The fruits of these labors are now coming to bear, as JPEG-2000 Part 1 (i.e., ISO/IEC 15444-1 [7]) has recently been approved as a new international standard.

    標簽: Consequently efficient pervasive standards

    上傳時間: 2013-12-21

    上傳用戶:源弋弋

  • DNA限制性圖譜的繪制方案程序 %采用改進的窮舉法搜索DNA片段排序

    DNA限制性圖譜的繪制方案程序 %采用改進的窮舉法搜索DNA片段排序,data1,data2是傳進來的兩組數據,由SPDP法中測得 %例如data1=[1 14 12 3 7 8 9 6 11 4 12 3 13 2 5 10] data2=[1 1 2 1 2 2 1 2 3]

    標簽: DNA 繪制 方案 搜索

    上傳時間: 2014-01-19

    上傳用戶:wxhwjf

  • QT是目前Linux上最知名的窗口環境系統

    QT是目前Linux上最知名的窗口環境系統,除了桌上型電腦之外,PDA上的Linux系統也大都是以QT當作窗口環境。 目前QT在Linux PDA上必須安裝的程序包括QT/Embedded與QT/Palmtop兩者,并且QT公開其原始碼與發展環境。 本程序主要希望在Linux PDA上藉由RS-232通訊與手機溝通,并且能夠收發簡訊。 采用的發展環境為QT/Embedded 3.0.2與GSMLib 1.8,模擬程序為QT/Palmtop的模擬器。 您可以在下列網站取得相關的函式庫: gsmlib-1.8.tar.gz http://www.pxh.de/fs/gsmlib/ qt-embedded-free-3.0.2.tar.gz http://www.trolltech.com/dl/ qpe-1.3.1-bin-x86.tar.gz http://www.trolltech.com/dl/ 本程序并非免費程序,版權所有,并受 GNU General Public License 保護。

    標簽: Linux 窗口 環境

    上傳時間: 2014-01-01

    上傳用戶:baiom

  • zemax源碼: This DLL models an anamorphic aspheric surface. This surface is essentially an even asp

    zemax源碼: This DLL models an anamorphic aspheric surface. This surface is essentially an even aspheric surface with different terms for the x and y directions. The sag is given by: Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y))) + AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2 + BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3 + CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4 + DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5 Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power. The terms AP, BP, CP, and DP are dimensionless. The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.

    標簽: surface This essentially anamorphic

    上傳時間: 2015-07-25

    上傳用戶:lht618

主站蜘蛛池模板: 林西县| 安龙县| 昭平县| 漳浦县| 富阳市| 曲靖市| 扎赉特旗| 曲靖市| 七台河市| 清原| 柳河县| 政和县| 扶余县| 嵩明县| 柏乡县| 南皮县| 兰坪| 新田县| 闸北区| 平邑县| 冕宁县| 嘉善县| 平泉县| 潮安县| 佳木斯市| 鹿泉市| 清苑县| 射阳县| 平南县| 济源市| 六盘水市| 托里县| 平江县| 嘉鱼县| 梧州市| 依安县| 乌审旗| 老河口市| 黔东| 景谷| 霍邱县|