会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
末末的爸爸
2018年11月19日
打包的实现
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> int main() { char tmp[128]; char tmp1[128]; char *Msg; int len,l,l1; mem
阅读全文
posted @ 2018-11-19 15:10 末末的爸爸
阅读(51)
评论(0)
推荐(0)
2018年10月31日
C语言 trim函数实现
摘要: #include #include #include #include //去除尾部空格 char *rtrim(char *str) { if(str == NULL||*str == '\0') { return str; } int len = strlen(str); char *p=str+len-1; whil...
阅读全文
posted @ 2018-10-31 10:51 末末的爸爸
阅读(358)
评论(0)
推荐(0)
2018年10月9日
能与lambda组合的五个常用内置函数
摘要: min(), max() 注意min()、max()函数调用方式中,条件的传递使用 key作为关键字参数。 sorted() sorted()函数有两个关键字参数,key用来设置排序条件,reverse为False为降序,Ture为升序。 filter() filter()函数中func为位置参数,
阅读全文
posted @ 2018-10-09 15:42 末末的爸爸
阅读(181)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告