首页
人工智能
Arduino
算法
Linux服务器
数据库
移动开发
量子物理
高等数学
Freeswitch
Asterisk
WebRTC
前端技术
网络通信
SIP协议
Java
.NET
云计算
Scala
MATLAB
Kaldi
Python
C/C++
PHP
语音识别
机器学习
论文下载
书籍
裸眼3D
Android
Linux C 字符串长度
算法
|
2015-11-08
|
luojie
|
0条评论
|
5507 人阅读
int strlenth(const char *string){
int length = 0;
while(*(string++)){
length++;
}
return length;
}
Mysql自动备份
MX8 注册公网Freeswitch返回注册超时
取消回复
发表评论
发表评论