码迷,mamicode.com
首页 >  
搜索关键字:permutations ii    ( 7008个结果
做uart 实验时,run configure 只能选择jtag_uart 而没有uart
使用的是nios ii 13 版本。直接在nios 软件上运行时程序能够执行,其中已经配置了stdin stderr stdout为jtag_uart。run configure 里面的byte stream device 自动选择jtag_uart。改变程序与stdin stdout stderr...
分类:其他好文   时间:2014-10-13 01:05:18    阅读次数:390
nios ii 13 主程序的函数可以用Open Declaration 查看,但是编译的时候却说 undefined reference to 。。。这是为什么?
在做12864 ip 核试验时,写了三个文件第一个是时序文件QC12864.v第二个是QC12864.H这个文件主要包括声明和宏定义,第三个文件是QC12864.c这个文件包含函数的定义。详细的请看http://www.cnblogs.com/yuphone/archive/2010/03/25/1...
分类:移动开发   时间:2014-10-13 00:49:08    阅读次数:276
修改quartus 配置rom时memory很小的问题。
我用的是quartus ii 13版本的仿真软件,在做VGA实验时显示用到640*480的图片所以就需要307200*1bit的rom。但是坑爹的megawizard- plug-in-manager最大可以生成的rom只有65536*1bit。如图一和图二所示。这里说一说怎么增加rom的大小,先按...
分类:其他好文   时间:2014-10-12 23:41:08    阅读次数:267
在做nios ii uart232 实验时出现undefined reference to `fclose'等错误。
程序如下#include#include#include"system.h"intmain(){char*msg="Detectedthecharacter't'.\n";FILE*fp;charprompt=0;printf("PleaseEntersomecharacters:\n");fp=f...
分类:移动开发   时间:2014-10-12 23:17:38    阅读次数:327
hdoj 2183 奇数阶魔方(II) 【模拟】+【规律】
比赛的时候花了一个多小时还是没做出来 分析:观察得到:最中间是(n*n+1)/2, 中间的上面是n*n,下面是1, 左边是n,右面是(n*n+1)-n,而且正对角线是最左上对到最右下端增加(+1),另外一条对角线是最右上到最左下递减(-n) ,其他对角线也是这样的规律。 难点:模拟的时候数据有点杂,很容易搞错,要细心点。 心得:做题的时候要先确定思路是正确的,并且要履好思路之后在敲代码。 ...
分类:其他好文   时间:2014-10-12 20:52:38    阅读次数:226
2 Unique Binary Search Trees II_Leetcode
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.For example,Given n = 3, your program should return all ...
分类:其他好文   时间:2014-10-12 19:12:18    阅读次数:158
JavaAnnotation和反射简化开发
Part I我并不是在卖弄自己的英语有多少的了不起,只不过对Annotation这一次的解释真的很懊恼,“注解”和“注释”这两个对Annotation的翻译我听着不爽,所以全文都用Annotation来表示。Part II相信Java的开发人员对Annotation这个名词一定是非常的熟悉了,如今许...
分类:编程语言   时间:2014-10-12 13:37:48    阅读次数:283
leetcode dfs Subsets II
Subsets II  Total Accepted: 19243 Total Submissions: 71148My Submissions Given a collection of integers that might contain duplicates, S, return all possible subsets. Note: Elements...
分类:其他好文   时间:2014-10-12 11:47:57    阅读次数:190
Leetcode: Permutation Sequence
The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,We get the following sequence ...
分类:其他好文   时间:2014-10-12 10:10:07    阅读次数:217
Huffman Algorithm (ii) 计算字符权重
/* *========================================================== * Filename : cw.cpp * Description : * * Author : RollStone (rs), jeal...
分类:其他好文   时间:2014-10-11 23:20:46    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!