CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 拆分

搜索资源列表

  1. Lesson02

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37487
    • 提供者:鞠俊
  1. 一个基于字符串定界符拆分输入字符串的功能

    0下载:
  2. 对输入字符串进行定界分析,对于编写脚本解析的朋友会有帮助-right input strings delimitation analysis, writing a scr ipt for parsing friends will be helpful
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6438
    • 提供者:love
  1. SplitPDF

    0下载:
  2. 拆分一个PDF文件为多个页面的程序,同样是基于iText的-split PDF files to a number of pages of procedures, the same is based on the iText
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10117
    • 提供者:冉启春
  1. handb

    0下载:
  2. handb是一个纯Java编写的小型的关系数据库管理系统。 其中的“数据处理核心”由一为MIDP设计的关系数据查询程序更改而来; 数据存储管理在MIDP系统中由系统提供,而在该系统中提供一简单的实现; SQL语句解析部分,采用拆分和取关键字的方式实现,支持SQL-92中常用的一些语句; 用户接口由一简单的Java服务器更改而来,能够应付普通的访问; 请求调度部分的主要原则是以表为中心,保证表的原子访问。-handb is a pure Java prepared by
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:506990
    • 提供者:小谭
  1. cifafnxiqi

    0下载:
  2. 词法分析器 编译程序中可以对读入的语句进行词法分析,拆分成记号流-lexical analyzer compiler can be read into the right phrase for lexical analysis, split into streams mark
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:黄清易
  1. officexptoolbar

    0下载:
  2. 主要用于灵活可靠地生成任意复杂的DataWindow的Filter语句或SQL的Select语句中的Where查询条件。核心技术是采用面向对象方法分析了SQL的SELECT语句的语法结构,概括出基于表达式类的面向对象模型(包括字段,常数,函数,自定义表达式及二元表达式对象)。在查询界面中,用户可以灵活地创建、销毁、组合或拆分这些对象,构造出复杂多样的表达式树,有效地实现了数据库的动态查询。-mainly for flexible and reliable generation of arbitr
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:526402
    • 提供者:陈同坏
  1. BigIntMultiplication

    0下载:
  2. 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:小城
  1. SpecialShow

    0下载:
  2. 一个演示在不同窗口中进行图像特效变换的源代码,有助于对窗口拆分理解和学习。-demonstration in a different window for image effects transform the source code and contributed to a split window for understanding and learning.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:103862
    • 提供者:万鹏
  1. syncopatewindow

    0下载:
  2. 任意拆分窗口,大小可调,横向拆分窗口,竖向拆分窗口。-arbitrary split window size adjustable horizontal split window, vertical split window.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:54940
    • 提供者:ypw
  1. testCard.1

    0下载:
  2. C++视图拆分过程的详细介绍,示例为一个典型的拆分应用。-View detailed descr iption of the process, as a typical example of the application of Resolution.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:63641
    • 提供者:haisheng
  1. stringsplit

    0下载:
  2. 在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string operations, redeem this paper is to use the basic function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12146
    • 提供者:邹波
  1. HideInfo

    1下载:
  2. 使用java编写的LSB图像信息隐藏算法演示程序,可以将任何符合大小限制的文件拆分为一个一个bit隐藏到非压缩bmp图像中。支持在隐藏前通过zip类对文件进行压缩-prepared by the use of LSB image information hidden algorithm demo program, can be any size restrictions with the document for a split hidden bit of a non-compressed bm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45551
    • 提供者:乔月若
  1. balanceAVL

    0下载:
  2. 编制一个程序实现平衡二叉树的三种基本功能:查找、插入和删除.还有拆分平衡二叉树、合并平衡二叉树.-procedures for the preparation of a balanced binary tree of the three basic functions : Find, insertion and removal. Resolution also balanced binary tree, the merger balanced binary tree.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:132093
    • 提供者:风飘零
  1. YUVspliterbesty

    0下载:
  2. 将YUV文件拆分为多个单帧Y,U,V文件的小工具,做算法研究时用得上。希望喜欢!-YUV document will split into a number of single-frame Y, U, V documents small tools to do the study useful algorithm. Hope likes!
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:42652
    • 提供者:weiwei
  1. FlashGetURLchaifen

    0下载:
  2. 主要实现FlashGetURL智能拆分功能,属于应用软件的开发-main FlashGetURL smart split function is the development of application software
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:182689
    • 提供者:烟火
  1. redefine.pl

    0下载:
  2. 将数据文件,按照不同的类型,拆分为不同的文件-data files, in accordance with different types, split into different documents
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:2724
    • 提供者:yinsisi
  1. GeLei_Split

    0下载:
  2. 输出一个正整数的所有格雷码序列及一正整数的所有升序拆分序列-output a positive integer Gray all sequences and a positive integer of all ascending sequence Resolution
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:50097
    • 提供者:涂世昌
  1. tame

    0下载:
  2. tame,扩展了好多SWing组件:JTable,有拆分单元个,列分组,调整行高,还有menu,combobox,button,border-tame, expanding a lot SWing components : JTable, separation module, a series, adjust, there are menu, combobox, button, border, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:130259
    • 提供者:小雪
  1. PDBingo1.50.4-src

    4下载:
  2. PDBingo 是一个在 PC 桌面端编辑 PDB 文件的工具,可以浏览、合并、拆分 PDB 文件,并可设置 PDB 文件的属性。请使用MASM 编译。-PDBingo is in a desktop PC PDB document-editing tools, they can surf, mergers, Resolution PDB documentation, can set the attributes of PDB documents. Please use the Multiple
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:45566
    • 提供者:xpan
  1. 12234

    0下载:
  2. 解决排列组合问题的通用算法,自然数得拆分,求最大公约数的算法-permutations and combinations to solve problems common algorithm, and a few in the resolution, the common denominator for the algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:105514
    • 提供者:梁韶聪
« 1 2 34 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com