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

搜索资源列表

  1. chaifen

    0下载:
  2. 字符拆分的小程序,可以用于大量数据存储的例子。比如大量数据需要存储进数据库,那可以将数组存为一个字符串存入数据库,然后再从数据库中导出,可以利用字符拆分的方法进行。-Characters split a small program that can be used for large amounts of data storage example. For example, the need to store large amounts of data into the database, it
  3. 所属分类:Database system

    • 发布日期:2017-05-08
    • 文件大小:26912
    • 提供者:houbeibei
  1. Chapter2

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

    • 发布日期:2017-04-07
    • 文件大小:66352
    • 提供者:何燕蝶
  1. DivideNum

    0下载:
  2. 将正整数n分为若干个不同的正整数之和,给出所有可能的拆分结果(数字相同而顺序不同的结果视为同一条结果,例如6=1+2+3和6=3+2+1,而6=2+4和6=3+3是两条符合条件的结果) -Will be a positive integer n is divided into a number of different positive integers and, given the results of all possible split (the same as the order o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:310680
    • 提供者:inspire
  1. Lesson2Code

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

    • 发布日期:2017-04-07
    • 文件大小:19298
    • 提供者:ironman2006
  1. Lesson3Code

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

    • 发布日期:2017-03-27
    • 文件大小:46333
    • 提供者:ironman2006
  1. dynamic

    0下载:
  2. 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2466
    • 提供者:李志龙
  1. ddd

    0下载:
  2. 单片机程序,关于字节的拆分和合并及数据块的清零程序-Single-chip process, on the split and merger bytes and data blocks cleared procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:8945
    • 提供者:zackard
  1. splitfile.pl

    0下载:
  2. 這個perl程式用於把文本文件按照指定的行數拆分成多個文件。-The perl program for the text file in accordance with the specified number of rows split into multiple files.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:530
    • 提供者:Calvin Ngei
  1. ajax_jsp_Hibernate_Blog

    0下载:
  2. ajax+jsp+Hibernate打造的Blog源码,把它拆分了吧,看看你能不能模仿一个出来。-ajax+ jsp+ Hibernate to create the Blog-source, it split the bar to see if you can not imitate an out.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-16
    • 文件大小:4038536
    • 提供者:robmum
  1. MFVT1_18

    2下载:
  2. 模拟诺顿杀毒软件界面的程序;实现了单文档动态多视图的主界面,精美按钮,可以用按钮控制显示特定View中的内容,在视图之间传递消息,改变拆分条的宽度和颜色,隐藏菜单条,用GDI+实现ListCtrl的渐变位图标题,在单文档多视图的FormView上显示BMP位图文件,固定了拆分条位置和窗口大小,漂亮的鼠标敏感渐变字体变色按钮;2009年的春节假日期间用VS2005辛苦完成。-Simulation of Norton antivirus software interface procedures
  3. 所属分类:Dialog_Window

    • 发布日期:2014-10-14
    • 文件大小:4029747
    • 提供者:人民币
  1. viewex

    0下载:
  2. 关于MFC多视图的联系例子,其中有视图拆分方面精彩的产生。-About MFC MDocment
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:23263
    • 提供者:herry
  1. MySplit

    0下载:
  2. 本人在学习VC时写的一个使用CSplitterWnd类实现静态窗口拆分的小程序,在VC6.0下测试通过。-A small procedure about how to realize static split window using CSplitterWnd class, which is tested in VC6.0 .
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:75054
    • 提供者:刘雪
  1. CSplitterWndDemo

    0下载:
  2. 静态拆分视窗示例程序,演示了窗口拆分的一些技巧。-Examples of static split window procedure, demonstrated some techniques split window.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-13
    • 文件大小:2803898
    • 提供者:王子伟
  1. GRAPH.13

    0下载:
  2. 拆分窗口的程序,是基于多文档的,很不错啊,是MFC的源代码-Split window procedures are based on many documents, very错啊is MFC source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:41266
    • 提供者:
  1. Fh_File_Tool

    0下载:
  2. 可以将一个行文件自动拆分成多个小文件,可以将多个小文件合并成一个文件。-A line can be automatically split files into multiple small files, a number of small files can be merged into one document.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:278317
    • 提供者:张再生
  1. DiviedPlus

    0下载:
  2. 判断任意一个正整数是否能被拆分为连续N个正整数的和的简单算法-To determine whether any positive integer can be broken into for a positive integer N and a simple algorithm
  3. 所属分类:Applet

    • 发布日期:2017-04-12
    • 文件大小:535
    • 提供者:boter
  1. pointset

    0下载:
  2. 基于OPenCV的源码,用于分割而为点集,函数执行二次方程的算法,将集合拆分成一个或更多的等效类。-Based on the source OPenCV for partition and for the point set, function to implement the algorithm quadratic equation will be split into a set of equivalent or more categories.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6895
    • 提供者:无梦
  1. matrix

    0下载:
  2. LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积-Serial LU matrix factorization algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:787
    • 提供者:cherish
  1. Windowtest

    0下载:
  2. MFC 中实现窗口的拆分,各个子窗口是一个独立的view-MFC implement window divide!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:57578
    • 提供者:吴勇
  1. TableExam05091031

    0下载:
  2. 实现 表格 的拆分 合并 功能 十分 强大并且准确度高-To achieve the resolution of the combined form a very powerful function and high accuracy
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:80013
    • 提供者:匡伟鹏
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 27 »
搜珍网 www.dssz.com