1.bash指令中的通配符:1)*:任意字符2)?:一个字符3)[]:中括号中的一个字符,如有“-”,则代表连续的字母或数字中的一个4)[^]:取反,即一个不在中括号中的字符的字符。2.bash环境下的特殊符号:1)#:注释符号2)\:跳脱符号,将特殊字符或通配符还原成一般字符3);:..
分类:
其他 时间:
2014-12-25 06:37:43
收藏:
0 评论:
0 赞:
0 阅读:
319
构造实体几何CSG全称Constructive solid geometry,是3D计算机图形学中构建模型的常用技术,可通过合并Union、相减Subtraction和相交Intersction的三种取集的逻辑运算,将立方体、圆柱体和棱柱等简单的基础模型,嵌套组合成更复杂三维模型。
CSG的算法这些年来已有各种语言平台版本实现,C++版主流的是 http://opencsg.org/ 已有众多基于该开源类库的应用案例,JavaScript语言较早版实现 http://evanw.github.io/csg....
分类:
Web开发 时间:
2014-12-25 06:36:36
收藏:
0 评论:
0 赞:
0 阅读:
348
只是驻足窗外,看看灯光摇曳下北方浓郁特色的雾霾,就已经是新一天的第一个小时了。毫无睡意,忽的想写点什么,很自然的打开电脑,带上耳麦听着舒缓的吉他曲,写写自己的一些认识或者说感悟吧。
今天是平安夜,不对准确的说应该是昨天,因为此时已经算是圣诞节的日子了。没有人提醒我的话,我还真想不起来这么个老外的节日。当看到微信的N多好友发来的节日祝福,下意识的为了取消红点,直接滑动删除。说是节日快乐,我很好奇这...
分类:
其他 时间:
2014-12-25 06:36:26
收藏:
0 评论:
0 赞:
0 阅读:
250
前段时间大概了解了LTE的网络架构,接下来,我们来了解一下TD的网络架构。
本想配一张更直观的图,但是经过LTE网络架构的学习之后,觉得从网上找的如下这张图,就很直观了,当然要是大家有更好的图,欢迎跟帖上来。
UE是终端设备,可以理解为类似手机等移动终端设备,但实际上它包含射频处理单元,基带处理单元,协议栈模块及应用层软件模块。从上图可以看出,UE通过Uu接口与网络设备进行数据交互,为...
分类:
其他 时间:
2014-12-25 06:36:16
收藏:
0 评论:
0 赞:
0 阅读:
422
Given n items with size A[i], an integer m denotes the size of a backpack. How full you can fill this backpack?NoteYou can not divide any item into sm...
分类:
其他 时间:
2014-12-25 06:34:58
收藏:
0 评论:
0 赞:
0 阅读:
200
思路一定要清晰!/* * Author: Bingo * Created Time: 2014/12/25 3:45:35 * File Name: uva12563.cpp */#include #include #include #include #include #include #inc.....
分类:
其他 时间:
2014-12-25 06:34:46
收藏:
0 评论:
0 赞:
0 阅读:
261
Given a matrix of lower alphabetsand a dictionary.Find all words in the dictionary that can be found in the matrix. A word can start from any position...
分类:
其他 时间:
2014-12-25 06:34:38
收藏:
0 评论:
0 赞:
0 阅读:
1341
依云posted @2 年前in网络with tagspython网络socatUDP, 7095 阅读本文来自依云's Blog,转载请注明。两台没有外网 IP、在 NAT 后边的主机如何直连?UDP打洞通常可行,但是需要第三方服务器。方法如下:在服务器 S 上监听一个 UDP 端口,在收到 UD...
分类:
其他 时间:
2014-12-25 06:34:26
收藏:
0 评论:
0 赞:
0 阅读:
330
题目:(DP ,BackTracking, String)Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more...
分类:
其他 时间:
2014-12-25 06:34:17
收藏:
0 评论:
0 赞:
0 阅读:
307
Calculate the an% b where a, b and n are all 32bit integers.ExampleFor 231 % 3 = 2For 1001000 % 1000 = 0ChallengeO(logn)Solution: 1 class Solution { 2...
分类:
其他 时间:
2014-12-25 06:34:07
收藏:
0 评论:
0 赞:
0 阅读:
1964
出处:http://blog.163.com/gwo-cce@126/blog/static/325736492008101142422345/这是手册里写的总是产生变量包含有原始的 POST 数据。否则,此变量仅在碰到未识别 MIME 类型的数据时产生。不过,访问原始 POST 数据的更好方法是 ...
分类:
Web开发 时间:
2014-12-25 06:33:56
收藏:
0 评论:
0 赞:
0 阅读:
256
Stat2.2x Probability(概率)课程由加州大学伯克利分校(University of California, Berkeley)于2014年在edX平台讲授。PDF笔记下载(Academia.edu)Summary$$P(A\cap B)=P(B | A)\cdot P(A)$$ $...
分类:
其他 时间:
2014-12-25 06:33:48
收藏:
0 评论:
0 赞:
0 阅读:
446
http://cn.cocos2d-x.org/tutorial/show?id=1507http://cn.cocos2d-x.org/tutorial/show?id=1447http://blog.sina.com.cn/s/blog_71ad028b0101ms4n.html代码加密,1.到...
分类:
其他 时间:
2014-12-25 06:33:37
收藏:
0 评论:
0 赞:
0 阅读:
1055
1. 记事本写C#,脱离vs新建记事本,名字为 helloworld.csusing System;namespace Hello{ public class HelloWorldSay{ static void Main(){ Console.WriteL...
分类:
Windows开发 时间:
2014-12-25 06:33:26
收藏:
0 评论:
0 赞:
0 阅读:
296
(1)绑定模式: Content={binding UserName}:理解成绑定关系,而不是赋值关系Content={binding UserName}xaml代码等价于下面的两条语句:Bingding bingding = new Binding("UserName"){Source=docto...
分类:
Windows开发 时间:
2014-12-25 06:33:21
收藏:
0 评论:
0 赞:
0 阅读:
273
构造实体几何CSG全称Constructive solid geometry,是3D计算机图形学中构建模型的常用技术,可通过合并Union、相减Subtraction和相交Intersction的三种取集的逻辑运算,将立方体、圆柱体和棱柱等简单的基础模型,嵌套组合成更复杂三维模型。
CSG的算...
分类:
Web开发 时间:
2014-12-25 06:33:06
收藏:
0 评论:
0 赞:
0 阅读:
378
题目:(Stack, String)Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click ...
分类:
其他 时间:
2014-12-25 06:33:01
收藏:
0 评论:
0 赞:
0 阅读:
284
平安夜了,我们还在这里辛苦地赶代码,整个人都不好了。。。今天的团队任务总结如下:团队成员今日团队工作陈少杰寻找大神帮助,调试网络连接王迪建立搜索的UI界面,把算法加入进去金鑫调试网络连接,查阅相关的资料雷元勇把搜索代码加入UI界面中高孟烨美化界面,准备和后台的连接李承晗查询相关的资料,对网络连接进行...
分类:
其他 时间:
2014-12-25 06:32:46
收藏:
0 评论:
0 赞:
0 阅读:
282
被观察者subject可以注册或取消注册观察者,也能给观察者发送notification。观察者收到notification后就update listview。未完待续... public void notifyDataSetChanged() { mDataSetObservable...
分类:
其他 时间:
2014-12-25 06:32:36
收藏:
0 评论:
0 赞:
0 阅读:
298
In data structure Hash, hash function is used to convert a string(or any other type) into an integer smaller than hash size and bigger or equal to zer...
分类:
其他 时间:
2014-12-25 06:32:28
收藏:
0 评论:
0 赞:
0 阅读:
314