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

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

INPUT-output

  • This contribution provides functions for finding an optimum parameter set using the evolutionary alg

    This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.

    標簽: contribution evolutionary functions parameter

    上傳時間: 2017-06-03

    上傳用戶:海陸空653

  • 一個sms格式的PPC端短信備份的還原工具。原備份軟件BkGenuis包含在rar文件內。 PPC上有個綠色的單獨的短信備份還原工具

    一個sms格式的PPC端短信備份的還原工具。原備份軟件BkGenuis包含在rar文件內。 PPC上有個綠色的單獨的短信備份還原工具,備份的格式是sms,但是還原是直接還原至手機短信中,在PC端不可以直接閱讀。故編寫了這個java程序來實現sms格式的解碼。輸入是input.sms。輸出是txt文本格式。

    標簽: PPC BkGenuis sms

    上傳時間: 2013-12-19

    上傳用戶:小碼農lz

  • This is program with source code to convert ascii text files to the maxicode barcode standard.

    This is program with source code to convert ascii text files to the maxicode barcode standard. The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The codes for the first column are as follows: PM, SM, CC, MO, SC, and PC.

    標簽: maxicode standard barcode convert

    上傳時間: 2017-06-07

    上傳用戶:ardager

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    標簽: iterations performs Bailey number

    上傳時間: 2014-01-05

    上傳用戶:libenshu01

  • C++ C 詞法分析器

    C++ C 詞法分析器,編譯原理, 運行時輸入文件(input.txt)路徑,文件內容為{}BEGIN FOR(I=0 I<10 I=I+1){} END

    標簽: 分析器

    上傳時間: 2013-12-18

    上傳用戶:mikesering

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標簽: user-space can drivers perform

    上傳時間: 2014-01-01

    上傳用戶:saharawalker

  • This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.

    This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.

    標簽: full-hardware compressor algorithm features

    上傳時間: 2014-01-14

    上傳用戶:Shaikh

  • This code outputs various NMEA strings to a com port. The code was originally used to test naviati

    This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.

    標簽: code originally outputs naviati

    上傳時間: 2013-11-30

    上傳用戶:熊少鋒

  • This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qv

    This functions computes SARMA or multiplicative (p,q) x (P,Q) models for (p,q,P,Q) in (pvec x qvec x Pvec x Qvec) it returns the best according to AIC where AIC has been modified to account for fixed parameters x = input data pvec = vector of p s set pvec=[0] for no AR qvec = vector of q s set qvec=0[] for no MA Pvec = vector of P s Qvec = vector of Q s T period for multiplicative model

    標簽: multiplicative functions computes models

    上傳時間: 2017-06-30

    上傳用戶:Breathe0125

  • 編譯原理課程設計中

    編譯原理課程設計中,編寫的一個簡單的詞法分析器,基本可以實現要求。內涵有輸入文件,input.txt

    標簽: 編譯原理

    上傳時間: 2017-07-05

    上傳用戶:wfeel

主站蜘蛛池模板: 台安县| 扬中市| 山东省| 廉江市| 台东县| 滕州市| 玛多县| 雷山县| 红河县| 湖口县| 滦平县| 广东省| 道孚县| 林甸县| 禹州市| 新沂市| 若尔盖县| 五河县| 沙河市| 玉溪市| 磴口县| 彰武县| 香格里拉县| 台南市| 宁武县| 梁山县| 龙海市| 三明市| 怀宁县| 安国市| 平凉市| 日照市| 新乐市| 当雄县| 库尔勒市| 禄劝| 建湖县| 义马市| 青海省| 固原市| 萍乡市|