搜索资源列表

  1. csplitstring拆分字符串

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

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:李秉肇
  1. 文本串拆分类的设计

    0下载:
  2. 文本串拆分类的设计 对文本的拆分封装成一个独立的类,以便代码重用,类的设计具体如程序-text strings demolition classification of text designed to split the package into a separate category, in order to reuse code, the design of specific categories such as procedur
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:杨松
  1. 正方形拆分

    0下载:
  2. 给定一个矩形,把这个矩形拆分成若干个正方形,这些正方形的边长相同,问怎样拆分,正方形的边长是最大的,并把这个边长输出来。-given a rectangular, the rectangular split into a number of square, the square-the same side, asking how separation of the square is the largest side length,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:239616
    • 提供者:范围
  1. vc+6.0实现文本串的自由拆分

    0下载:
  2. 实现文本串的自由拆分,可用于命令行分解和字符管理部分-free separation can be used to the command line management of decomposition and some characters
  3. 所属分类:文件操作

    • 发布日期:2024-05-16
    • 文件大小:31744
    • 提供者:张连成
  1. 嵌入式拆分窗口

    0下载:
  2. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:
  1. 拆份窗口

    0下载:
  2. 用VC++实现的关于拆分窗口的例子,各个窗口用的View也不同,有EditView,ListView,FormView,等-with VC on the split window examples of the various window View different, EditView, ListView, FormView, etc.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:2024448
    • 提供者:fwy
  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. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:103424
    • 提供者:万鹏
  1. syncopatewindow

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

    • 发布日期:2024-05-16
    • 文件大小:226304
    • 提供者:ypw
  1. ex20b

    0下载:
  2. 在vc6中实现拆分窗口的实例,在vc6中实现拆分窗口的实例-vc6 in achieving resolution window of examples and achieve separation vc6 examples of window
  3. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:1955840
    • 提供者:asfsafd
  1. viewExpe

    0下载:
  2. 用VC++拆分窗口,是个不错的东西。比较实用。-VC Resolution window is not a bad thing. More practical.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:64512
    • 提供者:jiao
  1. outbardemon

    0下载:
  2. 拆分窗口的例子,类似outlook风格的电子书。-example, a similar outlook of E-book style.
  3. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:69632
    • 提供者:Rong
  1. dialogc008

    0下载:
  2. 对话框子类设计,窗口拆分的源程序,是进行界面开发的好资源。 -Subclass dialog design, split the source window, interface development is a good resource.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:150528
    • 提供者:王华
  1. dtfgq

    0下载:
  2. 可实现拆分窗口,在MFC编程中很重要,把窗口拆分成几个区域,并且尅让区域之间有联系-Can be split window in MFC programming is very important, the window split into several regions, and grams of the link between regional
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:47104
    • 提供者:凌霄
  1. LanUsbT1_0918

    0下载:
  2. 一个单文档多视图的MFC程序;把整个窗口拆分为左右对称的6个视图,视图类型包括CListview,CTreeView,CView。这是学习拆分窗口的好例子。并且使用了CListView的virtual模式,可以极大的提高大量数据在列表中的显示速度。-A single multi-view of the MFC documentation procedures the entire window for symmetrical spli
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-16
    • 文件大小:106496
    • 提供者:人民币
  1. Splitter_SdiT2

    0下载:
  2. 一个可以动态切分窗口的程序。本程序可以通过菜单选项,把应用程序窗口多个不同的视图。比如先把窗口分割为左右两部分,在把右侧窗口拆分为2部分,3部分等;也可以把已经拆分的窗口重新合并。基于单文档的程序(SDI)。-A window of dynamic segmentation procedures. This procedure can be menu options to the application window a number
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:人民币
  1. chaifenchuangkou

    0下载:
  2. 这厮是用VC++编的,旨在在单文档重拆分窗口的程序。-这厮is VC++ Series, aimed at re-split in a single document window procedure.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:22528
    • 提供者:xx5234
  1. FileSerialize1

    0下载:
  2. 文档序列化,视类窗口拆分运用,通过这个程序可以学到很多VC的知识-Sequence of documents, depending on the type of split application of window through which the program can learn a lot of knowledge of VC
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:2120704
    • 提供者:陈娟
  1. jingtaicaifen

    0下载:
  2. 一个文档的视图才分技术,VC中视图静态拆分的机理-View a document才分technology, VC static view of the mechanism of separation
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:4009984
    • 提供者:陈娟
  1. MyTemplate

    0下载:
  2. VC++中开发的opengl程序,用CSplite拆分窗口,简单演示OpenGl的线框模式和渲染模式,球体的造型,颜色的显示等。-VC++ Developed opengl program split CSplite window, a simple demonstration of the wirefr a me model and OpenGL rendering modes, spherical shape, color disp
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:2577408
    • 提供者:魏小智
  1. VCMake

    0下载:
  2. 初学VC的好东西。很多个小例子和文档说明。主要内容(例子):01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3275776
    • 提供者:zhangyu
« 1 23 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org