This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
标签: object-ori and principle the
上传时间: 2014-01-15
上传用户:ve3344
Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will wait in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with default DCO setting, set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK
标签: using demonstrates Description half-duplex
上传时间: 2014-01-14
上传用户:cuiyashuo
Advanced SQL For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers. To distinguish the table names used in this exercise from the table names in other exercise, each table name in this exercise ends with the character 4 .
标签: information Advanced exercise includes
上传时间: 2013-12-20
上传用户:s363994250
完整的一个论坛,安装方法如下: 1、系统环境要求: MySQL4.1以上版本,需配置为支持utf8连接方式 JDK1.5以上版本 Tomcat5.5以上版本 推荐在Windows上运行 2、安装好以上环境后,配置好虚拟目录,比如:配置好后的访问路径为http://localhost:8080/cwbbs/index.jsp 导入setup目录下的数据库文件cwbbs.sql 例:将cwbbs.sql拷贝至C盘根目录下 运行:mysql\bin\mysql -u root -p --default-character=utf8 mysql> source c:\cwbbs.sql 3、运行 http://localhost:8080/cwbbs/setup 按照操作向导一步一步进行,注意在配置时所有的路径中的"\",请用"/"替代 安装完成后请务必删除setup目录 4、管理员帐号:admin 密码:111111 管理员登录路径:http://localhost:8080/cwbbs/cms/index.jsp
上传时间: 2014-12-02
上传用户:BOBOniu
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.
标签: demonstrates c8051f340 C8051F340 configure
上传时间: 2013-12-25
上传用户:lepoke
CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions
标签: Pre-processor CppReference Reference Operator
上传时间: 2016-10-26
上传用户:aeiouetla
51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序,64_16点阵屏驱动程序,上移显示程序,左移显示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift procedure, the 64_16 lattice screen driver, uppers shift the display sequence, the left shift display sequence
上传时间: 2014-01-04
上传用户:Ants
一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(character Language Modeling)、医学文献下载/解析/索引(MEDLINE Download, Parsing and Indexing)、数据库文本挖掘(Database Text Mining)、中文分词(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、语言辨别(Language Identification)等API。
上传时间: 2013-12-04
上传用户:15071087253
This software performs code conversion of Chinese characters, including GB2312/GBK and BIG5. It also supports some encodings of Chinese character code which are used widely in Japan, such as Chinese Writer, cWnn, Nihao, Zhongwen Qigao, etc.
标签: characters conversion including software
上传时间: 2014-01-05
上传用户:GavinNeko
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.
标签: facilities streams provide Output
上传时间: 2013-12-17
上传用户:6546544