会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
时间刺客
不完整,有选择
博客园
首页
新随笔
联系
订阅
管理
2015年12月6日
sublinear function
摘要: from wikipediathe concept of sublinear function in CS and Mathematics is different.Every sublinear function is aconvexfunctional
阅读全文
posted @ 2015-12-06 17:40 时间刺客
阅读(226)
评论(0)
推荐(0)
编辑
paper中一些常见语及用法积累
摘要: 2015-12-061. without loss of generality2. assume that3. note that
阅读全文
posted @ 2015-12-06 14:21 时间刺客
阅读(183)
评论(0)
推荐(0)
编辑
2015年12月4日
主机序与网络序
摘要: 注意到两者的基本单元都是字节,也就是说它们的差别是字节之间的顺序不同,而非字节内部的顺序不同.即每个存储单元的值不被改变。一个常见的误区是一位是位的顺序不同。但在存储时,我们是一般是按存储单元(一般1字节,8bit)进行存储的.所以这里如果讲位意义不大。
阅读全文
posted @ 2015-12-04 03:20 时间刺客
阅读(178)
评论(0)
推荐(0)
编辑
2015年12月2日
¥#@!@#¥%
该文被密码保护。
阅读全文
posted @ 2015-12-02 16:29 时间刺客
阅读(0)
评论(0)
推荐(0)
编辑
2015年12月1日
蜂窝状网络
摘要: 蜂窝网络或移动网络(Cellular network)是一种移动通信硬件架构,把移动电话的服务区分为一个个正六边形的小子区,每个小区设一个基站,形成了形状酷似“蜂窝”的结构,因而把这种移动通信方式称为蜂窝移动通信方式。蜂窝网络被广泛采用的原因是源于一个数学结论,即以相同半径的圆形覆盖平面, 当圆心处...
阅读全文
posted @ 2015-12-01 16:36 时间刺客
阅读(344)
评论(0)
推荐(0)
编辑
万维网
摘要: 定义: 是一个由许多互相链接的超文本组成的系统,通过互联网访问。 (TheWorld Wide Web(www) is anopen sourceinformation spacewhere documents and otherweb resourcesare identified byU...
阅读全文
posted @ 2015-12-01 11:31 时间刺客
阅读(272)
评论(0)
推荐(0)
编辑
2015年11月29日
OpenJude_1.1.9 字符菱形
摘要: 1. 题目2. 答案 1 #include 2 using namespace std; 3 4 int main() 5 { 6 char c; 7 cin >> c; 8 cout << " " << c << endl; 9 cout << " " << c...
阅读全文
posted @ 2015-11-29 19:25 时间刺客
阅读(307)
评论(0)
推荐(0)
编辑
visual studio 快捷键
摘要: 1. alt + 上 下 #当前行上(下)移
阅读全文
posted @ 2015-11-29 19:23 时间刺客
阅读(117)
评论(0)
推荐(0)
编辑
OpenJude_1.1.10 超级玛丽游戏
摘要: 1. 题目2. 个人答案 1 #include 2 using namespace std; 3 4 int main() 5 { 6 7 cout << " ********\n"; 8 cout << " *****...
阅读全文
posted @ 2015-11-29 19:04 时间刺客
阅读(549)
评论(0)
推荐(0)
编辑
git bash 的命令
摘要: git clone https://github.com/JasonCheung2012/learngit.git #版本库网址git add zhangjiethu.txtgit commit -m "add a file"git push -u origin master #将你本地的仓库提交...
阅读全文
posted @ 2015-11-29 15:36 时间刺客
阅读(608)
评论(0)
推荐(0)
编辑
下一页
公告