自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

GodDices的专栏

记录一下而已,大神绕开。。

  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 细胞元自动机

前段时间看了一些数学。《混沌与分形--科学的新疆界》里讲了一些细胞元自动机的内容。这些细胞的模式很有趣,于是我把他们写成程序,以便研究,用c#写的winform有兴趣的同学可以参考这本书的第269页。生命游戏,又称生命棋,是英国数学家约翰·何顿·康威在1970年发明的细胞自动机。它最初于1970年10月在《科学美国人》杂志上马丁·葛登能的“数学游戏”专栏出现。在这个

2013-04-29 21:11:34 1085

原创 Expression 动态查询的 使用小结

Linq  Expression  的动态查询使用小结, 我也是根据这个大神的例子做的,并小结http://www.cnblogs.com/lyj/archive/2008/03/25/1122157.html命名空间 System.Linq.Expression以查询Customer 为例 ,增加一个Where条件 Expression whereExpression = E

2013-04-18 11:26:14 2418

三级PC技术资料和软件

这是我收集的各种资料,包括如何报名、上机软件、历年试题和教材资料等。适用于准备报考全国计算机等级考试三级PC技术的同学。

2010-09-19

我在练习VB时做的小游戏 五子棋

我在练习VB时做的小游戏,没有人机对战,主要是画线,画圆等、、,有些细节没有做,

2009-07-23

Windows核心编程EN

Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid understanding of the system's basic building blocks. Once you understand the basics, it's easy to incrementally add any higher-level aspects of the system to your knowledge. For example, I don't explicitly discuss the Component Object Model (COM) in this book. But COM is an architecture built using processes, threads, memory management, DLLs, thread local storage, Unicode, and so on. If you know these basic building blocks, understanding COM is just a matter of understanding how the building blocks are used. I have great sympathy for people who attempt to jump-start into learning COM's architecture. They have a long road ahead and are bound to have gaping holes in their knowledge, which is bound to negatively affect their code and their schedules. So that's what this book is all about: the basic Windows building blocks that every Windows developer (at least in my opinion) should be intimately aware of. As each block is discussed, I also describe how the system uses these blocks and how your own applications can best take advantage of these blocks. In many chapters, I show you how to create building blocks of your own. These building blocks, typically implemented as generic functions or C++ classes, group a set of Windows building blocks together to create a whole that is much greater than the sum of its parts.

2009-06-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除