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

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

Have

  • This file came from Planet-Source-Code.com...the home millions of lines of source code You can view

    This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1 The author may Have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

    標(biāo)簽: Planet-Source-Code millions source lines

    上傳時(shí)間: 2013-12-26

    上傳用戶:dancnc

  • DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subs

    DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp protocol. There were a couple of small bugs in the original ts-rtp application, which I Have fixed here.

    標(biāo)簽: broadcasts DVBstream available linuxtv

    上傳時(shí)間: 2013-11-30

    上傳用戶:sy_jiadeyi

  • 紅外線遙控器讀碼軟件

    紅外線遙控器讀碼軟件,顯示紅外線波型,讀取并保存碼 IR Remote Control Unit Code Read System 產(chǎn)品詳細(xì)描述: 能夠像顯示器一樣顯示紅外線碼的波型 可以讀多達(dá)150種格式的紅外線碼 顯示紅外線碼的時(shí)間非常準(zhǔn)確,誤差只有幾個(gè)微秒。 具有錯(cuò)誤檢測(cè)功能 保存紅外線碼功能 自動(dòng)識(shí)別碼的格式 比較樣機(jī)與所寫的新軟件的遙控器碼的異同 具體情況請(qǐng)?jiān)L問本網(wǎng)站:http://www.crzman.com/IR_Reader.htm Display the Infrared wave on the software like oscillograph. Can read more than 150 kinds of infrared code format Display the Infrared time and the tolerance no more than many us. Have error detect function Save Infrared code function Auto identify code s format Compare the code from sample and new Remote Control Unit code) Detail instance please visit address: http://www.crzman.com/IR_Reader.htm

    標(biāo)簽: 紅外線遙控器 軟件

    上傳時(shí)間: 2015-07-03

    上傳用戶:ccclll

  • The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl

    The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We Have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard

    標(biāo)簽: implementation cleanest simplest produce

    上傳時(shí)間: 2015-07-03

    上傳用戶:dengzb84

  • 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.

    標(biāo)簽: Consequently efficient pervasive standards

    上傳時(shí)間: 2013-12-21

    上傳用戶:源弋弋

  • The intent of the software contained on this CD is to provide support for the material covered in th

    The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs Have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.

    標(biāo)簽: contained the material software

    上傳時(shí)間: 2015-07-11

    上傳用戶:離殤

  • The intent of the software contained on this CD is to provide support for the material covered in th

    The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs Have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.

    標(biāo)簽: contained the material software

    上傳時(shí)間: 2013-12-30

    上傳用戶:wweqas

  • The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M

    The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they Have been initialized * incorrect freeing of memory, such as double-freeing heap blocks * memory leaks.

    標(biāo)簽: distribution The Valgrind checking

    上傳時(shí)間: 2014-01-14

    上傳用戶:xc216

  • a program that takes in three arguments: the first one represents the size of an array that will be

    a program that takes in three arguments: the first one represents the size of an array that will be created the second one represents the maximum value that each of the array elements can Have the third one represents the position in the array that you would like to print the value of.

    標(biāo)簽: that represents arguments the

    上傳時(shí)間: 2015-07-22

    上傳用戶:waitingfy

  • 光學(xué)設(shè)計(jì)軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in

    光學(xué)設(shè)計(jì)軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in annular field systems" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surface with an offset in the aspheric terms. The sag is given by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... Have units of length to the -1, -2, -3, ... power.

    標(biāo)簽: described aspheric surfaces Annular

    上傳時(shí)間: 2014-01-08

    上傳用戶:yyyyyyyyyy

主站蜘蛛池模板: 乐山市| 商河县| 石柱| 太谷县| 墨脱县| 衡南县| 天长市| 吉木乃县| 吉安县| 汶川县| 额尔古纳市| 乡宁县| 蚌埠市| 新巴尔虎左旗| 莆田市| 沁水县| 九龙坡区| 奈曼旗| 古田县| 政和县| 昌邑市| 韩城市| 武穴市| 登封市| 老河口市| 柘荣县| 连平县| 山东省| 红原县| 卢氏县| 伊宁市| 霍林郭勒市| 泾川县| 高尔夫| 平利县| 曲麻莱县| 化隆| 资中县| 沙洋县| 福清市| 乌鲁木齐县|