会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
定下契约吧烧酒!
EDA挂了啊,大概吧_(┐「ε:)_本宝宝的奖学金已远去...
博客园
首页
新随笔
联系
订阅
管理
2016年8月26日
【C++】vector
该文被密码保护。
阅读全文
posted @ 2016-08-26 03:16 陈玩玩
阅读(0)
评论(0)
推荐(0)
2016年1月16日
【Matlab】特征值
摘要: 特征值 结果如下: 求解特征值与特征向量时矩阵必须是方阵!然后写代码的时候就总是报错(メ ゚皿゚)メ 关于特征值的理解,知乎上有相关问题: 如何理解矩阵特征值? https://www.zhihu.com/question/21874816 我觉得解释得够清楚了,其实也并不是那...
阅读全文
posted @ 2016-01-16 20:24 陈玩玩
阅读(334)
评论(0)
推荐(0)
2016年1月5日
【Make a H5 game】JS for beginner——FROM U2B
摘要: https://www.youtube.com/watch?v=F2Dc-JlwgN4&feature=iv&src_vid=WfL4LNUL3R0&annotation_id=annotation_3769177717小哥声音很苏啊(๑•́ ₃ •̀๑)课讲得也好么么~~~
阅读全文
posted @ 2016-01-05 22:10 陈玩玩
阅读(171)
评论(0)
推荐(0)
2016年1月3日
【About Queue】(待改)
摘要: 队列队列满足FIFO规则,先进先出。C语言代码:(Segmentation fault你大爷(メ ゚皿゚)メ)#include#includetypedef struct Queue{ int size; int front; int rear; int *elements;...
阅读全文
posted @ 2016-01-03 03:39 陈玩玩
阅读(219)
评论(0)
推荐(0)
【Sorting Collection】
摘要: 排序集锦各种排序算法,总结一下,一直在遗忘......【冒泡排序】就是下面这个鬼啦:c实现代码(升序):#includevoid BubbleSort(int *array,int num){ int i,j,temp; for(j=0;jarray[i]) //倒序就把...
阅读全文
posted @ 2016-01-03 01:07 陈玩玩
阅读(232)
评论(1)
推荐(0)
2015年12月24日
【DS】About Stack
摘要: 关于堆的数据结构实现(C语言)
阅读全文
posted @ 2015-12-24 03:01 陈玩玩
阅读(186)
评论(4)
推荐(0)
2015年12月23日
tips~function pointer
摘要: An simple example:#includeint plus(int a,int b){ return a+b;}int main(){ int (*func)(int,int); func=+ //point to the function ''plus(int...
阅读全文
posted @ 2015-12-23 11:13 陈玩玩
阅读(167)
评论(0)
推荐(0)
2015年10月19日
【markdown】指导手册(超齐全!)
摘要: markdown公式语法大全!!超赞!
阅读全文
posted @ 2015-10-19 01:04 陈玩玩
阅读(155)
评论(0)
推荐(0)
2015年9月12日
【Java】正则表达式
摘要: 正则表达式
阅读全文
posted @ 2015-09-12 01:26 陈玩玩
阅读(168)
评论(0)
推荐(0)
2015年9月9日
【Java】增强的for流程
摘要: 增强的for循环
阅读全文
posted @ 2015-09-09 02:05 陈玩玩
阅读(168)
评论(0)
推荐(0)
下一页
公告