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

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

READ

  • Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. User

    Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have READ zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please READ between the lines. We hope this helps explain some of the intricacies of zlib.

    標簽: functions questions deflate inflate

    上傳時間: 2014-01-03

    上傳用戶:lhc9102

  • megahal is the conversation simulators conversing with a user in natural language. The program will

    megahal is the conversation simulators conversing with a user in natural language. The program will exploit the fact that human beings tend to READ much more meaning into what is said than is actually there MegaHAL differs from conversation simulators such as ELIZA in that it uses a Markov Model to learn how to hold a conversation. It is possible to teach MegaHAL to talk about new topics, and in different languages.

    標簽: conversation conversing simulators language

    上傳時間: 2015-10-09

    上傳用戶:lnnn30

  • LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,

    LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithREADed READ/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.

    標簽: implements multiple capable working

    上傳時間: 2015-10-14

    上傳用戶:磊子226

  • 該軟件是我讀碩士的時候寫的

    該軟件是我讀碩士的時候寫的,它可以對測井曲線進行直方圖、小波變換,曲線拉伸、均值綠波、中值濾波、Kalman濾波以及插值等等操作,程序里還包含了神經網絡的內容,非常豐富,是您學習VC++編程和數據處理的好資料!絕對超值! 請先閱讀文件夾下的READ me 文件

    標簽: 軟件 碩士

    上傳時間: 2013-12-08

    上傳用戶:風之驕子

  • Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows

    Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows NT/2000. Provides properties for READing and writing bytes, words and doublewords from/to IO ports. New fast block data transfer methods enable to READ and write megabytes of data per second.

    標簽: Windows and component Builder

    上傳時間: 2015-10-25

    上傳用戶:bjgaofei

  • Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out th

    Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve READ a bit about ASP and now you are READy to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just READing a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASP Application ( Quick Start ) - Users On Your Website

    標簽: Application tutorials Writing First

    上傳時間: 2015-11-05

    上傳用戶:franktu

  • 程序針對mcu:cypress 68013,flash:samsung k9f1g08u,MCU運行于48M,對于其它頻率,一些時序常數可能需要修改.程序實現了FLASH的CLEAR,WRITE,RE

    程序針對mcu:cypress 68013,flash:samsung k9f1g08u,MCU運行于48M,對于其它頻率,一些時序常數可能需要修改.程序實現了FLASH的CLEAR,WRITE,READ基本操作.

    標簽: cypress samsung 68013 FLASH

    上傳時間: 2014-12-21

    上傳用戶:kbnswdifs

  • 本設計的目的是通過設計和調試一個簡單的文件系統

    本設計的目的是通過設計和調試一個簡單的文件系統,主要是模擬文件操作命令的執行,來模擬文件管理,使學生對主要文件操作命令的實質和執行過程有比較深入的了解,掌握它們的基本實施方法。具體要求如下: (1) 設計一個支持n個用戶的文件系統,每個用戶可擁有多個文件: (2) 采用二級或二級以上的多級文件目錄管理; (3) 對文件應設置存去控制保護方式,如“只能執行”、“允許讀”、“允許寫等”; (4) 系統的外部特征應接近于真實系統,可設置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 READ 讀文件 Open 打開文件 Write 寫文件 Close 關閉文件 Copy 復制文件 Delete 撤消文件 Directory 查詢目錄 (5) 通過鍵盤使用該文件系統,系統應顯示操作命令的執行結果。

    標簽: 調試 文件系統

    上傳時間: 2014-01-11

    上傳用戶:zhanditian

  • (1) 給定一段符合Pascal子集語法的語言

    (1) 給定一段符合Pascal子集語法的語言,能成功轉換成C語言; (2) 一個簡單的說明文檔; (3) 2007.7.14之前上傳到ftp:// C07:C07@10.11.3.71/upload,用學號建立自己的目錄; (4) (可額外加分5分)若有出錯處理功能,請在說明文檔中寫明可以處理哪幾項錯誤。 注意事項: (1) 兩人一組 (2) 可以使用詞法、語法自動生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等 (3) 不用考慮Pascal和C的關鍵詞不同問題,即Pascal子集語言中假設不出現int,for等作為變量標志符 (4) READ()和write()可用由scanf(),printf()等組成的語句轉換。 (5) 如果有疑問可以發信給我 xpqiu@fudan.edu.cn.

    標簽: Pascal 語言

    上傳時間: 2015-11-20

    上傳用戶:talenthn

  • This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to

    This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to READ and use, as no locks are now needed anymore.

    標簽: usb-skeleton rewritten drivers version

    上傳時間: 2015-11-20

    上傳用戶:talenthn

主站蜘蛛池模板: 石城县| 平谷区| 衢州市| 盐边县| 江口县| 齐河县| 那曲县| 贺兰县| 女性| 奇台县| 石屏县| 青州市| 内黄县| 石家庄市| 西充县| 南昌市| 吴桥县| 胶州市| 阜阳市| 友谊县| 济源市| 屏东县| 千阳县| 宁远县| 自贡市| 康保县| 子洲县| 云阳县| 兰溪市| 海伦市| 三亚市| 垦利县| 旬阳县| 河津市| 高安市| 江陵县| 北辰区| 宜兰市| 博兴县| 册亨县| 石嘴山市|