-
-
vp_bump_map.rar
This sample illustrates how to do a DOT3 bump map in Vega Prime. This sample defines the class myApp , which is derived from vpApp, which allows the user to view a simple model of the earth.
-
vp_flight_path.rar
This sample illustrates how to draw geometry to simulate the flight path of an object. This sample defines the class myApp, which is derived from vpApp, and uses a vsRenderStrategyFrameGeometry to create dynamic path geometry for a F-16 flying around town ...
-
vsgs_fireworks.rar
... display. Note that the particle positions and sizes are updated every frame through a subscriber. The application defines the class myApp, which is derived from vsApp, and overrides the vsApp::onKeyInput() method to allow for the keyboard input specified ...
-
vp_color_mask.rar
... the glColorMask() to inVega Prime to selectively render to only certain color bands of the frame buffer. This sample defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method to allow for the keyboard input listed ...
-
TransBut.rar
透明的按钮 类 ,非常美观 。我的项目就是使用这个。
transparent button class,it s very beautiful. i use this class in my project. please enjoy it.
-
SourceModeling.rar
SourceModeling
这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础)
2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。
SM.class是SM.java生成的类文件。
compute.txt是输出结果到屏幕后的信息text复制。
-
md5ref10.zip
... which runs the MD5 test suite against a
MD5 DLL (see below).
VbMD5: A Visual Basic native MD5 message digest class based on the
RSA reference implementation.
md5DLL: A C project which generates a simple Win32 DLL with
the MD5 message ...
-
FTP.rar
... .net.FtpConnection
import net.sf.jftp.net.BasicConnection
import net.sf.jftp.util.Log
import net.sf.jftp.util.Logger
import net.sf.jftp.config.Settings
import java.io.*
// this class download a file via anonymous ftp and shows output.
-
c++.rar
程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中
可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素
的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能
否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template
)就可以实现该功能。
-
comm.rar
...
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton ...
-