这些天让一些概念和算法烦得不知所措,只能听从佛祖教诲的:放下,然后上csdn去,看了两篇关于c++的文章,这个年头,能这样拷问“茴”字多个写法的人不多了,在这里赞一下,但里面的一些东西还是没有挖掘干净,所以有了写一些东西的冲动.阅读全文>
发表于 @ 2008年02月14日 20:08:00|评论(loading...)|收藏
Use case association property sheet General tab.Specifies the object that the association leads from.You can use the tools to the riyonght of the list to create an object, browse the complete tree of available objects or view the properties of the currently selected object.Specifies the object that the association leads to You can use the tools to the right of the list to create an object, browse the complete tree of available objects or view the properties of the currently selected object.阅读全文>
发表于 @ 2007年09月04日 23:38:00|评论(loading...)|收藏
---------------------------
Microsoft Visual Basic
---------------------------
Can't edit module
---------------------------
确定 帮助
---------------------------
阅读全文>
发表于 @ 2007年05月18日 21:10:00|评论(loading...)|收藏
思考virtual析构,
最近同住的朋友忙着找工作,他C++的问题看了一堆,我也受其影响复习了一些C++知识, virtual析构听他说“点播率还挺高的”,所以拿来仔细研究,求个深解!阅读全文>
发表于 @ 2005年09月28日 17:27:00|评论(loading...)|编辑|收藏
压缩算法
[1] initialize string table;
[2] [.c.] ;
[3] output the string for to the charstream;
[4] = ;
[5] exist in the string table?
(yes:
output the string for to the charstream;
[...] ;
k ;
add [...]k to the string table;
;
)
(no:
[...] ;
k
)
[7] go to [5];
阅读全文>
发表于 @ 2005年07月15日 17:12:00|评论(loading...)|编辑|收藏