笔记之Cyclone IV第一卷第二章Cyclone IV器件中的嵌入式乘法器
分类:
其他好文 时间:
2014-08-28 00:50:48
阅读次数:
244
Cyclone IV第一卷第二章器件中的存储器模块
分类:
其他好文 时间:
2014-08-28 00:48:58
阅读次数:
318
黑金四代开发板,中央芯片采用ALTERA的cycloneIV E,此笔记是阅读altera官网资料的笔记
分类:
其他好文 时间:
2014-08-28 00:48:18
阅读次数:
314
Cyclone IV 第一卷第二章Cyclone IV器件的逻辑单元和逻辑阵,笔记部分为cycloneIV E部分的逻辑情况
分类:
其他好文 时间:
2014-08-28 00:44:18
阅读次数:
271
Description
Perhaps you all have heard the mythical story about Tower of Hanoi (The details of this story is not required to solve this problem): ?There
is a tower of Hanoi with 64 disks and ...
分类:
其他好文 时间:
2014-08-26 17:33:56
阅读次数:
309
本:1.0 日期:2014.8.16 2014.8.23 2014.8.26版权:© 2014 kince 转载注明出处 一、概述 开发中发现在WindowManager上像在Activity中使用动画效果无效,比如下面的代码: ImageView iv = new ImageView(this);
iv.setImageResource(R.drawable...
分类:
移动开发 时间:
2014-08-26 15:31:36
阅读次数:
376
一、SGI STL配置器简介
SGI STL的配置器与众不同,它与标准规范不同。如果要在程序中明确使用SGI配置器,那么应该这样写:
[cpp]
view plaincopyprint?
vectorint,std::alloc> iv;
他的名字是alloc,而且不接受任何参数。标准配置器的名字是allocator,而且可以接受参数。
SGI S...
分类:
其他好文 时间:
2014-08-26 11:49:26
阅读次数:
243
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1029这题就是一个大水题但应注意读懂题目意思这里不解释了我的AC代码#include#includeint hash[1000000];int main(void){ int n,i,a; wh...
分类:
其他好文 时间:
2014-08-24 20:41:02
阅读次数:
172
题目:uva10201 - Adventures in Moving - Part IV(01背包)
题目大意:一辆车要走D距离,然后它有个200L油箱,并且一开始有100L,现在给你一路上你会遇到的加油站,和这个加油站每升油的价钱,要求你最后到终点的时候油需要大于等于100L,问你加油最少的费用。如果到达不了目标地点就输出Impossible。
解题思路:首先要先到达这个加油...
分类:
其他好文 时间:
2014-08-23 23:04:01
阅读次数:
437
题目大意:
对一颗树上进行路径加减,然后询问单点的值。
思路分析:
简单的树链剖分模板题。
#include
#include
#include
#include
#pragma comment(linker,"/STACk:10240000,10240000")
#define maxn 50005
#define lson num<<1,s,mid
#define rs...
分类:
其他好文 时间:
2014-08-20 22:43:03
阅读次数:
292