-
-
mbcfinmix.rar
MODEL-BASED FINITE MIXTURES USING THE EM ALGORITHM的matlab实现
-
-
-
GreadySnake(MVC).rar
MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输入,控制用户界面数据显示及更新Model对象状态的部分。本程序尝试用MVC模式制作了一个简单的贪吃蛇游戏。
-
-
-
DbToCode.rar
... 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想,采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复劳动,而将精力集中于核心业务逻辑的开发,同时提供方便的数据库查询 ...
-
TableToolTipsDemo.rar
... s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it ... need to translate the view index to a model index so we can be sure we re ...
-
FileSystemModel.rar
A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This class implements the TreeTableModel interface.
-
view3ds.rar
... .h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()
"--"代表3ds文件的名称;
7,调用显示列表:glCallList(Model) 。
ok!
-