会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
saintdingtheGreat
博客园
首页
新随笔
联系
管理
订阅
2019年1月30日
c语言数组那些骚事儿
摘要: 数组的逆序 思想是第一个和最后一个,第二个和倒数第二个 字符串逆序, 目前只能应用于中间带空格的英文字符串
阅读全文
posted @ 2019-01-30 16:16 saintdingtheGreat
阅读(178)
评论(0)
推荐(0)
编辑
C的随机数用法
摘要: rand() 指定随机数的生成范围例如生成8以内的随机数 只不过....程序每次运行时都是生成这几个货 #include <stdio.h>#include <stdlib.h>#include <time.h>int main(){ srand((unsigned)time(NULL)); for
阅读全文
posted @ 2019-01-30 14:29 saintdingtheGreat
阅读(148)
评论(0)
推荐(0)
编辑
公告