虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

rar-this

  • 几何变换源代码.rar

    几何变换源代码.rar

    标签: 几何 变换 源代码

    上传时间: 2015-01-08

    上传用户:lijianyu172

  • 边缘检测源代码.rar

    边缘检测源代码.rar

    标签: 边缘检测 源代码

    上传时间: 2014-01-19

    上传用户:zhichenglu

  • 鹏宏电子留言板.rar

    鹏宏电子留言板.rar

    标签: 电子 留言板

    上传时间: 2014-01-20

    上传用户:dapangxie

  • c++之路.rar

    c++之路.rar

    标签:

    上传时间: 2013-12-06

    上传用户:yxgi5

  • C++ 轻松入门.rar

    C++ 轻松入门.rar

    标签:

    上传时间: 2013-12-21

    上传用户:lijianyu172

  • This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve

    This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.

    标签: L. Professor algorithm developed

    上传时间: 2014-12-21

    上传用户:gonuiln

  • Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space

    Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space sim. Incorporating ideas from games such as Stars!, SE3, MOO, Tradewars, MUD/MOOs, Dune II, SimCity.

    标签: game Multiplayer Massively strategy

    上传时间: 2015-01-10

    上传用户:caiiicc

  • This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for U

    This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 这是一个与记事本类似的简单的SDI应用程序,演示了怎样使用MFC来支持 Unicode,对指定的菜单条目进行Turkmenize标签化。实际上,Windwos 2000并不支持Turknen,因此,创建了那些菜单资源以便那些字符串可以在Turknen中显示,为此我必须开发其它的技术。 来源: http://www.codeguru.com/advancedui/SDI_Note.html

    标签: Notepad-like demonstrates application advantage

    上传时间: 2013-11-26

    上传用户:txfyddz

  • I have written this article to capture a Windows image into a bitmap file that will support all Pain

    I have written this article to capture a Windows image into a bitmap file that will support all PaintBrush tools and Thumbnail Views of Windows Explorer. I have found many programmers suffering from this problem, including me, until I wrote this article. 捕获一个窗口图像并存入一个支持MS画笔的位图文件中 我写的这篇文章介绍了捕获一个窗口图像并存入一个支持所有画笔和Windows Explorer的位图文件中。 我发现许多程序员因这个问题而烦恼,包括我在内,直到我写了这篇文章。 来源: http://www.codeguru.com/bitmap/WndToBmpFile.html

    标签: article Windows capture written

    上传时间: 2015-01-10

    上传用户:hzy5825468

  • This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This

    This article is based in part on Bob Place s ADO is AOK (a simple ADO tutorial). Wrapper Usage This is consist of 2 classes. CDyndb : This Class manages connections and recordsets. Recordsets are organized as linked list (CList) and you can access them using their ids. CDynRec : This class is the node to populate for each recordsets. ADO封装器类 这篇文章一部分基于Bob Place的《ADO is AOK》 (简单的ADO指导) 。 包裹的用法 由2个类组成。 类CDyndb: 这个类别管理连接和记录集。记录集是连接起来的记录的集合,你可以通过他们的ID访问他们。 类CDynRec: 这个类别存放记录集的代码。

    标签: This ADO tutorial article

    上传时间: 2013-12-14

    上传用户:wfl_yy