码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
UML基本架构建模--通用机制的术语和概念(二)
?? Notes 备注   A note that renders a comment has no semantic impact, meaning that its contents do not alter the meaning of the model to which it is attached. This is why notes are used to spe...
分类:其他好文   时间:2015-03-05 08:06:30    阅读次数:165
notes: the architecture of GDB
1. gdb structureat the largest scale,GDB can be said to have two sides to it:1. The "symbol side" is concerned with symbolic information about the pro...
分类:数据库   时间:2015-03-05 00:05:58    阅读次数:294
BZOJ 1531 POI2005 Bank notes 多重背包
题目大意:多重背包 一大早就水了个题233 #include #include #include #include #define M 20200 using namespace std; int n,k,b[220],c[220]; int f[M]; int main() { int i,j,k; cin>>n; for(i=1;i<=n;i++) scanf("%d",...
分类:其他好文   时间:2015-03-03 08:38:14    阅读次数:142
UVA 401
//Notes: 1、每个结果最后有2个\n\n 2、'A'->'A' 'B'->' ' 'E'->'3' 3、0与O要一样#include using namespace std;#include #include #include #include string str0 = "_A...
分类:其他好文   时间:2015-02-24 17:30:01    阅读次数:108
Notes on view-dependent Catmull-Clark subdivision surfaces
-Since we perform elimination afterevery step of subdivision, the only hanging nodes that we encounterare those where the level of subdivision differs...
分类:其他好文   时间:2015-02-23 17:48:51    阅读次数:144
Introduction - Notes of Data Mining
Notes of Data Mining Introduction Jiawei Han的Pattern Discovery课程笔记...
分类:其他好文   时间:2015-02-16 14:18:17    阅读次数:122
iOSCompile
https://wiki.videolan.org/iOSCompileiOSCompile Contents [hide] 1 Development environment 2 Get the source 3 Build it 4 Deploy 5 Send patches 6 Notes 6...
分类:移动开发   时间:2015-02-15 14:59:28    阅读次数:167
current status of the installation and the internationalization of Samba 3.0
Only about 8 months from release of Samba 3.0.0, there is beginning to be the transition from 2.2.x. Here again, I will explain the Notes on new featu...
分类:其他好文   时间:2015-02-13 00:05:36    阅读次数:259
SQL Server性能优化:subquery VS joins
在数据库中创建表如下,统计每个Task对应的TaskNote有多少条?第一种解决方案:select t.TaskId, (select count(n.ID) from TaskNote n where n.TaskId = t.TaskId) 'Notes', --exec ever...
分类:数据库   时间:2015-02-12 22:39:41    阅读次数:263
Stanford CS1 Compilers PA2J notes
【题记·碎碎念】斯坦福这门Compilers原本放在Coursera上,当年错过档期很是可惜,后来发现他们自己的MOOC站放了一个self paced版本,真是普大喜奔,趁着放假有空学学。这门课的分量可以很轻,亦可很重。self-paced版本如果你只是看看视频,做做quiz,那么很简单,根据课程介...
分类:其他好文   时间:2015-02-12 20:08:36    阅读次数:367
1141条   上一页 1 ... 90 91 92 93 94 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!