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

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

include

include是一個計算機專業(yè)術(shù)語,一指C/C++中包含頭文件命令,用于將指定頭文件嵌入源文件中。二指include指令,在JSP中包含一個靜態(tài)的文件,同時解析這個文件中的JSP語句。三指PHP語句。
  • 文件名:TEST.C * 功能:測試IAP_Lite功能 * 日期:2003.11.10 ****************************************************

    文件名:TEST.C * 功能:測試IAP_Lite功能 * 日期:2003.11.10 ******************************************************************/ #include "REG931.H" #include "IAP_LITE.H"

    標(biāo)簽: IAP_Lite TEST 2003 11

    上傳時間: 2014-07-24

    上傳用戶:LIKE

  • 此程序是RS485從機通訊

    此程序是RS485從機通訊,包含3部分:接收幀程序、發(fā)送幀程序及執(zhí)行命令程序。 從機通訊地址從地址開關(guān)讀取4位 由于485的通信規(guī)約差別很大,這里只是提供參考,具體請參照自己的項目特點做修改,拋磚引玉。 #include<reg52.h> #include<main.h> #include<hy502.h>

    標(biāo)簽: 485 RS 程序 通訊

    上傳時間: 2015-09-18

    上傳用戶:cjl42111

  • The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly.

    The Linux Network Administrator s Guide, Third Edition updates a classic Linux title from O Reilly. This refreshed resource takes an in-depth look at everything you need to know to join a network. Topics covered include all of the essential networking software that comes with the Linux operating system, plus information on a host of cutting-edge services including wireless hubs, spam filtering, and more

    標(biāo)簽: Linux Administrator Edition Network

    上傳時間: 2015-09-19

    上傳用戶:

  • 1) 復(fù)制libminigui-str-1.6.2.tar.gz至任意用戶目錄。 2) 解壓此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 將zl

    1) 復(fù)制libminigui-str-1.6.2.tar.gz至任意用戶目錄。 2) 解壓此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 將zlg7289.c zlg7289.h二文件拷貝入增值版的相應(yīng)目錄中 libminigui-1.6.2-linux/src/ial/ 5) 修改相關(guān)宏定義使上述二文件加入庫編譯。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的數(shù)組內(nèi)加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 進入項目主目錄, 重新配置編譯依賴 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本號后,運行此腳本,忽略警告項。 d. 同上配置方法配置MiniGUI 6) 修改運行時配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289

    標(biāo)簽: libminigui-str tar gz zxvf

    上傳時間: 2013-12-18

    上傳用戶:獨孤求源

  • SNVision Library (.dll).是法國SpikeNet公司的核心視覺分析軟件。 SNVision Library (.dll) is the true core of our tec

    SNVision Library (.dll).是法國SpikeNet公司的核心視覺分析軟件。 SNVision Library (.dll) is the true core of our technology. It is made of 50 fully documented functions for image processing and analysis. It is provided with "how to use" examples for the main programming languages. SNVision Library is the runtime module which enables you to include Spikenet Technology into your application

    標(biāo)簽: SNVision Library dll SpikeNet

    上傳時間: 2013-11-30

    上傳用戶:陽光少年2016

  • 《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼

    《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼,實例名稱及其所處章節(jié)如下: 第1章 JSP技術(shù)概述 實例1 第一個JSP頁面 第3章 Web開發(fā)基礎(chǔ) 實例2 HTML與JavaScript交互示例 第4章 JSP語法 實例3 JSP程序的基本結(jié)構(gòu) 實例4 簡單數(shù)據(jù)類型綜合應(yīng)用實例 實例5 包裝類綜合應(yīng)用實例 實例6 數(shù)組應(yīng)用實例 實例7 字符截取程序示例 實例8 查找字符串程序示例 實例9 StringBuffer綜合應(yīng)用程序示例 實例10 日期數(shù)據(jù)應(yīng)用示例 實例11 算術(shù)表達式綜合運用實例 實例12 switch語句示例 實例13 循環(huán)應(yīng)用綜合實例 實例14 一個簡單的計數(shù)器 實例15 include指令應(yīng)用示例 實例16 forward應(yīng)用程序示例 實例17 param應(yīng)用程序示例 實例18 plugin應(yīng)用程序示例 實例19 中文字符處理程序示例 第5章 JSP的內(nèi)置對象 實例20 request常用方法的應(yīng)用 實例21 獲得表單數(shù)據(jù) 實例22 頁面重定向程序示例 實例23 定時刷新頁面程序示例 實例24 記住會話的用戶名 實例25 猜字母游戲 實例26 網(wǎng)站計數(shù)器

    標(biāo)簽: JSP 網(wǎng)絡(luò)編程 實踐 代碼

    上傳時間: 2013-12-06

    上傳用戶:bruce

  • Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVri

    Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, splay tree program, and LZRW1. Quite a variety.

    標(biāo)簽: Compression compression Lossless lossless

    上傳時間: 2014-01-24

    上傳用戶:caixiaoxu26

  • This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the

    This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other content classification and analysis methods. The challenge of these complex problems make this book a must-have for video database practitioners in the fields of image and video processing, computer vision, multimedia systems, data mining, and many other diverse disciplines. Topics include video segmentation and summarization, archiving and retrieval, and modeling and representation.

    標(biāo)簽: handbook chapters presents overview

    上傳時間: 2013-12-15

    上傳用戶:yuzsu

  • 自寫的C語言隊列的代碼

    自寫的C語言隊列的代碼,include后可以直接使用

    標(biāo)簽: C語言 隊列 代碼

    上傳時間: 2015-10-10

    上傳用戶:yzy6007

  • This design package includes reference materials for creating a USB - PS/2 combination mouse that a

    This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants

    標(biāo)簽: combination materials reference creating

    上傳時間: 2015-10-19

    上傳用戶:784533221

主站蜘蛛池模板: 灌云县| 甘泉县| 兴城市| 麻城市| 乌海市| 磐安县| 浮山县| 潞西市| 贡山| 出国| 万年县| 博湖县| 龙南县| 济宁市| 阿克| 水富县| 武强县| 汾阳市| 玉林市| 湘潭县| 凌源市| 吉木萨尔县| 内丘县| 许昌市| 岢岚县| 云梦县| 宁城县| 竹山县| 台江县| 南溪县| 高雄市| 古丈县| 临桂县| 南皮县| 张北县| 图们市| 电白县| 织金县| 大理市| 柘城县| 彭州市|