在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、ttyUSB2, ttyUSB3、ttyUSB254、ttyUSB255
标签: Linux
上传时间: 2014-01-18
上传用户:13681659100
SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文
上传时间: 2014-03-01
上传用户:songrui
一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.
上传时间: 2017-06-11
上传用户:hebmuljb
//颜色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //写字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }
标签: start_color has_colors Terminal endwin
上传时间: 2014-01-14
上传用户:vodssv
QuickSteps books are recipe books for computer users. They answer the question 揌ow do I...??by providing a quick set of steps to accomplish the most common tasks with a particular program. The sets of steps are the central focus of the book. Sidebar QuickSteps provide information on how to do quickly many small functions or tasks that are in support of the primary functions. Sidebar QuickFacts supply information that you need to know about a subject. Notes, Tips, and Cautions augment the steps, but they are presented in a separate column to not interrupt the fl ow. Brief introductions are present, but there is minimal narrative otherwise. Many illustrations and fi gures, a number with callouts, are also included where they support the steps.
标签: books QuickSteps computer question
上传时间: 2013-12-11
上传用户:ljt101007
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:shinesyh
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:nanshan
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:bcjtao
Wishbone to LPC (Low-Pin Count) Bridge, includes master and slave modules. Supports 8-bit I/O Read and Write cycles, 8-bit Memory Read/Write cycles, DMA cycles, and up to 32-bit Firmware memory read/write cycles. Serial IRQ support is also provided. None of this has been tested (yet) with a third-party LPC Peripheral or Host.
标签: Wishbone Supports includes Low-Pin
上传时间: 2014-12-20
上传用户:古谷仁美
号作品是一个简单的全屏小游戏,玩家通过击出与听到的鼓声相同的韵律来杀死怪兽。这个作品是在Dev-C++下编写而成的,使用了跨平台的游戏编程库:Allegro。由于开发平台的先进,游戏的画面比较精美,绝非TC编成的256色程序可比;不足之处是可玩性差,我还没发现任何有挑战性的内容就一不小心通关了。然而,我希望通过这个作品向自学能力较强的同学介绍Allegro库(官方网站),它带来的灵活性和无限可能是让人激动的
上传时间: 2017-07-03
上传用户:xc216