搜索资源列表
string
- String类,分享一下。可以实现==, >, <, [], <<, Trim, Reverse, Find, upper, lower等功能
String-reverse
- 符串逆序输出是C语言经典算法之一,过去利用数组下标处理此类问题,较为繁琐,本文给出 了利用指针实现任意给定字符串的逆序输出方法,以及在此基础上进行回文字符串判断的便捷方法。-Pointers with a C-string string in reverse order and determine palindrome
cc2430-16
- 在 PC 上从串口向CC2430 发任意长度为30 字节的字串,若长度不足30 字节,则以#为字串末字节,CC2430 在收到字节后会将这一字串从串口反向发向PC,用串口助手可以显示出来。-In the PC serial port to the CC2430 from fat, 30 bytes of arbitrary length of the string, if length of less than 30 bytes, then# For the string at the end
reverse
- reverse your input string
A3
- 反序输出所输入的字符串,适合汇编初学者学习-Reverse order of the string output by the input, suitable for beginners to learn to compile
reverse
- 编制程序实现字符串的逆转功能。要求具有友好的输入、输出界面。如输入This is a test 输出 tset a si sihT-Programming functions to achieve the reversal of the string. Requires a friendly input and output interface. If This is a test input output tset a si sihT
15883879GourmetCoffee
- 这是一个Java 链表的排序算法,可以将原有的链表输入的数字和字符串逆序排出。-This is a list of Java sorting algorithm, the original list can be imported from digital and string reverse.
reverse
- 主要功能是用递归实现输入字符串的反向输出。特点通过子函数返回反向的字符串,而不是在子函数中逐个字符的输出。特别是自己定义了几个实现字符串操作的子函数。-Main function is to use recursive reverse output of the input string. Features reverse through the subroutine to return a string, rather than the output subroutine in the cha
list-set-reverse
- 用户输入字符串,以链表的形式存入,然后链表逆置,输出-User input string to the list in the form of deposit, and then reverse the list set, the output
conv
- Its a small tool for encrypting and decrypting text and files Supports: String to Hex Hex to String String Reverse Base64 DeBase64 String to Chr$ (One way) ROT13 XOR DeXOR SHA256 (One way) Blowfish CryptAPI DES
reverse
- 功能:字符串的逆序 输入:字符串 输出:字符串的逆序-Function: reverse string input: string output: string reverse
REVERSE
- This program will reverse the string
source
- 自己编写的atoi函数,字符串倒序,线程创建和管道创建,已经测试过了,没什么问题,希望对大家有点帮助!-I have written atoi function, string reverse, thread creation and pipeline creation, has been tested, no problem, we want a little help!
vb_code_to_reverse_a_string_design_String_Manipula
- vb代码字符串操作反转字符串设计vb code to reverse a string design String Manipulation-vb code to reverse a string design String Manipulation
VB_Programming_String_Manipulation_reverse_string.
- VB编程实现字符串操作_反转字符串VB Programming String Manipulation _ reverse a string-VB Programming String Manipulation _ reverse a string
string-reverse2
- 字符串反转的C源代码,亲自调试成功,给大家分享。字
String-reverse-order
- 子串反序,编制C程序,对键盘输入的字符串进行逆序,逆序后的字符串仍然保留在原来字符数组中,最后输出。-String reverse order, C program, keyboard input strings in reverse, reverse the string remains in the original array of characters, the final output.
Reverse-the-string-output
- 字符串逆序输出,使用了三种不同的方法,在不同的约束条件下进行选择-String reverse output, the use of three different methods under different constraints selected
String-reverse-position
- 写一个自定义函数实现字符串逆置。实现了一个字符串的就地逆置-A custom function realization string inversion,The realization of a string of in situ reverse home
the-string-reverse-by-C-Language
- C语言实现,通过对数组和指针的使用,输入一个字符串,该算法对该字符串进行反转,比如输入”wang ,输出 gnaw -input String: wang output string: gnaw ,by C Language to make it