亚洲欧美第一页_禁久久精品乱码_粉嫩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.

    標(biāo)簽: 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

    標(biāo)簽: 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

    標(biāo)簽: 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

    標(biāo)簽: 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

    標(biāo)簽: Control Program Simple Robot

    上傳時間: 2013-11-27

    上傳用戶:風(fēng)之驕子

  • 協(xié)作通信

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

    標(biāo)簽: 協(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.

    標(biāo)簽: 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.

    標(biāo)簽: 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

    標(biāo)簽: 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.

    標(biāo)簽: nonsymmetric solution SuperLU general

    上傳時間: 2017-02-20

    上傳用戶:lepoke

主站蜘蛛池模板: 景德镇市| 龙陵县| 江川县| 和平区| 密山市| 柘城县| 南靖县| 临安市| 澄江县| 长岭县| 潜江市| 兴隆县| 南川市| 如东县| 新民市| 宣武区| 贡嘎县| 都江堰市| 武清区| 沙田区| 汶川县| 贵州省| 鄂托克前旗| 那曲县| 丰原市| 乐业县| 广丰县| 锡林郭勒盟| 庄浪县| 阿尔山市| 濮阳县| 柳河县| 会昌县| 衡南县| 图片| 江油市| 合川市| 彝良县| 丽水市| 黄陵县| 高青县|