2006年06月
Computing power and network bandwidth have increased dramatically over the past decade. However, the design and implementation of complex software remains expensive and error-prone. Much of the cost and effort stems from the continuous re-discovery and re-invention of core concepts and components across the software industry. In particular, the growing heterogeneity of hardware architectures and diversity of operating system and communication platforms makes it hard to build correct, portable, e阅读全文>
发表于 @ 2006年06月22日 23:25:00|评论(loading...)|编辑
cacm guest editorial on software patterns.关于设计模式的一个文章。总结过去,展望未来!阅读全文>
发表于 @ 2006年06月22日 23:22:00|评论(loading...)|编辑
怎么修改cedit控件的右键菜单!很简单,但很实用!
没有翻译的!千万不要骂我哈!:)摘自www.codeproject.com阅读全文>
发表于 @ 2006年06月21日 00:12:00|评论(loading...)|编辑
this chapter is form codeproject(http://www.codeproject.com/cpp/static_cast.asp)!it see greater!maybe the same to you !enjoy it阅读全文>
发表于 @ 2006年06月19日 22:51:00|评论(loading...)|编辑
解答:本人没有acm经验只能用自己的朴素的理解来解答这个问题,希望高手多指教!
这道题是最优值的问题!就要在满足第N+2行点菜条件下,并且最后的人均的价格最接近12。00元的,就是答案!我们用枚举的方法来解。就是对所有的菜进行组合,如果其中的一个组合满足条件,并且在所有满足条件的组合中最接近12.00,这就是我们想要的答案!如果计算全部组合,算法的时间复杂度会是O(n!) !但只要加一些限制的条件,就可以提高算法的效率!阅读全文>
发表于 @ 2006年06月18日 19:49:00|评论(loading...)|编辑
百度之星,初赛第一题 1.百度语言翻译机 !代码在vc6.0 +win 2003通过测试,
我还是初学者代码可能写的不好,请见谅,有问题,欢迎留言讨论:)阅读全文>
发表于 @ 2006年06月17日 23:27:00|评论(loading...)|编辑
The extended attribute syntax for specifying storage-class information uses the __declspec keyword, which specifies that an instance of a given type is to be stored with a Microsoft-specific storage-class attribute listed below. Examples of other storage-class modifiers include the static and extern keywords. However, these keywords are part of the ANSI specification of the C and C++ languages, and as such are not covered by extended attribute syntax. The extended attribute syntax simplifies阅读全文>
发表于 @ 2006年06月15日 00:50:00|评论(loading...)|编辑
The fates were clearly smiling on the hosts of the 2006 FIFA World Cup Germany™. Pitted against Costa Rica, Poland and Ecuador, the Mannschaft face three capable teams, but they are surely well equipped to negotiate their way through to the knock-out stages. The key, of course, will be to not underestimate their opponents, a lesson both France and Argentina learned to their cost in 2002. For their part, the Poles and Ecuadorians will be confident after impressive qualification campaigns, while C阅读全文>
发表于 @ 2006年06月14日 22:55:00|评论(loading...)|编辑
命运女神对2006国际足联世界杯东道主微笑。和哥斯达黎加、波兰及厄瓜多尔队分在一组,约根·克林斯曼率领的德国队应该肯定能从小组出线进入淘汰阶段的比赛。当然,关键是不要低估对手——法国和阿根廷队已经从2002年世界杯上的失败中汲取教训了。波兰队和厄瓜多尔队在预选赛后显得自信了,而哥斯达黎加队已经在1990世界杯赛上显示了他们搅局的能力。 阅读全文>
发表于 @ 2006年06月14日 22:54:00|评论(loading...)|编辑
在下半场47分钟的时候,澳大利亚3:1领先,
全男生院,有人砸玻璃了!
希丁克,是个神奇的教练阅读全文>
发表于 @ 2006年06月12日 22:52:00|评论(loading...)|编辑
在下半场41分钟的时候,澳大利亚2:1领先,全男生院,欢呼,大骂小日本,比自己进球还高兴!阅读全文>
发表于 @ 2006年06月12日 22:50:00|评论(loading...)|编辑
欲学COM之必读书籍---《COM技术内幕》
书名:《COM技术内幕》
英文原名:《Inside COM》
作者:(美)Dale Rogerson
Microsoft Press 1997
中文译者:杨秀章
清华大学出版社 1999年3月第1版
定价:50.00元(带光盘)
.................................阅读全文>
发表于 @ 2006年06月12日 22:27:00|评论(loading...)|编辑
首先声明本人并非COM/ATL高手,尽管本人接触他们已经有4年了,但是因为工作中的一些原因一直未能深入研究和广泛的实际的使用它们。不过回想学习它们的痛苦经历,实在是有点不堪回首。在此仅以此文和大家探讨一下学习它们的路径,以让后来人少走弯路。
我个人认为学习COM是一件不简单的事情,只有一步一个脚印踏踏实实的理解每个观点和理论才能真正懂得其精髓。阅读全文>
发表于 @ 2006年06月12日 13:43:00|评论(loading...)|编辑