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

搜索资源列表

  1. joseph

    0下载:
  2.  首先,认识并了解著名的约瑟夫问题:已知n个人(n>=1)围坐一圆桌周围,从1号开始顺序编号。从序号为1号的人开始报数,顺时针数到m的那个人出列:他的下一个人又从1开始报数,数到m的那个人又出列;依此规则一直重复下去,直到所有人全部出列,要求:求出最后一个出列人的编号。  本程序运用VC++ 6.0开发工具,利用MFC框架构造一个基于对话框的应用程序,用户根据对话框的界面提示,了解约瑟夫问题,并且在对话框上键入总人数(n) 和出列数(m) 。由编辑框输出结果,结果显示为最后一个出列人的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1919111
    • 提供者:Wang Hao
  1. GPS_receiver

    0下载:
  2. 在VC++下的GPS串口接收程序。接收数据显示在编辑框中-In VC++ GPS serial receiving procedures. Receive data is displayed in the edit box
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:71388
    • 提供者:coco
  1. get_edit_password

    0下载:
  2. VC++ get_edit_password,获取编辑框的密码代码包,自动识别窗口句柄,打开一个需要输入密码的页面,输入密码,然后拖动窗口中的放大镜到密码框上,程序可自动获取到坐标和密码是多少,有意思吧,不过程序比较老,貌似在IE8和火狐下已经失效,你可以借此了解一下原理也可以。-VC++ get_edit_password, access to the edit box password code package, automatic identification window handle,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:22829
    • 提供者:wpudn19
  1. masked_edit

    0下载:
  2. 屏蔽的输入框,VC++屏蔽的编辑框 masked edit实例源码,可把输入的东西用其它特殊字符替代,不让用户看到,这样更安全,类似取款机输入密码一样的功能。-Masked input box, VC++ masked edit box masked edit source code examples, you can put something special characters entered by other alternatives, let users see, which is m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:11077
    • 提供者:wpudn19
  1. EasyMap

    0下载:
  2. VC++开源的SHP格式GIS地图查看软件源程序,注意这只是一个地图查看软件,并不能编辑地图,至少测试时候没有找到哪里可以编辑地图,用它可以打开SHP格式的地图文件,放大、缩孝漫游地图等,还可以查询地图上的某一点的位置等。-VC++ open source SHP format GIS map viewer software source code, note that this is a map viewing software, and can not edit the map, at le
  3. 所属分类:GIS program

    • 发布日期:2017-05-11
    • 文件大小:2559679
    • 提供者:Rain
  1. GetEdit

    0下载:
  2. VC++设置其它程序中编辑框的文本,期间用到GetWindowText(str)获取文本,在窗口的设置信息一栏中,输入设置的文本内容,再点击“设置”按钮,即可看到效果。-VC++ program is used to set other text edit box during GetWindowText (str) get the text, set the information in the window of a bar, the text input settings, and the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:20079
    • 提供者:gpudn52
  1. EventSynch

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

    • 发布日期:2017-04-29
    • 文件大小:15920
    • 提供者:kpudn46
  1. rsyntaxtextarea_2.5.2_Source

    0下载:
  2. 这是一个JAVA版本的编辑控件,支持语法着色,行号,标签(可用于表示断点),查找等功能,有点类似VC的RichEdit控件.- This is a JAVA version of the edit control, supports syntax coloring, line numbers, labels (can be used to indicate the breakpoint), search functions, somewhat similar to the VC RichEd
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1256438
    • 提供者:陈伟业
  1. AutoLogin

    0下载:
  2. VC++ progrmme that helps you to auto login web pages by edit the id and passwd with high comportability
  3. 所属分类:Browser Client

    • 发布日期:2017-03-29
    • 文件大小:946067
    • 提供者:wangwu
  1. vcfillwordtable

    0下载:
  2. VC操作控制word文档,实现了显示、编辑、表格填写等功能,功能齐全,非常实用-VC operation and control of word document, the display, edit, form, function, complete functions, very practical
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:48519
    • 提供者:ljh
  1. EditListCtrlSample.dsw

    0下载:
  2. 对CListCtrl列表控件进行了一个功能扩展,使它支持双击鼠标实现编辑主项(Item),也可以编辑子项(SubItem),并尽量符合CListCtrl的操作习惯。这个对VC的爱好者们应该很有用,必竟双击编辑已经让我们大部分人感觉很习惯了,因此这个功能的加入是符合注流的-CListCtrl controls on a list of extensions, it supports double-click editing to achieve the main items (Item), you
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-08
    • 文件大小:1900459
    • 提供者:杜君轩
  1. AEExam

    0下载:
  2. VC6+AE9.3实现GIS基本框架和部分功能(浏览、编辑、量算长度),shape图层属性浏览(无模式对话框,可以改变对话框的大小,比较实用),是学习Gis-VC+AE的实用参考材料。附件为全球三维地形图(GEOtiff格式)-VC6+ AE9.3 achieve GIS basic framework and some functions (browse, edit, and calculating the length), shape the Layer Properties view (n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10832789
    • 提供者:dmagic
  1. Bits-Tool-source

    0下载:
  2. 用VC写的2进制输出工具,用鼠标点选check控件时,edit控件会同步显示对应的数值,这份代码最重要的特色时控件颜色的显示。-Using VC to write two hexadecimal output tool, use the mouse to click the check controls, the edit control will display synchronous corresponding numerical, when this code is the most im
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:59807
    • 提供者:奥巴马
  1. MFCloading

    0下载:
  2. VC++ MFC进度条颜色渐变,中间显示百分比,有对edit重绘,实现画板的功能2.进度条重绘   比网上流传的老外写的效率高,由于设置背景模式为透明,产生的百分比会模糊,网上那个效率比较的低,一直在重绘,还好是c++速度快。-VC++ MFC progress bar color gradient, the middle shows the percentage of edit, redraw, realize Sketchpad features 2 progress bar redr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:35784
    • 提供者:lpudn70
  1. vc_draw_controls

    0下载:
  2. vc mfc自绘控件集合,包括CMenu,CStatic,Dialog,Edit,Slider,tab等-vc self draw controls,
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-02
    • 文件大小:14080839
    • 提供者:tifen
  1. mfcloading

    0下载:
  2. VC++ MFC进度条颜色渐变,中间显示百分比,有对edit重绘,实现画板的功能2.进度条重绘   比网上流传的老外写的效率高,由于设置背景模式为透明,产生的百分比会模糊,网上那个效率比较的低,一直在重绘,还好是c++速度快-VC++ MFC color gradient progress bar in the middle shows the percentage, there are redrawn for edit achieve progress bar Sketchpad fun
  3. 所属分类:StatusBar

    • 发布日期:2017-04-06
    • 文件大小:33492
    • 提供者:wangshuang
  1. CreatNumEdit

    0下载:
  2. 一个可以进行数字输入,显示,及编辑的数字编辑框,采用VC++语言开发的小程序。-A digital input, display, and edit digital edit box, small program using vc++ language development.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2090240
    • 提供者:予以
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20826
    • 提供者:dfjdj
  1. spinedit

    0下载:
  2. VC中经常通过spin按钮和edit按钮之间的关联进行数据的调整,该程序可以实现关联-VC often adjusted data by correlating between the spin button and edit button, the program can associate
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-25
    • 文件大小:33832
    • 提供者:shaoli
  1. B

    0下载:
  2. 以图片为背景对窗口进行编辑VC程序设计,改善外观-In the background of the picture window to edit VC program design, improve appearance
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1978621
    • 提供者:雯雯
« 1 2 ... 16 17 18 19 20 2122 23 »
搜珍网 www.dssz.com