搜索资源列表
hexconv
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
StrCmp
- c语言通用范例开发经典 源码,执行结果,和调试截图!字符串比较-c language common to develop a classic example of source code, the results of the implementation, and debug screenshot! String Comparison
mycompile
- 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
C++
- 实现对类的重载和析构构造函数的运用,对字符串的 添加,连接,长度的操作-Realize the kind of overloading and destructor constructor use of the string to add, connect, length of operation
zifuchuan
- c++字符串问题集,各种问题解决方案 c++字符串问题集,各种问题解决方案-c++ string questions, solutions to various problems c++ string questions, solutions to various problems
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5
c
- 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
c
- 有关C语言中字符串的操作的一些经典程序,STRCPY,MEMCPY,数组越界还有一些其他的程序-Of the C language string operation a number of classical procedures, STRCPY, MEMCPY, an array of cross-border procedures and some other
6080210629_lab4_1.c
- 在用户输入的字符串中查找目标字符串。适合于新学C语言程序的用户-In the string entered by the user to find the target string. Suited to a new study of the user C Language Program
c-xuexi
- 1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量-1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 da
C
- 1:编写函数,当字符串出现在另一个字符串的尾部,该函数返回1 否则0 2:根据单词的出现频率按降序打印输入的各个不同单词,并在每个单词的前面标上它的出现次数。 3:大小写字母转换 4:比较两个文件并打印它们第一个不相同的行 5:打印一个文件集合,每个文件从新的一页开始打印,并且打印每个文件相应的标题和页数-1: write the function, if the string appears in another string in the tail, the function
CSTRING
- 字符串处理是程序设计语言的一个重要的组成部分。有的字符串是内置的(VB等),有的是模拟的(C字符串为字符集合,算法等以库的形式提供),而C++所提供的字符串std::string是以库的形式提供。-C puls plus
zifuchuan.c
- 经典的小函数的调用,用于字符串的调用,非常的好用-zifuchuan
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
C
- 文章编辑问题 1.分别统计出其中英文字母数和空格数及整篇文章总字数; 2.统计某一字符串在文章中出现的次数,并输出该次数 3.删除某一子串,并将后面的字符前移 4.存储结构使用线性表,分别用几个子函数实现相应的功能 -Article Edit Question 1. Are the statistics of the number of letters and spaces in which the number and total number of words the w
字符串转换
- 汉字字符串,计算该串的拼音首字母,c#源代码(String of Chinese characters, the initial string of the alphabet, c# source code)
C#基类
- .net c# 通用类库,包括网络,数据库,字符串操作。(.net c# common socket ms sql string)
Archive
- C++ 字符串练习 人桌组合 字符串 取时间(substring table_group_arrangement get_time)
c++算法与实践
- C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
C程序—查找
- 寻找对称的字符串的最大长度,输入一串字符,输出与其对称的最大长度。(Finding the maximum length of a symmetric string)