搜索资源列表
日期,菜单,字符串的C函数
- 日期,菜单,字符串的一些C函数-some c programs of date,menu,string.
高速字符串处理功能的 C 语言源程序
- 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
Csharp字符串和正则表达式参考手册
- 此书讲了C#的字符串和正则表达式的详细内容,范围小而精,适合较高级编程人员使用和参考.-book stresses the C# and the string expression is the detailed content and scope of a small but efficient, suitable for the more senior programmers to use and reference.
5个c程序源代码
- 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
C语言难点分析整理
- 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process
C字符串格式化
- 将字符串 srcStr 格式化为 destLen长度,不足补空格,多了截断
C++字符串操作
- 一个字符串选定字符插入另一个,真玛法你这网站(One string is selected and another character is inserted)
加密字符串(引用DLL)
- 调用DLL实现字符的加密与解密,其中dll中有自己定义的加密和解密方法,在c#中调用这两个方法,即可实现字符串的加密与解密。(Call DLL to achieve the characters of encryption and decryption, in which DLL has its own definition of encryption and decryption methods, call these two methods in c#, you can achieve th
字符串转换
- 汉字字符串,计算该串的拼音首字母,c#源代码(String of Chinese characters, the initial string of the alphabet, c# source code)
string_CANCAT
- 简单的字符串拼接原理,使用C++语言实现(Simple string splicing)
在C#中使用正则表达式
- 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
递归方法求阶乘字符串反转c#
- 递归方法求阶乘字符串反转c#实现。递归有时间是很有用的,如果能灵活操作,那更是妙不可言。
C#基类
- .net c# 通用类库,包括网络,数据库,字符串操作。(.net c# common socket ms sql string)
4判字符串中心对称
- 开始运行后,用户输入一段字符串,然后开始执行功能,即判断字符串是否中心对称(After the operation, the user input a string, and then start executive function, is to determine whether the string of central symmetry.)
c实验学习字符串IO
- 程序将筛选stateoutflow.txt文件里的符合要求的数据,并输出,用于学习字符串I/O(The program will filter the required data in the stateoutflow.txt file and output it for learning string I/O)
STL 拆分字符串
- 使用C++ STL拆分字符串“How are you?”(C++ STL strSeparator strText.find_first_of)
Archive
- C++ 字符串练习 人桌组合 字符串 取时间(substring table_group_arrangement get_time)
c++算法与实践
- C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
C语言字符串函数大全
- 字符串函数使用方法,C语言描述,总结函数的文档(The string function use method, the C language descr iption, the summary of the function's document)
C程序—查找
- 寻找对称的字符串的最大长度,输入一串字符,输出与其对称的最大长度。(Finding the maximum length of a symmetric string)