-
creatfaststyle
演示了如何创建和删除一个应用程序的过程,使你深入了解windows系统中类似的操作过程是如何实现的(Demonstrated how to create and delete an application process, so that a deeper understanding of your windows operating system similar to the process of how to achieve the)
- 2007-12-14 19:52:09下载
- 积分:1
-
一个地形渲染的引擎 terrainengine
一个地形渲染的引擎,能够输入dem数据,生成3D地形(A terrain rendering engine, can be dem input data to generate 3D terrain)
- 2008-08-04 16:09:56下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
wan_nian_li
图形界面的万年历源代码,适合初学者课程PJ使用(perpetual calendar)
- 2015-12-02 11:39:00下载
- 积分:1
-
LODDuKai
LOD地形小演示 内容不多全是基本知识 用于学习事实地形 (Terrain LOD few small presentations for learning basic knowledge of all the fact that the terrain)
- 2010-11-01 00:15:38下载
- 积分:1
-
DirectX
DirectX 的 doc 文件----------------(DirectX, doc file)
- 2010-11-14 10:23:19下载
- 积分:1
-
GMRES
本文件是gmres算法的c语言代码,大家都抓紧抢着下载哦。(This document is gmres algorithm c language code, everyone rushing to seize download oh.)
- 2014-01-04 22:15:10下载
- 积分:1
-
RiemannExactSolver
一维激波管黎曼问题的精确解(用于求解一维激波管黎曼问题)(Riemann shock tube problem of one-dimensional exact solution (one-dimensional shock tube used to solve the Riemann problem))
- 2011-05-14 22:10:26下载
- 积分:1
-
mfc_odbc
本例主要讲述了使用MFCODBC开发数据库的方法和步骤(In this case focuses on the development of databases using MFCODBC methods and steps)
- 2007-10-10 15:54:10下载
- 积分:1
-
DemoCamera
使用directx9,调用老虎的立体模型文件创建老虎的立体模型,并加入摄像头类,可以控制视角来观察老虎。(Use directx9, called Tiger model file to create three-dimensional model of three-dimensional model, and add camera type, can control the angle to observe the tiger.)
- 2009-03-02 23:33:05下载
- 积分:1