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

搜索资源列表

  1. zuixiaobianjijuli

    0下载:
  2. 求两个英文字符串的最小编辑距离的C语言源代码,在VC++6.0环境下编译、运行成功。-Seeking two English string edit distance of the C language source code, VC++6.0 environment compiler, running successfully.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:蓝睫毛
  1. EventSynch

    0下载:
  2. VC++利用事件对象实现线程同步的问题,示例代码实现两大功能:1、不使用事件同步启动两个线程向编辑框中写入不同字符;对于没有使用同步对象时,可能出现输出字符比使用同步对象时少的现象,这是因为线程同时对资源进行操作的结果。2、使用事件同步启动两个线程向编辑框中写入不同字符。 -VC++ using the event object for thread synchronization problem, the sample code to achieve two major functions
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:16397
    • 提供者:李渊
  1. A8

    0下载:
  2. VC++ MFC编程 通过按一个按钮实现编辑框内的数值不断增加。 相当实用在开发运动控制的时候-VC++ MFC programming by pressing a button to achieve the increasing value of the edit box. Very useful in the development of motion control when
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1854274
    • 提供者:陈小磊
  1. 5475755

    0下载:
  2. 限制编辑控件输入的字符类型,VC++精选学习源码,很好的参考资料。-Limit the edit control input character type, select learning VC++ source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:139812
    • 提供者:清蒸翅子
  1. MutexSynch

    0下载:
  2. 摘要:VC/C++源码,系统相关,互斥对象,线程同步 利用互斥对象实现线程同步,当勾寻使用互斥进行同步”按钮时,可启动一个线程向编辑框写入字符A,然后再启动一个线程向边界框写入字符B,可以看到只被执行一个线程,线程同步问题请下载源码参阅。-Abstract: VC/C++ source, system-related, mutex objects, thread synchronization synchronize threads using the mutex object, when
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:19403
    • 提供者:海少
  1. ODBCDatabase2

    0下载:
  2. 使用MFC ODBC查看、编辑数据源中表的数据,VC++经典编程学习源码,很好的参考资料。-Use the MFC ODBC to view, edit the data source table data, VC++ classic learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:23462
    • 提供者:南煎丸子
  1. DialogEditDrag

    0下载:
  2. 实现拖放文件到对话框中的编辑控件,VC++精选编程源码,很好的参考资料。-Drag and drop the file to edit controls in the dialog, select VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:13911
    • 提供者:清蒸翅子
  1. Demo

    0下载:
  2. 在编辑框中追加文本,VC++精选编程源码,很好的参考资料。-Additional text in the edit box, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:12558
    • 提供者:桂花翅子
  1. 45834646

    0下载:
  2. 在编辑框中实现多行显示,VC++精选编程源码,很好的参考资料。-Realization of multi row displayed in the edit box, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12163
    • 提供者:桂花翅子
  1. 735764

    0下载:
  2. 限制编辑框输入文本的长度,VC++精选编程源码,很好的参考资料。-Limit the length of text edit box enter, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:12387
    • 提供者:桂花翅子
  1. 4864555

    0下载:
  2. 限制编辑框只能输入数字,VC++精选编程源码,很好的参考资料。-Limit edit box can only enter numbers, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13605
    • 提供者:桂花翅子
  1. 74364666

    0下载:
  2. 将编辑框中输入的字符转换为大写(小写),VC++精选编程源码,很好的参考资料。-The input edit box characters converted to uppercase (lowercase), VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:13673
    • 提供者:桂花翅子
  1. LimitEditBox

    0下载:
  2. 只允许输入字母,并转换为大写的编辑框,VC++精选编程学习源码,很好的参考资料。-Only allow input is converted to uppercase letters, and edit box, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13598
    • 提供者:什锦豆腐
  1. ReturnEditDemo

    0下载:
  2. 单行编辑控件输入回车后,不响应默认控件处理消息,VC++精选编程学习源码,很好的参考资料。-A single line edit control input after the return, do not respond to the default control message processing, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12693
    • 提供者:什锦豆腐
  1. ColorEditBox

    0下载:
  2. 设置编辑框控件的背景、文本颜色,VC++精选编程学习源码,很好的参考资料。-A single line edit control input after the return, do not respond to the default control message processing, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12563
    • 提供者:什锦丁儿
  1. ReadEditDemo

    0下载:
  2. 创建完全只读(没有输入焦点,不能选择)的编辑框,VC++精选编程学习源码,很好的参考资料。-Set the background color, text edit box control, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:13831
    • 提供者:什锦丁儿
  1. FloatEditDemo

    0下载:
  2. 实现只能输入小数的编辑框控件,VC++精选编程学习源码,很好的参考资料。-The edit control can only enter the decimal, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:14053
    • 提供者:什锦丁儿
  1. BaseRichEdit

    0下载:
  2. 使用Rich Edit编辑框格式化显示文本,VC++精选编程学习源码,很好的参考资料。-Use the Rich Edit format to display the text edit box, VC++ select learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:13260
    • 提供者:桂花翅子
  1. DyCtrlCreate

    0下载:
  2. 动态创建和删除编辑控件,VC++精选编程源码,很好的参考。-Dynamic creation and deletion of the edit control, VC++ programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12768
    • 提供者:什锦丁儿
  1. BEE

    0下载:
  2. 简单的十字方块游戏 简单的十字方块游戏-With C# language the development COM (Componet Object Model Compon Visualbasic 6.0 software developm Copy files with progress bar (SHF Liquid phase used to manipulate the VC Office. The control with multi-ui as
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2068695
    • 提供者:sunxinghai
« 1 2 ... 14 15 16 17 18 1920 21 22 23 »
搜珍网 www.dssz.com