-
gameEngine_v0.2
说明: 一个完整的3D游戏引擎,非常适合想学游戏开发的朋友和对3D感兴趣的朋友(A complete 3D game engine, very suitable for game development, like the friends and friends interested in 3D)
- 2008-10-11 16:56:44下载
- 积分:1
-
CircleSharpButton
C#自行开发的圆形按钮,很好很强大,还可以更改属性。(C# Circle Shape Button, very good very strong ,you can change its attribute by
yourself.)
- 2012-10-19 13:50:29下载
- 积分:1
-
算法图解
本书示例丰富,图文并茂,以让人容易理解的方式阐释了算法,旨在帮助程序员在日常项目中更好地发挥算法的能量。书中的前三章将帮助你打下基础,带你学习二分查找、大O表示法、两种基本的数据结构以及递归等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括:面对具体问题时的解决技巧,比如,何时采用贪婪算法或动态规划;散列表的应用;图算法;K最近邻算法。(a book about arithmetic)
- 2018-05-01 08:32:14下载
- 积分:1
-
C# Excel solutions are used now because winform, there is no solution on the web...
C# Excel 解决方案,因为现在用到的是winform,对web的解决没有去关注,所以现在只是对winform操作excel做笔记 -C# Excel solutions are used now because winform, there is no solution on the web go concern, so we just take notes excel operation winform
- 2022-05-05 13:40:41下载
- 积分:1
-
valve-udf
fluent动网格,用于研究压缩机吸气阀发片运动(valve motion UDF)
- 2021-03-31 01:59:09下载
- 积分:1
-
dutycycle
This is the source code to calculate/giving duty cycle to the gate of power electronic device like MOSFET, IGBT, etc using c languange integrating in Matlab, please compile it using "mex dutycycle.c" in your matlab command and run it in simulink
- 2012-11-14 15:51:23下载
- 积分:1
-
30天学通c#项目案例开发中的源码,第4章
酒店管理系统
30天学通c#项目案例开发中的源码,第4章
酒店管理系统-30-day pass c# project case studies developed in the source code, Chapter 4, Hotel Management System
- 2022-01-22 16:08:00下载
- 积分:1
-
好东西啊,我在找了好久才找到的,初学者非常有用的东西哦;...
好东西啊,我在找了好久才找到的,初学者非常有用的东西哦;-Ah good stuff, I was looking for a long time to find and very useful things for beginners Oh
- 2022-06-26 16:21:47下载
- 积分:1
-
GetPixelColor
- 2006-04-17 13:56:17下载
- 积分:1
-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1