码迷,mamicode.com
首页 > 2014年08月17日 > 全部分享
汉澳sinox2014最佳硬件配置
汉澳sinox2014并不支持所有的硬件,为了得到最佳体验,推荐购置新机子的配置 CPU 英特尔 Xeon E3-1230 V2 (四核) //实际上是八核心 主板 华硕 B75M-PLUS (Intel B75 (Panther Point-M Enahnced)) //内置网卡声卡 内存 32 GBytes //海盗船内存条,8G估计够了 显卡 NVIDIA(英伟达) GeForce...
分类:其他好文   时间:2014-08-17 09:11:21    阅读次数:327
Tree Operations 打印出有向图中的环
题目: You are given a binary tree with unique integer values on each node. However, the child pointers on each node may point to any other node in the tree including itself, introducing cycles into the...
分类:其他好文   时间:2014-08-17 09:11:11    阅读次数:301
Warm up 2
hdu4619:http://acm.hdu.edu.cn/showproblem.php?pid=4619题意:题目大意:给你两种纸牌 ,一种水平放置共有n张 ,一种竖直放置共有m张。水平放置的纸牌占据点(x, y)和(x + 1 , y) , 竖直放置的纸牌占据点(x , y) 和 (x , y...
分类:其他好文   时间:2014-08-17 09:10:41    阅读次数:320
如何使用js日历控件
在做注册表单的时候,了解了如何使用js日历控件 其实在这个日历的控件中,还有很多方法可以根据需要调用,有空可以进行探索探索详见http://www.cnblogs.com/yank/archive/2008/08/14/1267746.html,有六种不同款式的日历控件
分类:Web程序   时间:2014-08-17 09:10:31    阅读次数:266
ubuntu 14.04 firefox install flash-plugin
ubuntu can't play audio and vedio. because flash-plugin haven't install. so , do it.sudo apt-get install flashplugin-installerok. done !
分类:其他好文   时间:2014-08-17 09:10:11    阅读次数:178
SQL Server 2008重新保存表时出错
在使用SQL Server 2008时,修改了表的字段名和类型名之后,点击保存按钮之后出现如下对话框:解决方法:点击Tools-->Options,在出现的对话框中点击Designers-->Table and Dababase Designers,出现如下画面,将右边的“Prevent savin...
分类:数据库   时间:2014-08-17 09:10:02    阅读次数:249
Square spiral
Square spiralNikola picks up a strange circuit board. All of its elements are connected in a spiral and it is possible to connect the neighboring elem...
分类:其他好文   时间:2014-08-17 09:09:51    阅读次数:411
(比较WXS师兄的)USB 同步传输和异步传输固件的区别
比较WXS师兄同步传输固件和异步传输固件的区别,发现dscr.a51、fw.c文件完全一致,tcxmaster.c有一行存在区别,位于初始化函数TD_Init(void)中: 在同步固件中:IFCONFG=0x03;//0000 0011 在异步固件中:IFCONFG=0xCB;//1100 101...
分类:其他好文   时间:2014-08-17 09:09:41    阅读次数:202
HTML5学习资料推荐
1、Html 5文档 2、Html 5中国 3、HTML5中文网 4、Html 5研究小组...
分类:Web程序   时间:2014-08-17 08:08:11    阅读次数:147
[Backbone]Make Backbone Better With Extensions
Make Backbone Better With Extensions...
分类:其他好文   时间:2014-08-17 08:08:01    阅读次数:242
【ThinkingInC++】23、一个袖珍的C库
/** * 功能:一个袖珍的C库 * 时间:2014年8月17日08:05:26 * 作者:cutter_point */ //这个头文类似一个C的库 #ifndef CLIB_H_INCLUDED #define CLIB_H_INCLUDED typedef struct CStashTag { int size; //每个小空间的大小 int quantit...
分类:编程语言   时间:2014-08-17 08:07:51    阅读次数:234
zoj 2913 Bus Pass (BFS)
Bus PassTime Limit:5 Seconds Memory Limit:32768 KBYou travel a lot by bus and the costs of all the seperate tickets are starting to add up.Therefore y...
分类:其他好文   时间:2014-08-17 08:07:21    阅读次数:296
用于显示上个月和下个月_PHP
/** * 用于显示上个月和下个月 * @param int $sign 1:表示上个月 0:表示下个月 * @return string */ function GetMonth($sign="1"){ ...
分类:Web程序   时间:2014-08-17 08:07:11    阅读次数:257
Hackerrank--Stock Maximize(DP Practice)
题目链接Your algorithms have become so good at predicting the market that you now know what the share price of Wooden Orange Toothpicks Inc. (WOT) will be...
分类:其他好文   时间:2014-08-17 08:07:01    阅读次数:238
如何实现Windows Phone代码与Unity相互通信(插件方式)
原地址:http://www.cnblogs.com/petto/p/3915943.html一些废话原文地址:http://imwper.com/unity/petto/%E5%A6%82%E4%BD%95%E5%AE%9E%E7%8E%B0windows-phone%E4%BB%A3%E7%A0...
分类:Windows程序   时间:2014-08-17 08:06:51    阅读次数:351
Hadoop2.2.0安装过程记录
1 安装环境1.1 客户端1.2 服务端1.3 安装准备 2 操作系统安装2.1.1 BIOS打开虚拟化支持2.1.2 关闭防火墙2.1.3 安装VNC3 JAVA安装 3.1 配置目的3.2 配置过程3.3 结果验证4 主机名配置4.1 配置目的4.2 配置过程4.3 结果验证5 增加hadoop...
分类:其他好文   时间:2014-08-17 06:02:33    阅读次数:969
序列化笔记之一:Google的Protocol Buffer格式分析
从公开介绍来看,ProtocolBuffer(PB)是google 的一种数据交换的格式,它独立于语言,独立于平台。作为一个学了多年通信的人,ProtocolBuffer在我看来是一种信源编码。所谓信源编码,就是将待传输的信源符号经过某种变换,转换成码流进行传输的这个变换过程。信源编码可分为两类:有...
分类:其他好文   时间:2014-08-17 06:02:11    阅读次数:285
1128条   上一页 1 ... 56 57 58 59 60 61 62 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!