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

Search list

[Windows Develop日期转换--小程序

Description: :先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
Platform: | Size: 9595 | Author: 要命 | Hits:

[Special Effectsgetline

Description: 自己编写的一个有关灰度图象提取直线的小程序,包括完整的程序。交流最重要!-themselves prepared a gray-scale image from the straight line of small procedures, including the integrity of the process. Exchange of the most important!
Platform: | Size: 152632 | Author: 林两 | Hits:

[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:

[Windows Develop日期转换--小程序

Description: :先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
Platform: | Size: 9216 | Author: 要命 | Hits:

[Special Effectsgetline

Description: 自己编写的一个有关灰度图象提取直线的小程序,包括完整的程序。交流最重要!-themselves prepared a gray-scale image from the straight line of small procedures, including the integrity of the process. Exchange of the most important!
Platform: | Size: 152576 | Author: 林两 | 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:

[File Operatefile

Description: file使用fstream的getline()方法,具体可以看CB的\Examples\StdLib目录下的例子fstream.cpp
Platform: | Size: 224256 | Author: llw | 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:

[Telnet Serverlibtermui-1.0.0.tar

Description: Libtermui is a terminal driver library. It is fully standalone and lightweight. It can drive terminals on a TTY or through a telnet connection directly on a TCP socket. It is fully re-entrant, and can be used to drive multiple terminals from different threads. It includes a getline feature and some console user interface facilities.
Platform: | Size: 361472 | Author: ThomThoms | Hits:

[Linux-Unixmygetline

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

[Windows Developcompfile

Description: 7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同,则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行,直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。-7. Programmed CompFile, first of all allow users to enter two file names and their paths (two files are text files), then through the use of class member function getline reads line by line, the contents of the two specified file and compare. If it is found they were different, differences on the screen shows the line number 2 and its contents, and suspend the down and asks if they need to continue to compare follow-up line, until the user answers do not need to continue to compare, or is already higher than to the two documents stop processing at the end.
Platform: | Size: 1024 | Author: lixuhui | Hits:

[Software Engineeringgetline_fix_for_Visual_studio

Description: getline bug fix for visual studio
Platform: | Size: 4096 | Author: raza | Hits:

[OtherGETLINE

Description: Line Edited Character Input - c51
Platform: | Size: 1024 | Author: dankost | Hits:

[Windows Developc3p4_file

Description: vs2008中编译通过 基本功能:文件中保存着一些关于日期的基本信息,从文件中读取数据,判断这一天是工作日还是休息日或者加班日,如果是休息日而且是加班日,刚这一天的工资加倍,最后统计总共的工作日和加班日及双倍工资日 程序中简单的实现了文件流的一些基本操作,如ifstream, ofstrem, getline, istringstream, 以及vector的简单应用,并分别用种方法实现了功能-vs2008 in compile basic functions: file holds basic information about the date, read the data from the file judgment is the day yes day or on a rest day or overtime work, if it is working overtime on rest days, but just this day wages doubled, the final statistics of working days in total and double pay for overtime on Sundays and simple process flow to achieve a document some of the basic operations, such as the ifstream, ofstrem, getline, istringstream, and the vector of a simple application, and species were used functions are realized
Platform: | Size: 1024 | Author: echo | Hits:

[Windows Developsss

Description: 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件), 而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同, 则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行, 直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。 思考:也可改写程序,将"让用户输入两个文件名及其路径"改为从命令行参数处获取这两个文件名及其路径。-Programmed CompFile, let the user to enter two file names and path (b files are text files), then by using the class member function getline reads line by line the contents of the two specified files and compared. If there is different, the screen shows two different line number and content, and pause to ask the user whether to continue to compare subsequent rows until the user does not need to compare answers, or have more than two files to the Stop at the end of treatment. Thinking: You can also rewrite the program will " allow the user to enter the file name and path of the two" to obtain these from the command line parameter file name and path.
Platform: | Size: 1024 | Author: 王大为 | 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:

[Software Engineeringifstream-and-getline

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

CodeBus www.codebus.net