搜索资源列表
CChessSource
- 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
j_9901_CChess
- Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直
VC-DLL-CLASS
- VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例。
PCommDLLCSharp调用包
- C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0 namespace NewPort { public class OperPComm { [DllImport("PComm.dll", EntryPoint = "sio_open")] public static extern int sio_open(int port); [DllImport("PComm.dll", E
Cimage.zip 图像处理类库
- 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式, The picture processing class storehouse, supports JPEG, PNG, TIFF, BMP, the GIF form
UsbHIDLibrary.rar
- This is library use for USB HID class. It wrote in C# and compile to DLL file, that s easy to use for .NET your application.,This is library use for USB HID class. It wrote in C# and compile to DLL file, that s easy to use for .NET your application.
简单的程序动态引用DLL中的类函数
- 一个简单的程序动态引用DLL中的类函数 .-Dynamic class reference the DLL functions in a simple procedure
graph
- 用了三年多时间打造的基于跨平台开发技术qt开发的图形组态系统,运用模板能组合成任意图元,运用脚本能,定义出图元根据属性的变化,做出相应的动态效果,首先应用于电力系统网路图,监控电网状态。可以应用于实时监控应用领域。超一流的绘制效果,在完成电力系统一次接线图比组态王、三维力控有更好的绘制效果.增加实时数据、web浏览器、后台进程取数,qwt做实时曲线,vista风格等、升级到4.5.2等(部分源) 有更新版本!-Spent more than three years to build cross-
20073132117580
- 高级XP界面程序PB源码,环境:PB9.0 说明: 方法 API 函数 function integer ClassXP(ulong hWnd, integer bEnable) library "ClassXP.dll" 调用 ClassXP(0,1) 将来版本支持皮肤-PB High XP interface program source, the environment: PB9.0 Descr iption: Method API function funct
mfctest
- DLL对话框导出类,实现多个DLL导出不同窗口在父窗口显示控制,多Tab切换!vs2003-DLL dialog derived class, DLL Export multiple different windows in the parent window display control, multi-Tab to switch! vs2003
FloatableWindow
- 本例程提供浮动窗体基类,利用该基类在silverlight中使用浮动窗体-This routine provides a floating base form, the use of the base class to use the floating forms in silverlight
Service
- vc制作windows服务程序,从别人那找来的一个类,用着不错,上传为了备份 使用 程序名.exe -s 为安装服务 程序名 -r 为卸载服务-vc create windows service program, from others that got from a class, with a good backup to use the program name in order to upload. exe-s for the installation service progra
DynamicDllLoading_demo
- dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
VC_DLL_code_export_design_
- VC编程DLL导出类设计经典代码VC programming DLL code to export class design classics -VC programming DLL code to export class design classics
DLL-class
- DLL类的集合,一般DLL类模块板都是用它修改成的-DLL class collection of general board DLL modules are modified to use it
Java-to-call-VC-PP-DLL
- Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS
dll
- 导出dll的类,这是一份源代码,可以用来有效的知道你怎么编写d-export dll class
DLL
- C++写的一个DLL文件 用vc++6.0编译 ,用vc调用DLL来对两个数字比较大小 。作为课堂作业非常合适。(A DLL file written by c++ is compiled with vc++ 6.0, and the vc calls the DLL to compare the two Numbers. As a class assignment, it's perfect.)
Dll劫持,源码生成器,带源码
- 劫持类 取自吾爱论坛 很不错的东西................(I love my class from the hijacked forum is a good thing)
易语言调用c++的dll类中方法函数
- 很简单的实现调用C++中类方法(A very simple implementation of the class method in C++)