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

搜索资源列表

  1. linux-shell

    0下载:
  2. shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:maochenxi
  1. winapp4

    0下载:
  2. editbox to edit items in vb.net application
  3. 所属分类:EditBox

    • 发布日期:2017-04-03
    • 文件大小:25242
    • 提供者:Vaishali
  1. QQ_flooder

    0下载:
  2. 可以给聊天窗口发送字符串,并且模拟按键输入来达到自动聊天效果. 适合新手学习使用多线程,Edit控件,winapi编程.-String can be sent to the chat window, and the analog key input to the auto chat effect. Suitable for beginners learning to use multiple threads, Edit control, winapi programming.
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:30903
    • 提供者:华仔
  1. moretextedit

    0下载:
  2. linux qt 多文本编辑器,支持复制粘贴撤销等很多功能.-linux qt text edit
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1711790
    • 提供者:曾庆国
  1. Kugou

    0下载:
  2. 源码说明:内含VC++源码、易语言源码各一份.包含所有图片源码(使用Fireworks编辑)   开发环境:VC版--VS2005、Gdiplus;易语言版--易语言5,无模块   实现方法:给窗口加上WS_EX_LAYERED样式,使用Gdiplus画出图片,然后UpdateLayeredWindow。处理WM_MOUSEHOVER、WM_MOUSELEAVE消息,鼠标进入或移出画出不同状态。 -Source Note: VC++ source code included,
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:643544
    • 提供者:林海波
  1. NewProPage

    1下载:
  2. 建立具有两个属性页的对话框,分别用以录入男女信息: 男方需要录入的信息: 姓名:(编辑框,最多5个汉字) 出生年份:(使用组合框,组合框不可输入,列出1950到本年度的所有年份,最近的年份在前面) 简历:(编辑框,内容比较多,要求能够多行输入) 婚否:(使用复选框) 民族:汉族,回族,藏族,其他(使用单选框) 女方需要录入的信息: 姓名:(编辑框,最多5个汉字) 年龄:(编辑框加微调按钮,范围为 20 – 60,输入范围为 0 – 188,并可通过
  3. 所属分类:Dialog_Window

    • 发布日期:2016-08-01
    • 文件大小:2307072
    • 提供者:liuyadong
  1. javachinesepinyin-bundle

    0下载:
  2. 这是一个中文拼音输入法的Java实现,基于HMM模型,无词典,能完成拼音转汉字,和汉字转拼音的任务,并结合Edit Distance使其具有中文输入纠错功能。-This is a Chinese Pinyin input method of the Java implementation of HMM-based model, no dictionary, to complete Pinyin turn Chinese characters, Pinyin and Chinese charact
  3. 所属分类:IME Develop

    • 发布日期:2017-05-26
    • 文件大小:8757240
    • 提供者:若若納风
  1. CEdit

    0下载:
  2. 编辑框与按钮的结合使用,当在编辑框输入文字时,点击控件会把编辑框的字清空掉-Edit box and button combination, while in the edit box to enter text, click the edit box control will clear out the word
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:31105
    • 提供者:朱神
  1. clock-VS2010

    0下载:
  2. 本程序简单实用了VS2010编写了一个简单的时钟显示程序-The program is about the application of VS2010 to edit a simple program which is about clock show
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:716872
    • 提供者:likly
  1. ControlTab

    0下载:
  2. 通过单选按钮控制来控制页面的变化顺序,同时把页面上的数据输送到主对话框的编辑框里,同时通过菜单来保存编辑框的内容到文件-Radio button control through changes in order to control the page, while the data transmission on the page to the main editing dialog box, and through the menu to save the edit box contents
  3. 所属分类:Tab Control

    • 发布日期:2017-05-27
    • 文件大小:10664148
    • 提供者:wuhuzi
  1. ReadTxtToEdit

    0下载:
  2. 将txt文件中的内容显示到Edit控件中,简单-Txt file will display the contents of the Edit control, simple
  3. 所属分类:EditBox

    • 发布日期:2017-05-16
    • 文件大小:4263679
    • 提供者:ltree
  1. Mk-Editor

    0下载:
  2. 天下霸图游戏的剧本解码器,可以打开所有的.mk文档,便与初学者学习使用edit控件-Pa plays the game world map decoder, you can open all. Mk document, and beginners will learn how to use edit control
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:55919
    • 提供者:UPP
  1. studentsysterm

    0下载:
  2. ①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 ②: 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 ③: 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。 -①: using a single linked list implementation of this procedure requires th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:267060
    • 提供者:jack
  1. NumEditCtrl_demo.zip

    0下载:
  2. 数字输入编辑框,The edit which accpets numeric input
  3. 所属分类:EditBox

    • 发布日期:2017-11-08
    • 文件大小:33450
    • 提供者:
  1. ToolbarEditor.rar

    0下载:
  2. 一个很好的工具栏图标编辑程序,可以将任意图片编辑成真彩色图标,很受用哦!,A good editing program icon in the toolbar, you can edit any picture into True Color icons, popular with Oh!
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-25
    • 文件大小:327431
    • 提供者:Lake.xiao
  1. CodeHighlighter.zip

    0下载:
  2. 源代码编辑控件,大家可以参考,不过里面有用到其他三方的一些控件。,Source code edit control, we can refer to, but it useful to some of the other three controls.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2098536
    • 提供者:arn
  1. bianjikuang.rar

    0下载:
  2. 非常好看的EDIT控件,从CWnd派生,以后就可以做出个性的CEDIT了,Very nice EDIT control derived from CWnd, after CEDIT personality can make a
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:35309
    • 提供者:代华
  1. DEMO7.rar

    1下载:
  2. c# word编辑器的一个经典的例子,通过本程序可以直接编辑word文件中的内容。程序结构清晰,严谨。,c# word editor, a classic example of the passage of this program can directly edit the contents of word document. Program structure clear and rigorous.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:187331
    • 提供者:赵炜
  1. SubClass.rar

    0下载:
  2. 编辑框的子类化问题,限制在编辑框中只允许输入浮点数.,Edit box of the sub-class problem, limited to the edit box to allow only the importation of floating-point numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:14190
    • 提供者:花吹雪
  1. ComboBox.rar

    0下载:
  2. 开发comboBox控件来显示Listctrl控件位图、FlexGrid控件初始化数据内容、Edit控件文本输入的MFC对话框程序,适合初学者。,ComboBox,ListCtrl,FlexGrid,Edit
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:617697
    • 提供者:kjw
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com