码迷,mamicode.com
首页 >  
搜索关键字:bit reversal    ( 10533个结果
Mac Cmake OpenGL(Glut)
Main.cpp #include #include /* for exit */ using namespace std; static void display() { glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_POLYGON); glVertex2f(-0.5, -0.5); glVertex2f(-0.5, 0.5); ...
分类:系统相关   时间:2014-11-02 13:52:48    阅读次数:348
benchmark suites
combinatorial problemstravling salesman problemCARPLib()bit stringsnumerical problemmulti-objective optimizationdynamic optimizationdata mininggenetic...
分类:其他好文   时间:2014-11-02 13:39:32    阅读次数:118
HRBUST2030(dfs)
成语接龙 Time Limit: 1000 MS Memory Limit: 32768 KB 64-bit integer IO format: %lld , %llu Java class name: Main [Submit] [Status] [Discuss] 题目链接:http://acm.hrbust.edu.cn/vj/index.php?c=problem-p...
分类:其他好文   时间:2014-11-02 12:31:50    阅读次数:276
ORA-12705: Cannot access NLS data files or invalid environment specified
Entironment ================================================ Windows 7 Ultimate x64 Oracle 11g Release 2 (11.2) for Microsoft Windows x64 (64-Bit) Toa...
分类:数据库   时间:2014-11-02 12:03:51    阅读次数:216
HRBUST1589(数学递推)
彩桥 Time Limit: 1000 MS Memory Limit: 32768 KB 64-bit integer IO format: %lld , %llu Java class name: Main [Submit] [Status] [Discuss] 题目链接: Description Cc用了药水之后状态全满,现在出现在他们眼前的是一个悬崖...
分类:其他好文   时间:2014-11-02 10:48:29    阅读次数:238
SPOJ 375. Query on a tree (树链剖分)
Query on a treeTime Limit:5000msMemory Limit:262144KBThis problem will be judged on SPOJ. Original ID:QTREE64-bit integer IO format:%lld Java class na...
分类:其他好文   时间:2014-11-01 14:47:17    阅读次数:182
POJ 2253 Frogger
FroggerTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:225364-bit integer IO format:%lld Java class name:MainFre...
分类:其他好文   时间:2014-11-01 11:35:32    阅读次数:250
树的序列化
1. BST只保存preorder或者postorder就够了,递归有O(n^2)和O(n)算法。非递归有利用栈的O(n)算法。2. Complete binary treelevel traversal就行了。3. Full binary tree用一个bit来保存该结点是internal nod...
分类:其他好文   时间:2014-10-31 21:53:15    阅读次数:253
TCP/IP数据包格式详解-包括数据链路层的头部
图中括号中的数字代表的是当前域所占的空间大小,单位是bit位。 黄色的是数据链路层的头部,一共14字节 绿色的部分是IP头部,一般是20字节 紫色部分是TCP头部,一般是20字节 最内部的是数据包内容 黄色部分:链路层 目的MAC:当前step目的主机的mac地址 源MAC:当前step的源主机的mac地址 类型:指定网络层所用的协议类型,通常是IP...
分类:其他好文   时间:2014-10-31 19:08:32    阅读次数:268
POJ 2175 Evacuation Plan
Evacuation PlanTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:217564-bit integer IO format:%lld Java class name...
分类:其他好文   时间:2014-10-31 11:42:03    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!