自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (7)
  • 收藏
  • 关注

原创 控制网平差软件设计

主题:控制网平差软件设计 语言: matlab 2012b 功能:水准网严密平差  平面网平差 软件包需要密码进入,请看截图 读入数据 输入参数 闭合差计算 平差结果显示 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 分割线,下面是平面网 %%%

2015-04-13 20:29:24 2131 5

3d游戏引擎,牛人的作品

很牛的游戏引擎,c++编写,绝对不一般。 /* Font * * Copyright (C) 2003-2004, Alexander Zaprjagaev <frustum@frustum.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __FONT_H__ #define __FONT_H__ #ifdef _WIN32 #include <windows.h> #endif #include <GL/gl.h> #include <glext.h> class Font { public: Font(const char *name); virtual ~Font(); void enable(int w,int h); void disable(); void puts(float x,float y,const char *str); void printf(float x,float y,const char *format,...); void printfc(float x,float y,const char *format,...); protected: GLuint tex_id; GLuint list_id; int step; int space[256][2]; int width; int height; float modelview[16]; float projection[16]; }; #endif /* __FONT_H__ */

2010-10-21

一个小游戏,源代码,小蜜蜂和飞机

一个小游戏,源代码,小蜜蜂和飞机。帮助学习vc

2009-05-12

连连看游戏源代码,不要错过

连连看游戏源代码,源代码可以参考,帮助学习vc

2009-05-12

vc opengl编程

具有立体效果的立方体,画面清晰,动态效果

2009-05-12

c chengxu

haowande 55555555555555555555555555555555555555555555555

2008-10-22

943939坐标转换的源代码

943939坐标转换的源代码hhhhhh****************************

2008-10-22

943939坐标转换的源代码

943939坐标转换的源代码*******************************************************

2008-10-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除