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

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

CONSOLE

  • 項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all

    項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個端口的兩個方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: CONSOLE (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers

    標簽: serial port specified logging

    上傳時間: 2014-01-17

    上傳用戶:許小華

  • 項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all

    項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個端口的兩個方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: CONSOLE (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers

    標簽: serial port specified logging

    上傳時間: 2013-12-12

    上傳用戶:silenthink

  • 迷宮算法

    迷宮算法,CONSOLE

    標簽: 迷宮算法

    上傳時間: 2013-12-05

    上傳用戶:cjl42111

  • 項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for

    項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, and xterm. env_audit是一個搜索有關(guān)環(huán)境的所有東西的程序。它查詢進程IDs,UID, GID,信號掩碼,umask,優(yōu)先權(quán),文件描述符,和環(huán)境變量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的測試配置。 類別: Development Status: 5 - Production/Stable Environment: CONSOLE (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security

    標簽: environment everything Env_audit ferrets

    上傳時間: 2013-12-02

    上傳用戶:qweqweqwe

  • Addressbook using double-linked list. This example shows the use of a double-linked list by implemen

    Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the CONSOLE. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.

    標簽: double-linked list Addressbook implemen

    上傳時間: 2014-01-24

    上傳用戶:asddsd

  • symbian OS C++ S60 的 描述符(descriptor)的一個例程

    symbian OS C++ S60 的 描述符(descriptor)的一個例程,非常實用 CONSOLE 程序

    標簽: descriptor symbian S60 OS

    上傳時間: 2013-12-21

    上傳用戶:13160677563

  • 繪圖函數(shù)用mcc生成的代碼嵌入VC工程實例

    繪圖函數(shù)用mcc生成的代碼嵌入VC工程實例,Win32 CONSOLE版本

    標簽: mcc 繪圖 函數(shù) 代碼

    上傳時間: 2015-04-05

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • 1 程序開發(fā)步驟如下 (1) 打開vc

    1 程序開發(fā)步驟如下 (1) 打開vc,選擇菜單項file->new,選擇projects選項并建立一個名為"floppy"的win32 CONSOLE applicatoin工程;創(chuàng)建時注意指定創(chuàng)建該工程的目錄; (2) 在工程中創(chuàng)建源文件"floppy.cpp":選擇菜單項project->add to project->files,在選擇框中輸入自己想要創(chuàng)建的文件名,這里是"floppy.cpp";在接下來詢問是否創(chuàng)建新文件時回答"yes";然后通過Workspace->FileView->Source Files打開該文件,在其中編輯本程序的源代碼;編輯結(jié)束后通過菜單項File->Save進行保存; (3) 同(2)步驟再加入文件"floppy.h"; (4) 通過調(diào)用菜單命令項build->build all進行編譯連接,可以在指定的工程目錄下得到debug->floppy.exe程序;現(xiàn)在即可以運行該程序;由于沒有命令行參數(shù),故不必在控制臺下來運行,直接運行即可; 2 補充說明 這里僅僅給出了編譯結(jié)果和源程序,沒有所創(chuàng)建工程的其他文件。

    標簽: 程序開發(fā)

    上傳時間: 2014-01-02

    上傳用戶:wpt

  • 無禁手的五子棋帶人工智能

    無禁手的五子棋帶人工智能,采用alpha-beta剪枝的算法,可以以CONSOLE和web applet和可執(zhí)行程序的方式運行

    標簽: 人工智能

    上傳時間: 2013-12-31

    上傳用戶:invtnewer

  • ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

    ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the CONSOLE and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).

    標簽: multiplication Implement matrices matrix

    上傳時間: 2014-08-30

    上傳用戶:dsgkjgkjg

主站蜘蛛池模板: 神池县| 大田县| 黔江区| 梓潼县| 江安县| 吉木乃县| 聊城市| 遵义县| 天津市| 湖南省| 中方县| 阿合奇县| 镇沅| 平谷区| 双桥区| 色达县| 白水县| 青浦区| 秀山| 镇沅| 凤台县| 大兴区| 武安市| 天峨县| 沙雅县| 孝感市| 伊春市| 镇原县| 西青区| 武陟县| 双鸭山市| 皮山县| 松桃| 舒城县| 烟台市| 中超| 连云港市| 九龙县| 昭苏县| 义乌市| 隆德县|