登录
首页 » C++ » grid

grid

于 2013-09-11 发布 文件大小:10248KB
0 153
下载积分: 1 下载次数: 8

代码说明:

  openGL,提供了几个OBJ格式的3D格网数据,装入并显示这些文件.(openGL, provides several OBJ format 3D grid data, load and display these files.)

文件列表:

grid
....\grid
....\....\bunny_1k.obj,29264,2005-08-29
....\....\bunny_200.obj,5410,2005-08-29
....\....\cube.obj,172,2005-08-29
....\....\Debug
....\....\.....\CL.read.1.tlog,11082,2013-09-10
....\....\.....\CL.write.1.tlog,1086,2013-09-10
....\....\.....\grid.Build.CppClean.log,2586,2013-09-10
....\....\.....\grid.exe.embed.manifest,406,2013-09-10
....\....\.....\grid.exe.embed.manifest.res,472,2013-09-10
....\....\.....\grid.exe.intermediate.manifest,381,2013-09-10
....\....\.....\grid.lastbuildstate,84,2013-09-10
....\....\.....\grid.log,2291,2013-09-10
....\....\.....\grid.obj,210194,2013-09-10
....\....\.....\grid.pch,1245184,2013-09-10
....\....\.....\grid_manifest.rc,198,2013-09-10
....\....\.....\link-cvtres.read.1.tlog,2,2013-09-10
....\....\.....\link-cvtres.write.1.tlog,2,2013-09-10
....\....\.....\link.1108-cvtres.read.1.tlog,2,2013-09-10
....\....\.....\link.1108-cvtres.write.1.tlog,2,2013-09-10
....\....\.....\link.1108.read.1.tlog,2,2013-09-10
....\....\.....\link.1108.write.1.tlog,2,2013-09-10
....\....\.....\link.3788-cvtres.read.1.tlog,2,2013-09-10
....\....\.....\link.3788-cvtres.write.1.tlog,2,2013-09-10
....\....\.....\link.3788.read.1.tlog,2,2013-09-10
....\....\.....\link.3788.write.1.tlog,2,2013-09-10
....\....\.....\link.read.1.tlog,3882,2013-09-10
....\....\.....\link.write.1.tlog,1148,2013-09-10
....\....\.....\mt.read.1.tlog,390,2013-09-10
....\....\.....\mt.write.1.tlog,390,2013-09-10
....\....\.....\rc.read.1.tlog,362,2013-09-10
....\....\.....\rc.write.1.tlog,370,2013-09-10
....\....\.....\stdafx.obj,11763,2013-09-10
....\....\.....\vc100.idb,248832,2013-09-10
....\....\.....\vc100.pdb,307200,2013-09-10
....\....\grid.cpp,3660,2013-09-10
....\....\grid.vcxproj,4362,2013-09-10
....\....\grid.vcxproj.filters,1308,2013-09-10
....\....\grid.vcxproj.user,143,2013-09-10
....\....\ReadMe.txt,1532,2013-09-10
....\....\stdafx.cpp,209,2013-09-10
....\....\stdafx.h,233,2013-09-10
....\....\targetver.h,236,2013-09-10
....\grid.exe,88064,2013-09-10
....\grid.sdf,29184000,2013-09-10
....\grid.sln,879,2013-09-10
....\ipch
....\....\grid-ac214cd5
....\....\.............\grid-f51ced32.ipch,2752512,2013-09-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# smtp协议winform版邮件发送例程
    这是前两年使用Visuai C# 2015写的一个小程序,基于smtp协议开发的winform版邮件发送例程,可以发附件,邮件必须作用smtp协议。在用户交互界面,使用了正则对邮件各属性进行了检测判断,比如判断收件人、发件人邮件地址是否为空、验证邮件格式是否正确等,在发送邮件环节,主要的代码为:   //发送   SmtpClient client = new SmtpClient("smtp." + fs[0].ToString().Trim() + ".com"); //设置邮件协议   client.UseDefaultCredentials = false;//这一句得写前面   client.DeliveryMethod = SmtpDeliveryMethod.Network; //通过网络发送到Smtp服务器   client.Credentials = new NetworkCredential(fasong[0].ToString(), mmtxt); //通过用户名和密码 认证   MailMessage mmsg = new MailMessage(new MailAddress(fjrtxt), new MailAddress(sjrtxt)); //发件人和收件人的邮箱地址   mmsg.Subject = zttxt;//邮件主题   mmsg.SubjectEncoding = Encoding.UTF8; //主题编码   mmsg.Body = nrtxt; //邮件正文   mmsg.BodyEncoding = Encoding.UTF8;//正文编码   mmsg.IsBodyHtml = true; //设置为HTML格式   mmsg.Priority = MailPriority.High;//优先级
    2022-05-31 05:25:26下载
    积分:1
  • NiBianQi
    模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following principles: firstly, the number of switching states produced by power converter is limited, and the strain characteristics of controlled variables under each switching state can be predicted by establishing a model; secondly, the value function is defined to evaluate the predicted values of controlled variables, which provides a basis for judging the optimal finite switching state; lastly, the optimal finite switching state is calculated. The value function value under switching state is used to evaluate the predicted value of controlled variables under each switching state, and the optimal switching state is selected and applied.)
    2019-01-30 10:28:38下载
    积分:1
  • OpenGl--snow
    在vc6.0环境下,基于Opengl编译的雪粒子系统(In vc6.0 environment, based on Opengl subsystem compiled Snow Grains)
    2011-05-12 13:02:26下载
    积分:1
  • code
    游戏编程精粹4书对应的代码,里面主要是对应书中的例子代码实现,大家分享下(Game Programming Gems 4 corresponding to the code book, which mainly corresponds to the book' s example code, share with)
    2011-07-03 19:08:10下载
    积分:1
  • IAR STM8S LORA组网 节点
    int main(void) {     //USB接收数据的数组     static u8 USB_Receive_Buffer[100];     //USB接收数据长度     static u16 USB_Receive_Len = 0;     //LORA接收数据的数组     static u8 LORA_Receive_Buffer[100];     //LORA接收数据长度     static u16 LORA_Receive_Len = 0;     //节点地址     u8 EndPoi
    2022-05-06 22:06:26下载
    积分:1
  • C# 计时器、倒计时 例子源码下载
    C# 计时器、倒计时 例子源码下载
    2015-06-10下载
    积分:1
  • 显著区域检测
    一种显著性区域检测算法,由c++和opencv编写,可以直接运行(a salient region detecter)
    2020-10-07 22:07:37下载
    积分:1
  • ximage.h
    VC++ 图像处理类库CxImage源代码
    2022-01-22 14:32:50下载
    积分:1
  • Runge
    说明:  4阶龙格-库塔算法,只需要输入微分方程就可以解算出数值解。(Rank4 Runge Kutta algorithm,the numerical solution can be obtained only by inputting the differential equation.)
    2019-12-08 11:55:52下载
    积分:1
  • C8051F310_sanxiangdianyabiansong
    C8051F310三相多电量变送器,测量三相电压,并进行变送。(C8051F310-phase multi-power transmitter)
    2011-09-09 12:50:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载