A command-line file compression utility for Windows NT. It allows you to select files for NTFS file compression based on file name (with wild- cards), minimum file size, and/or a minimum compression ratio. You can also specify file extensions of files to be ignored. With C++ src
標簽: command-line compression for Windows
上傳時間: 2015-08-27
上傳用戶:xjz632
linux平臺下的shell編程應用程序,一個俄羅斯方塊的shell版
上傳時間: 2014-01-06
上傳用戶:h886166
Linux中Shell的幾條簡單命令的實現,基本框架已經搭好了,如果需要可以在此基礎上進行擴充(代碼中增加了多條命令同時執行的功能) 試驗內容: 實現簡單的Shell,至少能處理四條命令 cd :改變進程當前路徑 pwd :查看進程當前路徑 pid:查看當前進程號 logout :退出shell
上傳時間: 2014-11-08
上傳用戶:xuan‘nian
USB海量存儲設備類規范包括四個獨立的子類規范:(ATA command的那個沒有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport ②USB Mass Storage Class Bulk-Only Transport ③USB Mass Storage Class ATA Command Block ④USB Mass Stroage Class UFI Command Specification。 前兩個子規范定義了數據/命令/狀態在USB上的傳輸方法。 Bulk-Only傳輸規范僅僅使用Bulk端點傳送數據/命令/狀態, CBI傳輸規范則使用Control/Bulk/Interrupt三種類型的端點進行數據/命令/狀態傳送。 后兩個子規范定義了對存儲介質的操作命令。 ATA 命令規范用于硬盤。 UFI命令規范是針對USB移動存儲而制定的,實際上UFI命令格式是基于SFF-8070i和SCSI-2規范,總共定義了19個12字節長度的操作命令。
標簽: USB Interrupt Storgage Control
上傳時間: 2015-08-29
上傳用戶:aysyzxzm
難得的UNIX資料大全:SCO UNIX主機,LINUX主機的使用,shell編程
上傳時間: 2015-08-31
上傳用戶:tonyshao
/* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command sequence /* Erase_One_Sector Erase a sector of 2048 words /* Erase_One_Block Erase a block of 32K words /* Erase_Entire_Chip Erase the contents of the entire chip /* Program_One_Word Alter data in one word /* Program_One_Sector Alter data in 2048 word sector /* Program_One_Block Alter data in 32K word block
標簽: manufacturer Check_SST CFI_Query command
上傳時間: 2013-12-15
上傳用戶:jjj0202
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
SMS傳送Sourcode,compiler with C,AT command
標簽: Sourcode compiler command with
上傳時間: 2015-09-07
上傳用戶:libinxny
簡單shell的設計和實現 1)、除了系統調用execve,不允許使用其他的exec函數。輸入應當允許帶多個參數(一行內可以表示),不考慮通配符 (即“*”、“?”等)的處理。 2)、輸入錯誤命令能提示出錯并進入下一輪接收命令狀態。 3)、可以用Ctrl-C和Ctrl-\結束簡單shell的運行。
上傳時間: 2014-11-28
上傳用戶:lepoke
Windows Shell擴展編程完全指南
上傳時間: 2015-09-10
上傳用戶:笨小孩