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

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

jxta-shell-src

  • n algorithm for domain independent linear text segmentation This the Windows version of the C99 al

    n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled code as individual class files doc NAACL 00 paper describing the algorithm src source code for C

    標簽: segmentation independent algorithm the

    上傳時間: 2017-01-07

    上傳用戶:ghostparker

  • 程序員超級開發寶典:.net,com,delphi,java,oracle,sql,vb,vc,軟件工程等內容。其中vc篇包括 [VC_C_]NT系統下木馬進程的隱藏(11774Bytes) [V

    程序員超級開發寶典:.net,com,delphi,java,oracle,sql,vb,vc,軟件工程等內容。其中vc篇包括 [VC_C_]NT系統下木馬進程的隱藏(11774Bytes) [VC_C_]簡單談談C++ 遞歸的思想實現以及和循環的關系(3537Bytes) [VC_C_]C++語法之函數重載(1938Bytes) [VC_C_]C語言編程風格(2200Bytes) [VC_C_]如何用Shell實現程序組快捷方式的添加(3387Bytes) [VC_C_]移動到平面(Blitting to Surfaces)(11290Bytes) [VC_C_]DirectX丟失及恢復平面(12480Bytes) [VC_C_]DirectX創建平面(6312Bytes) [VC_C_]兩個小時學會DirectDraw編程(6647Bytes) [VC_C_]關于const的8點說明(2482Bytes) [VC_C_]泛型編程在非C++語言中的實現之探討(5930Bytes) [VC_C_]刪除文件中指定的部分內容(2096Bytes) [VC_C_]TOOLHELP32 In WIN2000(4138Bytes) [VC_C_]Windows下DLL編程技術及應用(7167Bytes) [VC_C_]MFC and Design Patterns(8117Bytes) [VC_C_]DVD解碼源代碼大公布(10169Bytes) [VC_C_]C++Builder實現Directx截流媒體屏代碼(10363Bytes)

    標簽: delphi oracle 11774 Bytes

    上傳時間: 2014-01-22

    上傳用戶:csgcd001

  • Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This

    Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance. The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the Internet

    標簽: administrator Unleashed Edition written

    上傳時間: 2017-01-13

    上傳用戶:來茴

  • 整理了下java1.4api的相關資源

    整理了下java1.4api的相關資源,包括 shell源代碼

    標簽: java 1.4 api 資源

    上傳時間: 2017-01-15

    上傳用戶:電子世界

  • 自己在linux操作系統下進行的C語言編程

    自己在linux操作系統下進行的C語言編程,模仿shell的部分功能

    標簽: linux C語言編程 操作系統

    上傳時間: 2017-01-17

    上傳用戶:壞天使kk

  • 操作系統的實驗

    操作系統的實驗,用于初學者的學習。里面包含了進程線程,查找文件和unix的shell等四個實驗。

    標簽: 操作系統 實驗

    上傳時間: 2014-12-05

    上傳用戶:JIUSHICHEN

  • linux是指GNU/Linux內核和GNU/Linux工具集組合而成的一套操作系統, 一個最基本的linux 由 內核 kernel,二進制工具包 binutils, GNU C library

    linux是指GNU/Linux內核和GNU/Linux工具集組合而成的一套操作系統, 一個最基本的linux 由 內核 kernel,二進制工具包 binutils, GNU C library glibc和shell 組成 而其他linux基本上是在核心linux基礎上添加了大量的開源軟件和軟件包管理系統 而來的 而區別不同發型版的關鍵在于包管理系統

    標簽: GNU linux Linux binutils

    上傳時間: 2014-12-04

    上傳用戶:jcljkh

  • 包括操作系統引論

    包括操作系統引論,進程管理,作業管理,存儲器管理,I/O設備管理,文件管理,多處理機操作系統,網絡操作系統和分布式操作系統,UNIX系統的內部結構,SHELL等章節內容

    標簽: 操作系統

    上傳時間: 2017-01-30

    上傳用戶:hjshhyy

  • 基于RTX51系統,C語言寫的程序

    基于RTX51系統,C語言寫的程序,實現簡單SHELL的功能

    標簽: RTX 51 程序

    上傳時間: 2013-12-14

    上傳用戶:star_in_rain

  • uCOSII只提供了操作系統內核

    uCOSII只提供了操作系統內核,用戶要自己添加文件處理、人機界面、網絡接口等重要部分。其中Shell(人機界面)提供了人與機器交互的界面,是機器服務于人的體現,是系統必不可少的重要組成部分。現代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人認識OS都是從這里開始的。 由于Skyeye下的仿真串口USART已經實現了中斷方式的接收(實際是從鍵盤接收輸入),而且串口輸出(實際上是輸出到終端屏幕)也已經實現,所以實現一個類似DOS或Bash的簡化版Shell并不困難。其本質思想就是:Shell作為一個uC/OSII下的任務,接收用戶輸入的字符,存儲到緩沖區,并回顯在屏幕上,以回車鍵為用戶輸入的結束信號,隨后解析用戶輸入的命令名稱、參數,調用相應的命令函數。一直到這個命令函數運行返回,才繼續Shell的人機交互界面。Shell作為一個任務工作于內核之外,占用一個任務號。

    標簽: uCOSII 操作系統 內核

    上傳時間: 2014-01-22

    上傳用戶:xc216

主站蜘蛛池模板: 南部县| 永顺县| 兴化市| 南靖县| 呼图壁县| 西安市| 溧阳市| 湘潭县| 湘乡市| 兰西县| 吴桥县| 新宁县| 灯塔市| 峨眉山市| 顺昌县| 桑日县| 宁都县| 遵义县| 波密县| 香河县| 锡林浩特市| 廉江市| 花垣县| 弥渡县| 波密县| 夏河县| 海晏县| 松溪县| 赣榆县| 民权县| 梁平县| 大渡口区| 治县。| 大悟县| 肇庆市| 赤城县| 安溪县| 大新县| 淮北市| 夹江县| 达尔|