Welcome![Sign In][Sign Up]
Location:
Search - baseclass

Search list

[Other resourcemmzmagic_NetBallGame

Description: 网络版珠宝大对决。 Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer BIN目录为运行程序的目录 执行顺序 先运行bin目录下的\\服务端\\CenterServer.exe 此程序是登陆服务器 负责在线服务信息的路由。 bin目录下的\\服务端\\GemFightGameServer.exe 此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。 \\Bin\\客户端\\Client.exe 这个就是客户端了也就是游戏大厅 运行后 输入登陆服务器IP即可 账号可以使用 1~5登陆密码和账号相同 登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。 -network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory \\ server \\ CenterServer.exe this procedure is landing server online information service routing . The bin directory \\ server \\ GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. \\ Bin \\ client \\ Client.exe the client is a games hall is running after importation Teng Lu IP server can account can use a five-landing the same password and account number to choose after landing jewelry showdown between the server agreed to join two tables to choose the
Platform: | Size: 7624059 | Author: 小龙 | Hits:

[GUI DevelopBaseClass

Description: C++ Build下的FTP控件及RPTPREVIEW的汉化源码。-C Build under control and FTP RPTPREVIEW a Chinese source.
Platform: | Size: 202732 | Author: wuzf | Hits:

[DirextXDirectshow_filter

Description: Really Great DirectShow Project by \"Jesse Stone\" from Taiwan. It Include 1.AC3 Filter 2.Mpeg1 Splitter for Video and Audio two pins 3.Directshow BaseClass for debug using 4.Standard mpge1 file that you correctly try it in the GraphEdit 5.I am sure the project is easy for using and I am sure it can work 100%
Platform: | Size: 8269935 | Author: 小誠\ | Hits:

[Dialog_WindowBASECLASS

Description: 提供各种高级界面窗口的基类,很实用的,可能直接拿来用的
Platform: | Size: 178370 | Author: hellen | Hits:

[Other Riddle gamesmmzmagic_NetBallGame

Description: 网络版珠宝大对决。 Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer BIN目录为运行程序的目录 执行顺序 先运行bin目录下的\服务端\CenterServer.exe 此程序是登陆服务器 负责在线服务信息的路由。 bin目录下的\服务端\GemFightGameServer.exe 此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。 \Bin\客户端\Client.exe 这个就是客户端了也就是游戏大厅 运行后 输入登陆服务器IP即可 账号可以使用 1~5登陆密码和账号相同 登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。 -network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory \ server \ CenterServer.exe this procedure is landing server online information service routing . The bin directory \ server \ GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. \ Bin \ client \ Client.exe the client is a games hall is running after importation Teng Lu IP server can account can use a five-landing the same password and account number to choose after landing jewelry showdown between the server agreed to join two tables to choose the
Platform: | Size: 7623680 | Author: 小龙 | Hits:

[GUI DevelopBaseClass

Description: C++ Build下的FTP控件及RPTPREVIEW的汉化源码。-C Build under control and FTP RPTPREVIEW a Chinese source.
Platform: | Size: 202752 | Author: wuzf | Hits:

[DirextXDirectshow_filter.zip

Description: Really Great DirectShow Project by "Jesse Stone" from Taiwan. It Include 1.AC3 Filter 2.Mpeg1 Splitter for Video and Audio two pins 3.Directshow BaseClass for debug using 4.Standard mpge1 file that you correctly try it in the GraphEdit 5.I am sure the project is easy for using and I am sure it can work 100%,Really Great DirectShow Project by
Platform: | Size: 8269824 | Author: 小誠 | Hits:

[Dialog_WindowBASECLASS

Description: 提供各种高级界面窗口的基类,很实用的,可能直接拿来用的-Provide a variety of high-level interface window base class, it is practical, may be directly used by the
Platform: | Size: 310272 | Author: hellen | Hits:

[.netBaseClasses

Description: 提供了VC.net环境下的DirectShow的BaseCla-Provided under the DirectShow environment VC.net the BaseCla
Platform: | Size: 306176 | Author: 小新 | Hits:

[OpenGL programvideotexture

Description: 视频纹理的演示首先我在这里说明一点事情:那就是OpenGL是可以和DShow协同工作的。我在这个程序里的主要做法就是把 DShow 渲染出来的画面作为一个纹理数据给贴到OpenGL的图元上去。关于如何使用DShow播放视频不是我们要关心的问题。而且我也不懂 DShow。我在DX的 SDK里找到一个例子该例子实现了这样的一个Filter。它能把从DShow播放出来的画面渲染成一个数组。我把这段代码给摘出来了。然后包装了一下。做成了一个dll。该dll能支持视频纹理的播放。而在我给出的代码里则是把把它景泰连接进去了。所以你必须要有DXSDK,而且编译DShow的 BaseClass(在DXSDK的Sample里)。 技术上基本没有什么好说的。唯一一个需要注意的是。每次你更新纹理的时候,一定要用glTexSubImage函数,因为视频的尺寸是无法满足GL纹理的要求的。你必须创建一个大的文理。比如说是1024X512的纹理。然后替换一部分纹理数据。不要用glScaleImage,不然我保证慢死你:) 下面给出我的代码 这里是可执行文件。注意可执行文件用到了动态库。而代码包里的版本是不需要动态库的。-err
Platform: | Size: 84992 | Author: hcs | Hits:

[Delphi VCLTransLib

Description: 这部分与维生素D3 , D4类和D5 Translib是基于baseclass TCustomTransCanvas 。这个类是能够使其帆布半透明。透明度是由一系列的参数给予了高度的控制输出。 TransCanvas创建了一个内部位图的面积仅次于控制。涂料指示控制画布,然后应用到背景使用几种计算创造透明度的影响。 一项特别活动OnCalc暴露,让你提供你自己的透明度计算algorythms /效果。 这个图书馆是为GIFLine专业。下载GIFLine专业如果您想看到这些成分的行动。访问http://www.diprode.com/giflinepro.htm-This component works with D3,D4 and D5 Translib is based on the baseclass TCustomTransCanvas. This class is capable to render its canvas semi transparent. The transparency is controlled by a range of parameters giving a high level of control over the output. TransCanvas creates an internal bitmap of the area just behind the control. Paint instructions to the controls Canvas are then applied onto the background using several computations to create the transparency effects. a special event OnCalc is exposed to allow you to provide your own transparency calculation algorythms/effects. This library was developped for GIFLine Pro. Download GIFLine Pro if you would like to see these components in action. Visit http://www.diprode.com/giflinepro.htm
Platform: | Size: 15360 | Author: 周大伟 | Hits:

[CSharpBaseClass

Description: 文件基础操作类,可以对文件名,路径进行获取-Document based on type of operation could be file name, path to obtain
Platform: | Size: 1024 | Author: wing | Hits:

[Windows Developmm_aac_src_1.0.0.1

Description: dshow的aac编码插件源代码,需要mm自己的baseclass编译-dshow of aac encoding plug-in source code
Platform: | Size: 236544 | Author: your name | Hits:

[Otherlab7

Description: (1). 编写程序定义基类Animal,成员变量age为私有的,构造派生类dog,在其成员函数SetAge(int n)中直接对age赋值时会出现什么问题?把age变为公有的呢? (2).定义一个基类BaseClass,有整形变量Number,构造其派生类DerivedClass,观察构造函数和析构函数的执行情况. (3). 编写一个车(vehicle)基类,由此派生出自行车(bicycle)类和汽车(motorcar)类,注意把vehicle派生成虚基类,再从bicycle和 motorcar中派生出摩托车(torcycle)类,在main()函数中调试。 -(1). Write a program defines the base class Animal, as the private member variables age, structure derived class dog, in its member functions SetAge (int n) in the direct assignment of the age when what problems will arise? To age into a publicly owned it?(2). Define a base class BaseClass, there is integer variable Number, construct its derived classes DerivedClass, observe the constructor and destructor implementation.(3). To prepare a car (vehicle) base class, thus derived a bike (bicycle) classes and cars (motorcar) class, pay attention to vehicle were generated virtual base class, and then derived from the bicycle and motorcar out of motorcycle (torcycle ) class, in the main () function to debug.
Platform: | Size: 1024 | Author: ljqiang | Hits:

[DirextXwmstublib

Description: wmstublib directshow的baseclass编译时需要的一个库,在网上找了好久,包括csdn上都没有这个东西-wmstublib directshow of baseclass need to compile a library on the Internet looking for a long time, including both csdn no such thing
Platform: | Size: 168960 | Author: | Hits:

[Chess Poker gameschinesechess

Description: 中国象棋经典源码,baseclass,che-Chinese Chess Classics source, baseclass, chess
Platform: | Size: 83968 | Author: cql | Hits:

[Otherbaseclass

Description: php操作sql server数据库调用类-php sql server database called class action
Platform: | Size: 10240 | Author: 王平亚 | Hits:

[OtherCode

Description: wosa基本类处理 针对跨平台ATM 类的基本处理过程-wosa baseclass
Platform: | Size: 103424 | Author: zhangli | Hits:

[CSharpBaseClass

Description: C#各种文件操作的类,值得学习的是httphelper,可以做到类似易语言的自动登录 post这类的操作。还有xml、泛型、json等的转换操作类,全源码-C# class various file operations, it is worth learning httphelper can be done similar to the easy language automatically log the operation, such as the post. Xml, generic, json conversion operation class, all-source
Platform: | Size: 2536448 | Author: | Hits:

[CSharpBaseClass

Description: 本人收集的很多的编程需要的基类。 SQL HTTP ....................... 上百个-I collected a lot of programming the base class. SQL HTTP ....................... hundreds
Platform: | Size: 2019328 | Author: 会计师 | Hits:
« 12 »

CodeBus www.codebus.net