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

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

shell-command

  • linuxunix 下的c語言實(shí)現(xiàn)

    linux\unix 下的c語言實(shí)現(xiàn), 實(shí)現(xiàn)基本的15個基本的shell命令。

    標(biāo)簽: linuxunix c語言

    上傳時間: 2016-07-22

    上傳用戶:ywqaxiwang

  • 各種排序算法設(shè)計。 包括簡單的:冒泡

    各種排序算法設(shè)計。 包括簡單的:冒泡,比較,選擇,shell 和復(fù)雜的:快速,堆,二路歸并排序

    標(biāo)簽: 排序 算法設(shè)計

    上傳時間: 2013-12-20

    上傳用戶:kbnswdifs

  • Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor

    Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor. It features a on-chip biometric engine performing enrollment verification and identification, an internal record cache of up to 25 records and a secure command protocol over USB, SPI, UART. This protocol enables an external host system or processor to control the onchip bioengine functions, manipulate the record cache, and securely export record cache records for external storage. Together with the FingerChip sensor device AT77C104B, it forms an embedded, secured biometric turnkey solution.

    標(biāo)簽: processor FingerChip pincount Atmel

    上傳時間: 2013-12-26

    上傳用戶:shawvi

  • 用VB做QQ強(qiáng)制聊天器 用VB做QQ強(qiáng)制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強(qiáng)制聊天器..... 廢話不多說了``` 直接打開VB

    用VB做QQ強(qiáng)制聊天器 用VB做QQ強(qiáng)制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強(qiáng)制聊天器..... 廢話不多說了``` 直接打開VB 新建一個EXE文件..新建一個Text和一個Command按紐 最后直接把代碼寫上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成試驗(yàn)下..我就不美化了..你們可以去美化下``` 看。。成功了

    標(biāo)簽: 303931726 QQ

    上傳時間: 2014-01-19

    上傳用戶:日光微瀾

  • Flash中內(nèi)置了一個狀態(tài)寄存器(Status Register

    Flash中內(nèi)置了一個狀態(tài)寄存器(Status Register,SR)來指示Flash的當(dāng)前工作狀態(tài)和各種操作是否成功。要讀取SR的當(dāng)前值需要向CUI發(fā)送讀狀態(tài)寄存器命令(Read Status Register),命令碼為0x70,SR中的內(nèi)容將在DQ[7:0]上輸出。The Read Status Register (0x70)command causes subsequent reads to output data from the SR until another command is issued. The SR bits are output on DQ[7:0].

    標(biāo)簽: Register Status Flash 內(nèi)置

    上傳時間: 2016-08-12

    上傳用戶:thesk123

  • GNU Octave is a high-level language, primarily intended for numerical computations. It provides a c

    GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically.

    標(biāo)簽: computations high-level primarily numerical

    上傳時間: 2014-01-07

    上傳用戶:星仔

  • 模擬unix操作系統(tǒng)中的文件系統(tǒng)功能

    模擬unix操作系統(tǒng)中的文件系統(tǒng)功能,在終端界面上用戶可以象unix的shell命令一樣輸入一些命令,如輸入ls 顯示文件目錄,chmod改變文件權(quán)限,chown改變文件擁有者,chgrp改變文件所屬組,chnam改變文件名,pwd顯示當(dāng)前目錄,cd改變當(dāng)前目錄,mkdir創(chuàng)建目錄,rmdir刪除目錄,mk創(chuàng)建文件 ,cp文件拷貝,rm刪除文件,cat顯示文件內(nèi)容,login切換用戶,passwd修改用戶口令 等功能。在后臺,要實(shí)現(xiàn)混合索引式文件結(jié)構(gòu),包括用空閑結(jié)點(diǎn)號棧管理空閑結(jié)點(diǎn)和成組鏈接發(fā)管理空閑盤塊。

    標(biāo)簽: unix 模擬 操作系統(tǒng) 文件系統(tǒng)

    上傳時間: 2013-12-13

    上傳用戶:13681659100

  • 快速刪除可移動磁盤

    快速刪除可移動磁盤,此程序只是個shell外殼,通過調(diào)用第三方的一個命令行的程序來快速刪除可一動磁盤。

    標(biāo)簽: 刪除 移動 磁盤

    上傳時間: 2016-08-24

    上傳用戶:aig85

  • 大型實(shí)驗(yàn):Unix文件管系統(tǒng)模擬。用內(nèi)存中的一段區(qū)域模擬硬盤空間

    大型實(shí)驗(yàn):Unix文件管系統(tǒng)模擬。用內(nèi)存中的一段區(qū)域模擬硬盤空間,根據(jù)unix文件管理思想和算法,采用UI界面模擬系統(tǒng)初使化、格式化、以及常用shell命令如:ls\mkdir\rm\cd\cd等,VC6下通過編譯

    標(biāo)簽: Unix 大型 內(nèi)存 實(shí)驗(yàn)

    上傳時間: 2013-12-13

    上傳用戶:rocwangdp

  • 整理了下uCOS的相關(guān)資源

    整理了下uCOS的相關(guān)資源,包括uCOS2.52/2.76/2.86,uC/FS uC/GUI uC/TCPIP shell源代碼,及其在windows上的模擬例子,還包括Wsim的一個windows模擬工程等

    標(biāo)簽: uCOS 資源

    上傳時間: 2016-09-01

    上傳用戶:himbly

主站蜘蛛池模板: 徐州市| 康定县| 即墨市| 马龙县| 牡丹江市| 达拉特旗| 千阳县| 故城县| 绩溪县| 阿尔山市| 阜新| 宝应县| 韩城市| 海城市| 哈尔滨市| 昆明市| 芦山县| 南陵县| 抚州市| 正镶白旗| 郓城县| 喀什市| 弥渡县| 陈巴尔虎旗| 达州市| 平和县| 贵溪市| 长岛县| 正蓝旗| 观塘区| 宜君县| 金溪县| 民勤县| 尼木县| 莱芜市| 微博| 普宁市| 彰化县| 长乐市| 开原市| 比如县|