搜索资源列表
string-sort
- 在2010年百度公司的一次校园招聘笔试中,要求应聘者设计一个strnumcmp函数。对比普通的strcmp函数,差别在于,当字符串中包含数字时,比较数字大小。数字大小相同或 不含数字时,仍然沿用原来的strcmp方式。所有不含数字的字符串均小于含数字的字符串。每个字符串的长度范围为1 ~ 30,而其中包含的数字个数范围为0 ~ 8,且数字在一 个字符串中是连续的。 例如:strnumcmp的判定结果:"abc"<"abc#"<"abcd"<"abc1"&
String-turn-half-width
- 字符串全角转半角和半角转全角,总结所得,欢迎建议-String turn half-width and half-width full-width-to-full-width, sum up the resulting suggestions are welcome
JS-removing-spaces-in-the-string
- JS去除字符串中空格,及常用正则表达式,帮助初学者更好的学习javascr ipt-JS removing spaces in the string and regular expression commonly used to help beginners learn javascr ipt better
UART
- This document will help you to various experiments related to serial communication Such as 1. Transmitting character/string serially through serial Tx pin 2. Receiving character/string serially through serial Rx pin using interrupt. Ther