-
lightPrimitive
Directx 3D编程中灯光是生命,本程序充分展示了D3D中灯光的艺术,当你看到程序的运行结果时你会再次的感叹:这么简单的场景竟然渲染得这样漂亮!(Directx 3D programming in light of life, the process has fully demonstrated the D3D in the art of lighting, when you see the results of the procedure you will run the sighs again: such a simple scene was so beautiful rendering!)
- 2008-03-17 11:52:15下载
- 积分:1
-
torecanare
用VC做的,当你在安装系统程序时可以时行一些优化,(Made of VC, when you are installing a system program can make some optimization,)
- 2017-06-26 11:59:15下载
- 积分:1
-
UDP
仿照TCP协议的UDP封装,用ACK,和滑动窗口(Modeled on the TCP protocol UDP encapsulation, with ACK, and sliding window)
- 2016-09-19 11:03:41下载
- 积分:1
-
wow_RegistryReadWrite
RegistryReadWrite注册表读写,生成dll文件放到Virtools的BuildingBlocks文件夹下(RegistryReadWrite registry folder read and write, generate dll file into Virtools of BuildingBlocks file)
- 2015-03-23 10:51:16下载
- 积分:1
-
DTM
SourceCode for Triangulated irregular network
- 2009-04-24 13:20:33下载
- 积分:1
-
136645-ds1
公路桥梁电算(第二版).杨炳成 主编/2003-06-01/人民交通出版社.
本书主要介绍公路桥梁及其他工程结构物内力分析、截面配筋设计和绘图的源程序,采用扩展BASIC语言编制,设计计算严格遵守了交通部颁发的公路桥涵设计规范。(Highway bridge computerization (version second). Ed. Yang Bingcheng /2003-06-01/ people traffic press
This book introduces the analysis, the internal force of highway bridges and other engineering structures reinforcement design and drawing of the source, using the extended BASIC language, design and calculation of the design of highway bridges and culverts in strict compliance with the Specifications issued by the Ministry of communications.)
- 2013-12-25 09:47:24下载
- 积分:1
-
spwm20170327
用于永磁同步电机控制在28335上实现产生svpwm波的程序(For permanent magnet synchronous motor control on 28335 to achieve the program to produce svpwm wave)
- 2017-04-03 22:09:01下载
- 积分:1
-
vb
sample of prrogramming by image ,textbox,button and other control in vb6
- 2013-11-07 21:04:34下载
- 积分:1
-
network-advanced-programing
学网络高级编程不可多得的好书,讲得很详细(High school network programming rare books, very detailed)
- 2011-10-22 09:39:22下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1