搜索资源列表
float_char_int_string.rar
- 各种基本数据类型转换源程序。 本程序涉及到的数据类型有:float, int , char, string.,A variety of basic data type conversion source. This procedure involves the data types are: float, int, char, string.
emf2wmf
- 一个简单的小程序,使用GDI将emf文件转化为wmf文件。-A simple program that converts EMF to WMF using GDI+. This project can also be used as a simple kick-off for a console GDI+ program.It can be useful as a basic command line tool or as a starting off point for writing a G
C++shell
- 一直在犹豫,到底是用string 来当参数呢,还是用char *来当参数呢?现在还没有实现重定向和批处理-Has been hesitant to come in the end is when the parameters of string, or char* to use it when the parameters? Has yet to achieve the redirection and batch
U2A
- 自己写的一个函数,作用:将十六进制的char字符串转换成宽字符中文,然后自己再uincode转ascii就可以转成中文输出了。-Writing a function of their role: to be the char hex string into a wide English characters, then their re-ascii on uincode turn can be transformed to the output of the English.
char
- 本程序主要供学习C语言的初学者应用,其功能是输入一个字符串,然后降末尾的*号删除-This procedure primarily for beginners to learn C language applications, and its function is to enter a string, and then down at the end of the deletion of an asterisk
copyString
- 提供一个copyString函数,复制字符串,能够实现char与wchar之间的字符串的互相复制,亦可实现相同格式的字符串之间的复制-CopyString provide a function to copy strings, can be achieved between the char and wchar string to copy each other, can also achieve the same format of the string copied between
2236char
- 基于VB6.0串口通讯中的232字符串处理-Serial Communication Based on VB6.0 string in 232 to deal with
s6
- 6. 编写一个函数find_replace_str,其原型如下: int find_replace_str(char str[], const char find_str[], const char replace_str[]) 要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。 -Six. Write a function find_replace_str, w
char
- 1.包含客户端和服务器两部分程序,并且两个程序能分开独立运行。 2.客户端可以输入服务器地址和端口,连接服务器。 3.客户端可以往服务器发送信息。 4.服务器能接受客户端连接,并输出客户端发送过的字符串。 5:用图形化界面展现客户端和服务器通讯的效果 -1. Contains two parts, client and server programs, and separate the two processes can run independently. 2. Clients
char-string
- 运用简单的方法,实现C#中字符数组转字符串数组-Simple method used to achieve the character array to a C# string array
string
- Code C and program to test strings and char variables.
h3
- 设计一个栈,要求如下: 1、使用模版技术实现,要求该栈内能存储各种数据类型如int、char、string以及自定义类型 2、设计一个基类,基类定义栈的所有接口,子类来具体实现 3、每个子类使用不同类型的容器来组织底层数据-Design a stack requirements are as follows: 1, using template technology, requires that the stack can store various data types such
function3
- The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
function3
- The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
CHAR-TO-HEX
- 字符串转十六进制小程序,方便开发人员使用。-String to hexadecimal sixteen small procedures, facilitate the development of staff to use.
charstring
- 整型转换成字符串与char和string连接-Integer conversion into a string, char and string to connect
CPPstring
- string 是C++中的字符串。 字符串对象是一种特殊类型的容器,专门设计来操作的字符序列。 不像传统的c-strings,只是在数组中的一个字符序列,我们称之为字符数组,而C + +字符串对象属于一个类,这个类有很多内置的特点,在操作方式,更直观,另外还有很多有用的成员函数。 string 的定义为:typedef basic_string<char> string -string string C++. The string object is a special type o
word
- Cstring转char、string、int等数据类型的方法-types Cstring turn to char, string, int data
char_string
- 举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;-Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type
ignore-char
- VC.NET用省略号显示字符串的其余部分,可将字符串截取后用省略号来代替显示,比较常见的功能,只是你可能并不在意它是如何实现的,今天通过这个VC.NET源码,告诉你实现的思路和原理。-The rest of the string, VC.NET ellipsis display instead of displaying the string interception ellipsis, common functions, just that you probably do not care a