-
对于先进的几何形状,大多数应用程序将更喜欢加载前
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and rendering it. One thing
D3DX does not handle for us is the materials and textures for a mesh,
so note that we have to handle those manually.
- 2022-05-26 16:23:51下载
- 积分:1
-
在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值
在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值-in VC under procedures of a small Newton iterative method is to first determine the root zone, and then value
- 2022-02-22 00:40:15下载
- 积分:1
-
viewing game prompted viewing may select persons ease
猜数字游戏 根据提示猜数字,可以选者难易程度-viewing game prompted viewing may select persons ease
- 2022-10-18 17:40:03下载
- 积分:1
-
GPS pygarmin
gps pygarmin-0[1].6.tgz
- 2022-03-22 07:00:35下载
- 积分:1
-
用vc和cj60lib做的读取shape文件的源代码.还有些小问题没做完。...
用vc和cj60lib做的读取shape文件的源代码.还有些小问题没做完。-with vc cj60lib and shape do read the source code. Minor problems have not done.
- 2022-04-10 05:12:51下载
- 积分:1
-
一个简单的留言板,比较简单实用。可以方便的修改为您自己界面!...
一个简单的留言板,比较简单实用。可以方便的修改为您自己界面!-A simple message board, more simple and practical. Changes can easily interface to your own!
- 2022-04-17 07:06:29下载
- 积分:1
-
pc.c是移植于μCOS
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
- 2022-12-20 12:30:03下载
- 积分:1
-
This procedure implements a few simple procedures for the solution time, but als...
本程序实现了一个简单的数读程序的解决方法,还不错的。-This procedure implements a few simple procedures for the solution time, but also good.
- 2023-03-18 00:15:03下载
- 积分:1
-
小世界网络的试验程序!可以观察小世界网络的生成过程和结果!...
小世界网络的试验程序!可以观察小世界网络的生成过程和结果!-small world network testing procedures. Can observe small world network formation process and results!
- 2022-02-05 08:48:37下载
- 积分:1
-
today, the popularity of the wide variety of software programming, is easy to ma...
在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位)的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位)进行如下简单的编码:-today, the popularity of the wide variety of software programming, is easy to maintain, but to deal directly with the hardware and system software when compiled a loss, so there will be a C language battlefield. C language as the compilation and Advanced Language a transition between languages, both assembly language and the efficient high-level language convenience. In telecommunications, in order to ensure safe and reliable transport firms, the standard serial I must have shook hands with many signals and state information. This is because the various computer communications CPU speed is not the same (this would lead to "the wrong frame") and transmitter to send data faster than fa
- 2023-04-03 07:00:03下载
- 积分:1