搜索资源列表
Base64
- 将字符串使用base64算法加密的库。.net平台,C#语言开发。
zifucuanzhuanhuan
- Visual C++.NET中 字符串转换方法.txt
UNICODE
- UNICODE编程资料,在进行c++编程时字符串的操作.
C++String
- 概述每一种字符串类型的特性;给出一些简单的示例并且概括如何在需要的时候将一种字符串类型转换成其它的类型。
CFFXQ
- 词法分析器C++ 编译原理实验 .程序功能分割 (1)标识符的识别 (2)关键字的识别 (3)常数的识别:整数,实数,指数形式表示的数 (4)界符的识别 (5)算符的识别(注意区分:单目,双目的区分+,++,+=) (6)关系比较符的识别(注意区分:单目,双目>,>=) (7)字符常量的识别 (8)字符串常量的识别 (9)错误处理 等等 -Good!
VCstring
- c 语言 只替换第一次遇到的字符串 已通过编译-c language to replace only the first string encountered has passed compiler
c
- *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
lunwen
- 通过C语言实现对文件的字符串查找替换功能,及自动排版的功能.代码高效,简洁.-Through the C language implementation of the document string search replace function, and automatic layout functions. Code is efficient, simple.
strlen
- 一个简单的的linux c++程序,求字符串长度,调用strlen函数。-A simple in linux c++ program, seek length of the string, call the strlen function.
hafuman
- 通过用C++来编写哈弗曼编码,对输入的字符串编码,输出编码串,建立哈弗曼树对输入的字符串进行左一右零的编码-By using C++ to write Havermann coding, the input string encoding, the output code string, to establish Havermann tree on the input string left right zero coding
xuefei
- c++实现截取字符串功能 能够很好的实现-c++ make the a text into a part impossible
LCD
- 用C语言编写的程序,主要是通过用字符串方式实现LCD显示,方便简单,比较经典。-Programs written using C language, mainly be achieved through the LCD display with a string, convenient and simple, more classic.
C-language-array-string-programming
- C语言 数组与字符串 编程题 求方阵两条对角线之和 2)求矩阵中的“鞍点”。-C language array string programming question seeking to square two diagonal and 2) in the Matrix " saddle point" .
1
- Bomblab 的主要是通过姓名学号可以从服务器上下载一个bomb的tar包,用objdump可以得到它的汇编源码与c文件。在程序运行过程中需要输入若干字符串,如果字符串不符合要求则将导致炸弹爆炸,每爆炸一次扣0.25分。所需输入字符串的信息可以根据分析汇编代码以及GDB的单步调试推测得出,不过只能在服务器上运行与调试程序。 -Bomblab the student number by name, a bomb can be downloaded from the server tar pack
bianyi
- 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
bartend
- C#控制Bartender条码打印输出,条码字符串赋值。-C# control Bartender barcode printout barcode string assignment.
C-Language-Advanced-Topics
- C语言高级专题.数组&字符串&结构体&共用体&枚举-C language advanced topics. & String array structure & & & enumeration union
Test15
- c程序实现输入一个字符串,能判断是否为回文字符串(Enter a string to determine whether it is a palindrome string)
Test13
- c语言程序实现用户输入一段字符串,判断有多少个单词(C language program, the user enters a string, to determine how many words)
你必须知道的495个C语言问题
- 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library