Welcome![Sign In][Sign Up]
Location:
Search - simple zip

Search list

[SourceCodeADOWrapper_demo.zip

Description: 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: 这个类别存放记录集的代码。
Platform: | Size: 124393 | Author: | Hits:

[SourceCodeSDI_Note_demo.zip

Description: 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
Platform: | Size: 11402 | Author: | Hits:

[GUI DevelopProcessMB_demo.zip

Description: First off, I tried to comment the code as much as possible to save you the pains I went through. These programs are pretty simple and are meant for demonstration purposes. As always, you should not put them into a production environment without full testing first! 首先,我试着尽可能多的解释这些代码来让你少走一些我走过的弯路。这些程序相当简单并且适合作范例。按照惯例,你不应该没有全面地测试就把他们置于开发环境中! 来源: http://www.codeguru.com/advancedui/ProcessMB.htm
Platform: | Size: 54381 | Author: | Hits:

[GUI Developtabtoolbardemo_src.zip

Description: Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。
Platform: | Size: 89039 | Author: | Hits:

[Communicationjserial.ZIP

Description: a simple serial port interface
Platform: | Size: 70959 | Author: | Hits:

[GUI Develop3D_ICONS.ZIP

Description: 界面开发,属于解压即刻,内服详细说明;使用简单,易用。-interface development, belonging to extract immediate, Oral detailed description; Using simple, easy-to-use.
Platform: | Size: 135485 | Author: 杨领 | Hits:

[Develop ToolsCH452IF.ZIP

Description: ch452的应用和方法,能过要它来做显示,这样不要用164芯片来,使得电路简单可靠.-ch452 applications and methods can lead to do it, do not use 164 chip, making the circuit is simple and reliable.
Platform: | Size: 12517 | Author: 王江 | Hits:

[Other resourceRISC8.ZIP

Description: 简单的一个8位RISC,Verilog HDL代码,类型为pic16c57-a simple eight RISC, Verilog HDL code, the type of pic16c57
Platform: | Size: 81595 | Author: 陈正一 | Hits:

[CSharpNORMAN.ZIP

Description: 本代码为计算方法中的一种常用算法 分半法 代码很简单.-code for the calculation of a common algorithm half law code is very simple.
Platform: | Size: 2543 | Author: 汪磊 | Hits:

[Other resourceuCOS-View-Ix86L-V110.ZIP

Description: This a simple OS for study.
Platform: | Size: 170070 | Author: 陈开源 | Hits:

[GDI-Bitmapbandlets-denoising-simple

Description: bandelet denoising, which is not obtained frequently
Platform: | Size: 923648 | Author: Tom | Hits:

[Windows DevelopZip

Description: 使用c#開發了一個功能簡單的壓縮與解壓縮的windows 程序。-The use of c# Developed a simple function of compression and decompression procedures of the windows.
Platform: | Size: 93184 | Author: raphael_zhang | Hits:

[AI-NN-PRFaceRecV1.ZIP

Description: FaceRec 简单易懂的神经网络面部特征识别例子 [VB源码]-FaceRec simple neural network to identify examples of facial features [VB code]
Platform: | Size: 506880 | Author: | Hits:

[Compress-Decompress algrithmszip

Description: java实现简单的压缩和解压缩程序!大家可以看看,写得不是很好!参考!-java realize simple compression and decompression procedures! Everyone can see, written in not very good! Reference!
Platform: | Size: 1024 | Author: 陈兴 | Hits:

[File OperateVB6_Zip_Sample_Project

Description: A sample source code to create simple zip files in visual basic 6
Platform: | Size: 112640 | Author: Amirreza | Hits:

[OtherZIP-VFP9

Description: Sample create Simple Zip File with VFP 9 Include description
Platform: | Size: 37888 | Author: job_silva | Hits:

[OS programexample_zlib

Description: 目录与文件描述 example.cpp ZIP加载范例。 example.exe 已编译的测试程序。 example.zip 未加密的zip文件。 example_code.zip 已加密的zip文件,密码为“13579”。 [source] PackReader.h 简单封装的ZIP加载类声明 PackReader.cpp 简单封装的ZIP加载类定义 PackMemory.h 支持内存的ZIP加载模块声明 PackMemory.cpp 支持内存的ZIP加载模块定义 [source\zlib] *.* Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler-Directory and file description example.cpp ZIP load example. example.exe compiled test program. example.zip unencrypted zip file. example_code.zip encrypted zip file, the password is " 13579." [Source] PackReader.h simple ZIP package load class statements PackReader.cpp simple ZIP package loaded class definition PackMemory.h ZIP support memory load module statement PackMemory.cpp ZIP support memory load module definition [source \ zlib]*.* Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
Platform: | Size: 212992 | Author: 思哦 | Hits:

[File OperateSimpleUnZipper

Description: Simple zip archive unzipper
Platform: | Size: 2048 | Author: Simple zip archive u | Hits:

[Compress-Decompress algrithmsFileCompression[zip]

Description: 一段简单的代码,把一个文件压缩成zip格式。 -A simple code to a file compressed into a zip format.
Platform: | Size: 1024 | Author: 黄杰 | Hits:

[Otherzip

Description: 一款操作简单功能强大的zip密码破解工具。可选着密码爆破、字典、掩码等破解功能(A simple operation, powerful zip password cracking tool. Optional password blasting, dictionary, mask and other crack function)
Platform: | Size: 581632 | Author: 黑冰Lisa | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net