`
tousin
  • 浏览: 8164 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
有没有和我一样喜欢分析自己的通讯数据的朋友,最近做了一款相关的应用,很粗糙,放在360上有一周了,感觉有这方面需求的人不是很多,哈哈。请大家支持一下,顺便提点儿意见。   http://zhushou.360.cn/detail/index/soft_id/2686177
JPEG 标记码标准        在网上很难找到全部的标记码,特意查了文献,贴在这里方便大家。   分配的标记码 标记 描述
#include "StdAfx.h" #include "KMP.h" KMP::KMP(void) { str = "dasfqwerfadfaslkfjoijmqwemlkefadfaslk"; substr = "fadfas"; this->next = new int[strlen(this->substr)+1]; } KMP::~KMP(void) { delete this->next; } void KMP::run() { ...
题目: Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'. A region is captured by flipping all 'O's into 'X'
题目: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For example, given s = "aab",Return [ ["aa","b"], ["a","a","b"] ] 代码: publi ...
md5是128位hash码(4个整数,每个整数4个字节)。我们假设它的计算结果是足够随机和足够分散的。因此,一个文件的md5码,有2的 128次方(用2^128表示,下面都用这种方式表示)个可能。进而我们知道,随意找出来的两个文件的md5 ...
最近朋友介绍了一个WEBOS网站,应该大部分是用JS实现的,做的还不错,值得借鉴一下。 不过需要邀请码,但只要输入 jimi就可以通过。至于为什么是这个,我是相当不解呀,难道 jimi = 机密? 网站链接:http://www.uflamingo.com 先放一个截图吧 我简单看了一下,这个系统有几个JS实现的应用,音乐播放器,视频播放器,微博盒,游戏平台 貌似他们并没有使用extJS,JQuery ,反正我是没找到相关文件 没想到这么多人来看我的这个帖子。今天又问了一下朋友,得知这个WEBOS是由华中科技大学一批人做的,应该属于研究型系统吧,希望这样的系统最后可以开源,这样大家 ...
Global site tag (gtag.js) - Google Analytics