登录
首页 » Visual C++ » FlyFont

FlyFont

于 2021-04-23 发布 文件大小:50KB
0 238
下载积分: 1 下载次数: 12

代码说明:

  在Visual C++开发环境下使用OpenGL的SDK,自编了类GLFont实现绘制三维立体字,实现将立体字沿X轴、Y轴旋转,绕圆形轨道旋转及其它等各种动画功能(In Visual C++ development environment using OpenGL SDK, composing a class GLFont draw three-dimensional characters to achieve, to achieve the three-dimensional character along the X axis, Y axis, rotation and circular orbit around a variety of other animated features)

文件列表:

FlyFont.aps,46112,2002-11-11
FlyFont.clw,6311,2002-11-11
FlyFont.cpp,4132,2002-11-09
FlyFont.dsp,4930,2002-11-09
FlyFont.dsw,537,2002-11-09
FlyFont.h,1367,2002-11-09
FlyFont.ncb,82944,2002-11-12
FlyFont.opt,48640,2002-11-12
FlyFont.plg,917,2002-11-11
FlyFont.rc,16535,2002-11-11
FlyFontDoc.cpp,1762,2002-11-09
FlyFontDoc.h,1486,2002-11-09
FlyFontView.cpp,4163,2002-11-09
FlyFontView.h,2052,2002-11-09
GLFont.cpp,13046,2002-11-09
GLFont.h,1598,2002-11-09
Light.cpp,3297,2002-11-09
Light.h,1932,2002-11-09
MainFrm.cpp,1498,2002-11-09
MainFrm.h,1421,2002-11-09
Material.cpp,2352,2002-11-09
Material.h,1636,2002-11-09
ReadMe.txt,4019,2002-11-09
res

...\FlyFont.rc2,399,2002-11-09

resource.h,3452,2002-11-09
StdAfx.cpp,209,2002-11-09
StdAfx.h,1054,2002-11-09

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

发表评论

0 个回复

  • Wave-equation-forward-modeling
    1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; (1, parameter initialization 2, the formation of boundary clipping data 3, wave field initialization 4, Zmax layer wave field extended to the depth of Zmax-1 5, Zi+1 layer wave field extended to the depth of Zi 6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field 7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
    2021-03-07 16:59:29下载
    积分:1
  • aeasysystemforjournal
    一个简单又高效的日志系统 本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。(A simple and effective logging system In this paper, a high-performance, using a simple log solution. The module to achieve volume of information to write the log files, from time to time automatically flush to a file, write to the file log level can be dynamically adjusted, a single log file size can be configured, cycling on the log file is written, this will not cause the machine space is the log File exhausted.)
    2009-09-17 21:14:06下载
    积分:1
  • ProductDemo
    自己写的一个利用FLASH介绍自己产品的C++程序,可以防止别人拷贝你的资料(Himself wrote an introduction of its products using FLASH the C++ Procedures, to prevent others to copy your information)
    2008-03-11 10:52:42下载
    积分:1
  • ksglxt_VC
    考试管理系统:使用ADO对数据库的数据进行处理.(Test Management System: Using ADO to the database data for processing.)
    2010-05-13 10:12:34下载
    积分:1
  • dianjx
    电极系测井曲线 用matlab编写的用于学测井同学用(Electrode system logs using matlab for students with learning logs)
    2013-11-29 14:26:39下载
    积分:1
  • huoqu
    说明:  获取本地计算机信息的小代码,比较简单,适合初学网络编程(a simple program of geting information from computer)
    2013-11-28 23:56:56下载
    积分:1
  • ss2005.11.29
    主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等(key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing)
    2007-05-16 10:40:59下载
    积分:1
  • (c)
    此程序采用c语言编写,未经运行,希望对大家又帮助(c language, without running, and I hope to help everyone)
    2006-06-10 10:02:19下载
    积分:1
  • K线包含处理
    缠论K线包含处理dll,顶分型和底分型的判断,无笔和线段的编写(Free good stock index source code, although this version is not strong DLL version, but it is also very accurate)
    2020-12-14 00:39:15下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载