-
本书的大部分主题均结合一个具体的游戏开发系统Fly3D(包含在光盘中)加以讲述,这有助于读者直接编写源代码来实现制作动画的梦想。通过编写或修改插件,读者可以对书...
本书的大部分主题均结合一个具体的游戏开发系统Fly3D(包含在光盘中)加以讲述,这有助于读者直接编写源代码来实现制作动画的梦想。通过编写或修改插件,读者可以对书中的实例进行试验,甚至可以开发出属于自己的游戏。
-most of the book"s themes of the specific combination of a game development system Fly3D (included in the CD-ROM) to be about, which helps direct readers to prepare the source code to achieve animation dream. Through the preparation or modification plug-in, readers of the book can be an example for testing, or even develop their own game.
- 2022-03-21 02:53:34下载
- 积分:1
-
在图4.1中的“课程信息”按钮下方添加一个“学生基本信息”按钮,单击该按钮,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息显示在列表框中。...
在图4.1中的“课程信息”按钮下方添加一个“学生基本信息”按钮,单击该按钮,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息显示在列表框中。-Figure 4.1 in the "Curriculum Information" button below to add a "students basic information" button, Click the button, the pop-up "students basic information" dialog box, click "Add" button, students basic information displayed on the list box.
- 2023-05-28 01:10:03下载
- 积分:1
-
此程序是如何利用SDK编码
此程序是如何利用SDK编码- How is this procedure codes using SDK
- 2022-07-27 14:55:58下载
- 积分:1
-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1
-
汇编开发软件汇 编语言集成编译器 1.0 汇编 语言集成编译器 1.0 汇编语言集成编译器 1.0...
汇编开发软件汇 编语言集成编译器 1.0 汇编 语言集成编译器 1.0 汇编语言集成编译器 1.0-compilation software integrated assembler language compiler 1.0 integrate d assembler language compiler 1.0 assembler language compiler integrated 1.0
- 2022-03-02 22:54:38下载
- 积分:1
-
I have often found that user input edit boxes on a dialog require much more than...
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2022-10-06 03:00:03下载
- 积分:1
-
The code examples provide an historical record show that the edit categories, th...
该代码例子提供了一个可以显示输入历史记录的edit类,在输入过程可以提示以前输入的字符。-The code examples provide an historical record show that the edit categories, the import process can be suggested before the character input.
- 2023-02-09 00:15:04下载
- 积分:1
-
database database database Database training curriculum design database Java Jav...
数据库 数据库 数据训数据库Java课程设计 Java课程设计 Java课程设计 -database database database Database training curriculum design database Java Java curriculum design cu rriculum design Java Java curriculum design cu rriculum design Java Java curriculum design curriculum design curriculum design Java
- 2022-05-20 16:23:16下载
- 积分:1
-
newcomers to provide 000 model, its editorial thinking of a simple, beautiful in...
为新手提供个范本,其编辑思想简单,界面美观,是个好的标本/,如果这次还有的话,我可要骂你们网站了-newcomers to provide 000 model, its editorial thinking of a simple, beautiful interface, is a good specimen/If this still the case, I am afraid she scolded by your website
- 2023-03-02 02:10:03下载
- 积分:1
-
EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色...
EDIT控件设置只读属性后就不允许用户进行输入和编辑删除等基本操作了,控件只可以用来信息的浏览,但是,如果使用默认的设置函数的话,EDIT控件的背景色将变成灰色,如果你的主题程序的颜色背景进行一致的处理的话,这样可能会与你的整体风格不和,所以需要一个具有背景颜色但是又具有只读属性的EDIT控件刻不容缓了.
实现的方法其实很简单,派生一个CEDIT类,我们这里命名为CColReadOnlyEdit,再这个类中我们首先触发PreTranslateMessage,这个函数可以用来截获消息编程。-EDIT controls installed after the read-only attribute does not allow users to input and edit delete basic operation of the control information can be used only browser, but if the use of the default settings, it is highly EDIT control the background color to gray, but if your theme procedure for a background color made a deal with the case, it may be with your overall style and not, so it is necessary to have a background color but also with the read-only attribute the delay EDIT Controls. realizing the fact is very simple, derived a CEDIT category, we named CColReadOnlyEdit here, and the first category trigger PreTranslateMessage, this function can be used to intercepted news programming.
- 2023-04-26 10:30:03下载
- 积分:1