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

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

DuPont TERminal

  • 相信您在網路上一定用過如 tin,elm 等工具, 這些軟體有項共同的特色, 即他們能利用上下左右等方向鍵來控制游標的位置. 除此之外, 這些程式 的畫面也較為美觀. 對 Programm

    相信您在網路上一定用過如 tin,elm 等工具, 這些軟體有項共同的特色, 即他們能利用上下左右等方向鍵來控制游標的位置. 除此之外, 這些程式 的畫面也較為美觀. 對 Programming 有興趣的朋友一定對此感到好奇, 也 許他能在 PC 上用 Turbo C 輕易地寫出類似的程式, 然而, 但當他將相同 的程式一字不變地移到工作站上來編譯時, 卻出現一堆抓也抓不完的錯誤. 其實, 原因很簡單, 他使用的函式庫可能在 UNIX 上是沒有定義的. 有些 在 Turbo-C 上被廣泛使用的一些函式, 可能在 UNIX 上是不被定義的. 為了因應網路上各式各樣的終端機形態 (terminal), UNIX 上特別發展出 一套函式庫, 專門用來處理 UNIX 上游標移動及螢幕的顯示. 這就是本篇 文章要為您介紹的 - curses.h 函式庫. 利用這個函式庫, 您也可以寫出 像 elm 般利用方向鍵來移動光棒位置的程式. (CCCA 近來所提供的線上選 課程式, 及程式服務界面, 即是筆者利用 curses 發展而成的 )

    標簽: Programm tin elm 網路

    上傳時間: 2013-11-26

    上傳用戶:zxc23456789

  • A new cable fault location method based on wavelet reconstruction is proposed. In this method the

    A new cable fault location method based on wavelet reconstruction is proposed. In this method the difference between the currents of faulty phase and sound phase under the high voltage pulse excitation is used as the measured signal and is decomposed in multi-scale by wavelet transform, then reconstructed in single scale. Comparing with traditional fault location method by travelling wave, the presented method will not be interfered by the reflected wave from the branch joint of cables or from other positions where the impedances are not matched and not be influenced by fault types, otherwise, the reflected waves can be recognized even the faulty position is near to the measuring terminal, at the same time, the influence of the wave speed uncertainty can be reduced. The correctness of the proposed method is proved by simulation results.

    標簽: method reconstruction location proposed

    上傳時間: 2016-02-04

    上傳用戶:maizezhen

  • Core JSP In recent years, a large amount of software development activity has migrated from the cl

    Core JSP In recent years, a large amount of software development activity has migrated from the client to the server. The client-centric model, in which a client executes complex programs to visualize and manipulate data, is no longer considered appropriate for the majority of enterprise applications. The principal reason is deployment—it is a significant hassle to deploy client programs onto a large number of desktops, and to redeploy them whenever the application changes. Instead, applications are redesigned to use a web browser as a "terminal". The application itself resides on the server, formatting data for the user as web pages and processing the responses that the user fills into web forms.

    標簽: development activity migrated software

    上傳時間: 2014-01-13

    上傳用戶:duoshen1989

  • // This program measures the voltage on an external ADC input and prints the // result to a termin

    // This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loop with the rate set by a delay // based on Timer 2. This loop periodically reads the ADC value from a global // variable, Result.

    標簽: the measures external program

    上傳時間: 2013-12-27

    上傳用戶:trepb001

  • This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within

    This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.

    標簽: will D-channels sample result

    上傳時間: 2016-04-23

    上傳用戶:wxhwjf

  • DIY,選擇Linux 練成Linux高手(2.0系列)     Linux窗口管理器

    DIY,選擇Linux 練成Linux高手(2.0系列)     Linux窗口管理器,它可以打開一個特殊的窗口,即為終端窗口(terminal),它將為用戶提供一個標準的命令行接口,用戶可在窗口顯示的提示符中輸入帶有選項和參數的命令。    看著別人操作那滿屏幕的洋文,不可思議,那肯定是一個Linux高手,其實你也能成為高手中的一員。使自己的Linux技能瘋狂增長就必須學會操作與看懂這些洋文。   注:是為了喜歡本格式閱讀者需求制作的,如需pdf格式請看下方。   全程圖解PDF格式下載地址:點擊這里下載。   紅聯Linux論壇致力于Linux技術討論的站點,目前網站收錄的文章及教程基本能滿足不同水平的朋友學習。 紅聯Linux門戶:www.linux110.com 紅聯Linux論壇:www.linux110.com/bbs Linux電子書籍推薦下載:http://www.linux286.com/linux/linuxdzsj.htm                                  制作:紅聯                         祝您閱讀愉快!

    標簽: Linux DIY 2.0 高手

    上傳時間: 2016-06-04

    上傳用戶:671145514

  • This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then pri

    This example code takes and averages 2048 analog measurements from input P1.4 using ADC0, then prints the results to a terminal window via the UART.

    標簽: measurements averages example analog

    上傳時間: 2016-06-13

    上傳用戶:xuan‘nian

  • For C8051F330 This code example illustrates using the internal analog multiplexer to measure analog

    For C8051F330 This code example illustrates using the internal analog multiplexer to measure analog voltages on up to 8 different analog inputs. Results are printed to a PC terminal program via the UART.

    標簽: analog illustrates multiplexer C8051F330

    上傳時間: 2014-12-20

    上傳用戶:aig85

  • 【作者中文名】 楊繼贏 【作者英文名】 YANG Ji-ying 【作者單位】 廣東工業大學 【文獻出處】 微計算機信息, Microcomputer Information, 編輯部郵箱

    【作者中文名】 楊繼贏 【作者英文名】 YANG Ji-ying 【作者單位】 廣東工業大學 【文獻出處】 微計算機信息, Microcomputer Information, 編輯部郵箱 2008年 21期 期刊榮譽:中文核心期刊要目總覽 ASPT來源刊 CJFD收錄刊 【關鍵詞】 智能終端 以太網 MIZILinux嵌入式操作系統 【英文關鍵詞】 intelligent terminal Ethernet MIZI Linux Embedded OS 【摘要】 本文采用目前廣泛應用的工業以太網為通訊方式,提出以ARM9開發板和MIZI Linux嵌入式操作系統為平臺的通信設計方案。在掌握ARM9和MIZI Linux特點的基礎上,構建MIZI Linux嵌入式操作系統下應用程序的軟硬件開發平臺。本方案采用DM9000芯片來控制以太網,在實現通訊模塊調用的基礎上,進行Linux下的Socket網絡通信編程,實現智能終端的以太網通信功能。

    標簽: Microcomputer Information Ji-ying YANG

    上傳時間: 2013-12-21

    上傳用戶:xc216

  • simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri

    simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res

    標簽: write-offs Automatic functions including

    上傳時間: 2014-01-20

    上傳用戶:semi1981

主站蜘蛛池模板: 西吉县| 桦南县| 桐城市| 清流县| 鄂州市| 鲁山县| 积石山| 阿拉尔市| 公主岭市| 廊坊市| 灵石县| 七台河市| 德昌县| 含山县| 新邵县| 罗山县| 烟台市| 台州市| 皮山县| 老河口市| 兴宁市| 普安县| 孟州市| 宁德市| 舞钢市| 台山市| 同仁县| 玛多县| 苍溪县| 上虞市| 杂多县| 晋宁县| 十堰市| 台南县| 武山县| 双柏县| 志丹县| 门头沟区| 巩义市| 诸暨市| 师宗县|