Welcome![Sign In][Sign Up]
Location:
Search - getline.c

Search list

[Other resourceTRAFFIC

Description: 单片机实时多任务交通控制程序。 包括ABSTRACT.TXT、GETLINE.C、README.C、SERIAL.C、TRAFFIC.C、等代码源文件
Platform: | Size: 17032 | Author: tangbao | Hits:

[Other resourceserial_program_for_51

Description: 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putbytes(unsigned char *outplace,j) 放一串数据到发送缓冲区,自定义长度 putstring(unsigned char code *puts) 发送一个定义在程序存储区的字符串到串口 puthex(unsigned char c) 发送一个字节的hex码,分成两个字节发。 putchar(uchar c,uchar j) 输出一个无符号字符数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 putint(uint ui,uchar j) 输出一个无符号整型数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 delay(unsigned char d) 延时n x 100ns putinbuf(uchar c) 人工输入一个字符到输入缓冲区 CR 发送一个回车换行
Platform: | Size: 3624 | Author: eacho | Hits:

[SCMTRAFFIC

Description: 单片机实时多任务交通控制程序。 包括ABSTRACT.TXT、GETLINE.C、README.C、SERIAL.C、TRAFFIC.C、等代码源文件-Single-chip multi-task real-time traffic control procedures. Including ABSTRACT.TXT, GETLINE.C, README.C, SERIAL.C, TRAFFIC.C, such as source code files
Platform: | Size: 16384 | Author: tangbao | Hits:

[SCMserial_program_for_51

Description: 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putbytes(unsigned char *outplace,j) 放一串数据到发送缓冲区,自定义长度 putstring(unsigned char code *puts) 发送一个定义在程序存储区的字符串到串口 puthex(unsigned char c) 发送一个字节的hex码,分成两个字节发。 putchar(uchar c,uchar j) 输出一个无符号字符数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 putint(uint ui,uchar j) 输出一个无符号整型数的十进制表示,必须标示小数点的位置,自动删除前面无用的零 delay(unsigned char d) 延时n x 100ns putinbuf(uchar c) 人工输入一个字符到输入缓冲区 CR 发送一个回车换行-err
Platform: | Size: 3072 | Author: eacho | Hits:

[OtherKeilCx51V7

Description: 这好似一个很实用的一堆软件,大家,拿去用功相互借鉴。-This is a very practical like a pile of software, U.S., instead learn from each other hard.
Platform: | Size: 13624320 | Author: | Hits:

[Windows Developinput_function

Description: 介绍了我们在C++中经常会用到的输入函数的用法,如cin,cin.getline,gets等-the method of using cin,cin.getline and so on
Platform: | Size: 5120 | Author: Mary | Hits:

[Linux-Unixmygetline

Description: 在LINUX开发环境下编写getline()函数-getline() write by c in LINUX~!
Platform: | Size: 1024 | Author: huoxueyang | Hits:

[OpenGL programSTL-View

Description: 以VC++作为开发平台,利用C++标准IO库的ifstream类型定义对象并绑定STL文件,再用标准库string类型中的getline逐行读取绑定的STL文件,最后,应用OPenGL绘制三角面片编程技术实现对STL文件格式的直观显示-Ifstream type definition object using the C++ standard IO library with VC++ as a development platform, and bind the STL file, getline read line by line and then the standard library string type in the binding of the STL file, and finally, the application of OpenGL drawing triangular patches programmingtechnology to achieve a visual display of the STL file format
Platform: | Size: 262144 | Author: 杨杨 | Hits:

[VC/MFCreads-the-article

Description: 5. 使用getline成员函数读入某个text文件中的“一篇文章”(如可以是一个C++源程序,文件名由用户从键盘输入),而后将该文件的各空行以及各程序行中的注解均删除掉(认为该行中从第一个双撇符号“//”开始直至行末的所有符号为注解),并将删除注解后的结果行写出到另一个文件中,并同时数出结果文件的总行数totalLine,以及结果文件中最长行和最短行的行长maxLineLen与minLineLen。-5. Getline member function reads the article in a text file (such as a C++ source file name from the user input from the keyboard), then the blank line of the file, and the program line The annotations are removed (think of the line from the first double prime symbol " / /" All of the symbols in the beginning until the end of the line is a comment), and delete the comment after the result rows to write to another file, and at the same time the number of the total number of rows to the results file totalLine, the longest line and the shortest line results file the governor maxLineLen minLineLen.
Platform: | Size: 1024 | Author: 捉不住的鼬鼠 | Hits:

[Software Engineeringifstream-and-getline

Description: 介绍使用ifstream和getline读取文件内容[c++]-using ifstream and getline read from file
Platform: | Size: 25600 | Author: Michael | Hits:

[Program doccPPgetline

Description: 有关于C++ getline等函数的使用,可能会对你有帮助。-C++ getline 。
Platform: | Size: 1024 | Author: 王飞飞 | Hits:

[Special EffectscPPgetline

Description: 有关于C++ getline等函数的使用,可能会对你有帮助。-C++ getline 。
Platform: | Size: 2048 | Author: corkmntsa | Hits:

[Game ProgramcPPgetline

Description: 有关于C++ getline等函数的使用,可能会对你有帮助。-C++ getline 。
Platform: | Size: 2048 | Author: lsghttbnrj | Hits:

[VC/MFCRead_STL

Description: STL是三维模型常用的文件格式。对STL文件进行读取和显示,是对模型进行后续操作的前提。在对STL文件格式进行详细分析的基础上,以VC+-I-作为开发平台;利用C++标准lO库的ifstream类型定义对象并绑定STL文件;再用标准库string类型中的getline逐行读取绑定的STL文件;最后,应用OpenGL中绘制三角面片编程技术实现对STL文件格式的直观显示。通过试验验证了读取和显示效果。-STL is a commonly used file format for 3D models. Reading and displaying the STL file is a prerequisite for the subsequent operation of the model. In the STL file format on the basis of a detailed analysis to VC+-I- as a development platform use C++ standard lO library ifstream type definition object and bind STL file and then the standard library string type getline line by line read Bound STL file Finally, the use of OpenGL in the drawing of triangulation programming technology to achieve STL file format intuitive display. Experiments verify the read and display results.
Platform: | Size: 162816 | Author: Jion_su | Hits:

CodeBus www.codebus.net