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

搜索资源列表

  1. SoundControl

    0下载:
  2. SoundControl.rar VC++写的可以控制系统音量的演示程序,可以设置快捷键 -SoundControl.rar VC++ to write to control the volume of the demo program, you can set shortcut keys
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:141884
    • 提供者:umyth
  1. ConvertDemo_

    0下载:
  2. 一个VC++的进制转换组件及实例源代码,提供各种不同进制互相转换接口声明,以及二个接口涵数:IsValidate()用来检验输入有效性 Convert()来完成实际转换,编译时只用编译示例文件就可以,DLL组件会自动生成。演示程序展示了如何在二进制、八进制、十六进制、十进制之间转换数据。 -A VC++ the hex conversion components and source code examples, providing a variety of interchangeable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:186396
    • 提供者:王佳佳
  1. DlgBmp

    0下载:
  2. 该程序演示了如何在VC++下对话框中动态显示位图。-This program demonstrates how dynamic display in the dialog box bitmap
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:30087
    • 提供者:ldy
  1. 200892238986381

    0下载:
  2. 基于5000-18演示程序VC源码,一个好东西-VC demo program source code based on 5000-18
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:909153
    • 提供者:mmgg
  1. VCPP_dy

    0下载:
  2. VC++ 进程调度算法演示 求设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-VC++ demo process scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2164271
    • 提供者:邓勇
  1. WorkerThread

    0下载:
  2. VC++ 创建Worker线程实例源码 VC++ 创建Worker线程实例源码,演示了如何创建线程,启动线程,设置线程参数,并向主线程窗体发送消息等基本的线程操作实例-VC++ source code to create an instance of Worker thread Worker thread created VC++ source code examples to demonstrate how to create a thread, start a thread, set t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:12132
    • 提供者:wang
  1. ZoomPart

    0下载:
  2. VC++局部放大图像演示实例,WEB上有不少类似的应用,一般都使用插件实现,用VC实现倒是还没有见过,不过应该也不复杂,其实也就是一个放大镜效果,鼠标移动到图片上,会把接近的区域按比例放大,本例子中添加了两个快捷功能,点鼠标左键是缩小图像,右键是放大图像-VC++ to enlarge the image shows examples of local, WEB there are many similar applications, using plug-ins are generally a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:131624
    • 提供者:黄黄
  1. WaveletTransform

    0下载:
  2. 小波变换 VC++的演示源代码,应用到了图像处理上,打开BMP图像 ,可以进行小波一次、二次、三次变换,也可以进行行列变换、滤波及反变换,这里不多说,源代码是最好的说明 。 -Transform presentation VC++ source code, applied to image processing, open BMP images, the wavelet can be once, twice, three times a transformation, the ranks c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:189742
    • 提供者:黄黄
  1. kohonen

    0下载:
  2. 自组织神经网络的C++实现,具有图形化演示效果-self organization map with VC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1648666
    • 提供者:吴鹏飞
  1. KeyMessage

    0下载:
  2. vc++ KeyMessage 监听键盘按键状态的演示程序。希望对大家有所帮助-vc++ KeyMessage monitor the state of the keyboard keys demo. We want to help
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:9311
    • 提供者:madud00005
  1. advertising

    0下载:
  2. 在VC++的窗体中显示Flash动画(广告条幅演示)-In VC++ Flash animation to display the form (ad banner demo)
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:21364
    • 提供者:
  1. random

    0下载:
  2. 使用VC ++程序生成任意分布的随机数,类似示波器的演示代码,基于几何直观面积的方法,以正态分布随机数的产生为例讨论了任意分布的随机数的产生方法,界面做的不错-VC++ program using any random number generation, similar to the scope of the demonstration code, based on the visual area of ​ ​ the geometric approach to norma
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:23424
    • 提供者:madud00021
  1. bianlitree

    1下载:
  2. VC++遍历树形控件代码演示,将树控中各主节点、子节点全部枚举,希望对您有所帮助-VC++ code to traverse the tree controls demonstrated, the tree control in the master node, all the enumeration of child nodes, I hope for your help
  3. 所属分类:GUI Develop

    • 发布日期:2015-10-11
    • 文件大小:11264
    • 提供者:madud00027
  1. timedemo

    0下载:
  2. 在VC++窗体中使用时间控件的实例,不是日期选择器,希望不要搞混哦。比时间选择器更直接、更简单点的,把日期和时间隔开,主要是为了演示各自的用法,高手可跳过,本代码仅供VC++初学朋友参考。 -Form in VC++ examples of using time control, not a date picker, hope not to confuse Oh. More direct than the time selector, simpler point, the date and
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:10825
    • 提供者:madud00027
  1. VCPPchuanyu

    0下载:
  2. 穿越丛林,演示如何让人越过障碍而前进,这是《学VC编游戏》的第五个示例,重点学习安排场景和解决对象遮档。操作方法:   A、在场景内用鼠标点任意点,可指挥主角移动。   B、ESC键,退出游戏。      游戏编写方面主要使用了以下知识、技术。   1.类文件和建立方法,使用方法   2.调入场景文件,初始化场景。   3.冒泡法排序。   4.用冒泡法排序解决对象遮挡。   5.实用的无闪烁刷屏方法。-Through the jungle,
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:74676
    • 提供者:欧阳蓝
  1. VC_showtitle

    0下载:
  2. VC++ 显示、隐藏窗口标题栏,可以将标题栏删除掉,只显示窗体的主体,感觉 不习惯,这里主要是演示一下用VC++获得窗口的标题栏,然后去控制标题栏,除了显示、隐藏外,还有其它的一些功能等你去实现。 -VC++ show, hide the window title bar, you can title bar removed to show only the form of the body, feeling not used here mainly to show you how to u
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:10616
    • 提供者:madud00041
  1. WorkerThread

    0下载:
  2. VC++ 创建Worker线程实例源码,演示了如何创建线程,启动线程,设置线程参数,并向主线程窗体发送消息等基本的线程操作实例 。 -VC++ source code to create an instance of Worker threads, demonstrates how to create a thread, start a thread, set the thread parameters, send a message to the main thread form the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:10839
    • 提供者:
  1. WaitThread

    0下载:
  2. 等待一个已有线程自动结束的VC++代码,我们不能只管创建进程,而不管它的死活,应该 学会如何接应它,转向其它方式或进行下一个任务,本代码 主要演示的是跟踪进程的运行状态,并判断它是否仍在运行,如果是,则等待它运行完毕,不妨参考。 -Waiting for a thread has been automatically end the VC++ code, we can not just create the process, regardless of the life and death,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:11073
    • 提供者:
  1. Graphic

    0下载:
  2. Graphic 用VC画直线、画椭圆、画矩形、画点,选择所要绘制的图形,拖动鼠标即可完成绘制,同时程序还演示了如何读取和写入TXT文件。 -Graphic drawing a straight line with the VC, painted oval, rectangular painting, drawing point, select the graphic you want to draw, drag the mouse to complete the drawing, and t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:29564
    • 提供者:madud00047
  1. test-polygonapolygon-1.0-exePcode

    0下载:
  2. vc写的多边形与多边形相交检测演示程序。-a demonstration program about intersection test of two plane ploygen.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4037619
    • 提供者:杨超
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com