码迷,mamicode.com
首页 >  
搜索关键字:assignments    ( 86个结果
ZOJ 1755 && POJ 1547 Clay Bully(简单排序+map容器)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1755 题意:Ms. Terry is a pre-school art teacher who likes to have her students work with clay. One of her assignments is to form a lump...
分类:编程语言   时间:2015-01-27 20:22:45    阅读次数:310
几款不错的VisualStudio2010插件
1、Gradient Selection这个插件能使VisualStudio的高亮文本看起来是类似Blend的那样的效果,看起来更加舒服2、LineAdornments这个插件可以高亮光标所在的行,很多人非常喜欢这一效果。3、Align Assignments代码格式化的功能非常强大4、Go To ...
分类:其他好文   时间:2015-01-22 21:33:33    阅读次数:138
sourceinsight配置
1.一般地,全选快捷键是Ctrl+A,但是在刚安装好的sourceinsight上发现不是这样的,于是进到Options->Key Assignments查看:发现Ctrl+A是保存所有的意思。于是为了符合一贯思路,把该快捷键删除了。然后,搜索 select all, 设置快捷键就可以了。其他地,等...
分类:其他好文   时间:2015-01-20 20:23:18    阅读次数:172
用Quartus自动分配引脚
具体做法如下:1打开一个已经分配好引脚的DE2工程,应该选择使用引脚比较多的DE2工程, 比如DE2演示光盘上的DE2_Top。2点击Assignments 菜单下的Pins 菜单项, 打开引脚分配界面, 点击File菜单下的Export菜单项,打开引脚导出对话框, 选择导出文件类型为Tcl。3在一...
分类:其他好文   时间:2014-12-23 21:04:53    阅读次数:229
C# - readonly
The readonly keyword is a modifier that you can use on fields. When a field declaration includes a readonly modifier, assignments to the fields introduced by the declaration can only occur as part of...
分类:Windows程序   时间:2014-11-25 16:38:19    阅读次数:260
verilog behavioral modeling--procedural continous assignment(不用)
assign / deassginforce /releasethe procedural continuous assignments(using keywords assign and force) are procedural statements that allow expressions...
分类:其他好文   时间:2014-11-04 19:19:18    阅读次数:210
verilog behavioral modeling --procedural assignments
1.procedural assignments are used for updating reg ,integer , time ,real,realtime and memory data types.2.difference between procedural assignments an...
分类:其他好文   时间:2014-11-04 14:41:34    阅读次数:217
HDU 3661-Assignments(贪心)
Assignments Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1554    Accepted Submission(s): 716 Problem Description In a factory, t...
分类:其他好文   时间:2014-10-18 22:28:01    阅读次数:341
Programming Assignment 2: Randomized Queues and Deques
问题详述:http://coursera.cs.princeton.edu/algs4/assignments/queues.htmlDequeue. A double-ended queue or deque (pronounced "deck") is a generalization of a...
分类:其他好文   时间:2014-10-12 13:17:48    阅读次数:244
Programming Assignment 1: Percolation
问题描述可以详见:http://coursera.cs.princeton.edu/algs4/assignments/percolation.html关于QuickFindUF的javadoc:http://algs4.cs.princeton.edu/15uf/QuickFindUF.java....
分类:其他好文   时间:2014-10-10 23:12:54    阅读次数:1583
86条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!