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

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

Forward

Forward是一個計算機語言指令,用于將請求轉(zhuǎn)發(fā)給一個HTML文件,JSP文件,或者是一個程序段。這里的轉(zhuǎn)發(fā)是指:之前的request不變,而繼續(xù)由轉(zhuǎn)發(fā)后的文件或程序處理。
  • SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed

    SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and Forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.

    標簽: SimpliciTI low-power protocol network

    上傳時間: 2016-05-21

    上傳用戶:R50974

  • This directory includes matlab interface of the curvelet transform using usfft. Basic functions

    This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m -- Forward curvelet transform afdct_usfft.m -- adjoint curvelet transform ifdct_usfft.m -- inverse curvelet transform fdct_usfft_param.m -- returns the location of each curvelet in phase-space Useful tools fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns the curvelet which is closest to a certain point on the image Demos fdct_usfft_demo_basic.m -- display the shape of a curvelet fdct_usfft_demo_recon.m -- partial reconstruction using curvelet fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image fdct_usfft_demo_denoise.m -- image denoising using curvelet

    標簽: directory functions interface transform

    上傳時間: 2016-08-31

    上傳用戶:cooran

  • fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays

    fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives Forward transform dir = -1 gives reverse transform

    標簽: complex-to-complex and imaginary computes

    上傳時間: 2016-09-17

    上傳用戶:ljt101007

  • This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m

    This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives Forward transform dir = -1 gives reverse transform

    標簽: complex-to-complex and imaginary computes

    上傳時間: 2013-12-18

    上傳用戶:huql11633

  • -- Simple Robot Control Program -------------------------------------------------------------------

    -- Simple Robot Control Program -------------------------------------------------------------------------- -- Left is left IR sensor - 1=object to left -- Right is rigth IR sensor - 1=object to right -- Lmotor_dir 1=Forward 0=reverse -- Rmotor_dir 1=Forward 0=reverse -- Lmotor_speed 111=fast 000=slow -- Rmotor_speed 111=fast 000=slow

    標簽: Control Program Simple Robot

    上傳時間: 2013-11-27

    上傳用戶:風之驕子

  • 協(xié)作通信

    協(xié)作通信,一個最基本的decode and Forward程序。用卷積碼和viterbe譯碼。可以作為復雜程序的原型

    標簽: 協(xié)作通信

    上傳時間: 2016-11-21

    上傳用戶:xg262122

  • The literature of cryptography has a curious history. Secrecy, of course, has always played a centra

    The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved Forward in much the same way as other specialized disciplines. As late as 1918, one of the most influential cryptanalytic papers of the twentieth century, William F. Friedman’s monograph The Index of Coincidence and Its Applications in Cryptography, appeared as a research report of the private Riverbank Laboratories [577]. And this, despite the fact that the work had been done as part of the war effort. In the same year Edward H. Hebern of Oakland, California filed the first patent for a rotor machine [710], the device destined to be a mainstay of military cryptography for nearly 50 years.

    標簽: cryptography literature has Secrecy

    上傳時間: 2016-12-08

    上傳用戶:fxf126@126.com

  • Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

    Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthusiasts (most also developers themselves by necessity) exploited the growth of the Internet in the early 1990s as a means to build online communities and drive development Forward. These communities helped to build the first Linux software distributions, containing all the software components needed to install and use a Linux system without requiring users to be technical experts.

    標簽: unsuspecting spare-time Initially the

    上傳時間: 2013-12-12

    上傳用戶:dianxin61

  • 兩篇最新的介紹MIMO中繼信道容量的文章Capacity Bounds for Gaussian MIMO relay channel with Channel State Information 與

    兩篇最新的介紹MIMO中繼信道容量的文章Capacity Bounds for Gaussian MIMO relay channel with Channel State Information 與 Amplify-Forward and Decode-Forward The Impact of Location and Capacity Contour

    標簽: MIMO Information Capacity Gaussian

    上傳時間: 2014-01-08

    上傳用戶:lvzhr

  • SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

    SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through Forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.

    標簽: nonsymmetric solution SuperLU general

    上傳時間: 2017-02-20

    上傳用戶:lepoke

主站蜘蛛池模板: 肥西县| 鄂托克前旗| 翁牛特旗| 嵩明县| 五峰| 阳东县| 新巴尔虎左旗| 东台市| 凯里市| 象山县| 阿克陶县| 龙山县| 孙吴县| 于都县| 东乌珠穆沁旗| 额敏县| 宁陕县| 清水河县| 临猗县| 德化县| 景谷| 汤原县| 湘乡市| 平凉市| 石城县| 临漳县| 登封市| 进贤县| 宁陵县| 依兰县| 内乡县| 得荣县| 武功县| 自治县| 文化| 三亚市| 丹棱县| 锡林浩特市| 城固县| 武鸣县| 千阳县|