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

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

head

  • This package provides a complete http client library. It currently implements most of the relevant p

    This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods head, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL).

    標簽: implements currently complete provides

    上傳時間: 2014-01-16

    上傳用戶:siguazgb

  • Linux0.00版的完全注釋這是引導扇區代碼

    Linux0.00版的完全注釋這是引導扇區代碼,Linus也是使用Intel的匯編語法寫的,這里使用了NASM的編譯器, 所以遵循NASM的語法, 而且也努力把后面的 head.ASM 代碼也寫成NASM的,而不象Linus那樣用難懂的 AT&T語法! 重寫這些代碼僅僅是為了學習和自己動手調試,希望這里是個好開頭!:)

    標簽: Linux 0.00 代碼

    上傳時間: 2016-05-14

    上傳用戶:邶刖

  • 本人剛學習DSP時收集一些DSP入門級的資料

    本人剛學習DSP時收集一些DSP入門級的資料,包括CMD,head等文件的詳細講解,希望對初學者有所幫助

    標簽: DSP 入門級

    上傳時間: 2013-12-18

    上傳用戶:亞亞娟娟123

  • 一個簡單的C++詞法分析器

    一個簡單的C++詞法分析器,包括head文件和所有源碼,可直接運行

    標簽: 分析器

    上傳時間: 2013-12-08

    上傳用戶:離殤

  • 輕量級http服務器程序

    輕量級http服務器程序,實現了一個HTTP服務器的所有基本功能,包括GET, head, and POST方法等等。

    標簽: http 輕量級 服務器 程序

    上傳時間: 2017-01-07

    上傳用戶:stewart·

  • [smith.rar] - smith原圖

    [smith.rar] - smith原圖,希望能給學射頻的一些幫助 [CommandPattern.rar] - ,head First 設計模式原書用的是JAVA寫的代碼,網絡上也有C#的,但沒有見到用C++實現的。這是我用C++實現的命令模式的代碼 [網吧管理系統客戶端源程序.zip] - 這里是源碼。 宛楓書社圖書管理系統 V1.0 Beta 測試版 面向中小型書店、個體書店進行全面的人員、物流管理,旨在實現書店管理信息化。本系統采用會員制管理,將人員分為經理、倉庫管理員、售書員、會員、游客等,分別擁有不同的權限,各司其職,以便提高工作效率。系統功能包括:供應商管理、進書管理、圖書資

    標簽: smith

    上傳時間: 2013-12-12

    上傳用戶:lo25643

  • ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project

    ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.

    標簽: Visual-to-Audio Electronic download project

    上傳時間: 2017-02-01

    上傳用戶:笨小孩

  • This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which

    This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.

    標簽: single-core multi-core inversion mutlicore

    上傳時間: 2013-12-21

    上傳用戶:ryb

  • 演示中使用的數據庫為省、市、縣三級數據庫 演示程序實現了省、市、縣三級聯動(ajax技術) 程序調用方法: 1:把 <script language="javascript" src="

    演示中使用的數據庫為省、市、縣三級數據庫 演示程序實現了省、市、縣三級聯動(ajax技術) 程序調用方法: 1:把 <script language="javascript" src="js/jquery.js"></script> <script language="javascript" src="js/firste_city.js"></script> 貼到網頁<head></head>之間 2:把 <span id="f"></span><span id="floading"></span><span id="ferr"></span> 貼到需要顯示省、市、縣下拉列表的地方 程序中使用了jquery庫,感謝其作者John Resig。

    標簽: javascript language script ajax

    上傳時間: 2017-05-26

    上傳用戶:6546544

  • To write data to the FIFO, present the data to be written and assert the write enable. At the next r

    To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written into the FIFO. If the FIFO has data in it, the value at the head of the FIFO is present on the FIFO data output. To read data from the FIFO, assert the read enable. At the next rising edge of the clock, capture the data output the FIFO will subsequently advance to the next piece of data stored in the FIFO.

    標簽: the write data present

    上傳時間: 2014-08-16

    上傳用戶:wab1981

主站蜘蛛池模板: 濉溪县| 景泰县| 香港 | 新田县| 任丘市| 宜黄县| 凤台县| 丰台区| 大姚县| 绥阳县| 麻栗坡县| 广水市| 龙山县| 资阳市| 龙山县| 万年县| 吉安市| 德江县| 城固县| 仁化县| 桂东县| 务川| 乌鲁木齐县| 凤凰县| 遂宁市| 桑日县| 犍为县| 沙坪坝区| 响水县| 靖西县| 沾益县| 平乡县| 卢氏县| 大庆市| 乐清市| 宽城| 金湖县| 什邡市| 精河县| 承德县| 江都市|