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

资源列表

« 1 2 ... .90 .91 .92 .93 .94 48295.96 .97 .98 .99 .00 ... 58526 »
  1. ptclr

    0下载:
  2. vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标。-When vc++ to get the color of the specified pixel, as shown in the demo screenshot, users can use the left mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:77.14kb
    • 提供者:bpudn85
  1. zoomimagedemo

    0下载:
  2. VC++图片的伸缩显示,并不是图像拉伸,类似于图片放大功能,在窗口中单击【1:1】按钮,图片不缩放;单击【按宽度】按钮,图片充满图片框的宽度;单击【按高度】按钮,图片充满图片框的高度;单击【充满】按钮,图片充满整个图片框;单击【居中显示】按钮,图片正好出现于图片框的中心,宽度和高度分别为图片框宽度和高度的一半。-VC++ Telescopic images displayed image is not stretched, similar to the picture zoom function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:81.39kb
    • 提供者:jpudn81
  1. cPP-source-code

    0下载:
  2. 一个C++的源码包!!!很好的一个源码文件-a c plus plus source code !!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5.71mb
    • 提供者:ding
  1. AutoRun

    0下载:
  2. VC++让程序在开机启动时就自动运行,利用win.in文件实现相关程序的自动启动。在该文件的“【Windows】”数据段中,有两个数据项“load=”和“run=”,它们的作用就是在系统启动之后自动地装入和运行相关的程序。如果我们需要在系统起动之后装入并运行一个程序,只将需要运行文件的全文件名添加在该数据项的后面,系统启动后就会自动运行该程序,这里是通过WritePrivateProfileString函数来实现。-VC++ to allow the program to run automat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10.86kb
    • 提供者:jpudn82
  1. RegisterOcx

    0下载:
  2. VC++在程序中用代码注册和卸载ocx控件,在软件开发过程中,我们经常会用一些免费或收费的OCX控件,这样可加快开发进度,使用OXC控件之前需要注册,使用完成后为了减少资源浪费我们还需要卸载这些控件,可以用Delphi或VC的工具来实现,但如果用程序自身来实现,会更方便,该如何实现呢?   一般情况下,控件的OCX文件中已包含有DLLRegisterServer和DLLUnregisterServer函数,我们只需调用它们便可实现OCX控件的注册与卸载。-VC++ program usin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:11.89kb
    • 提供者:jpudn83
  1. ShortCut

    0下载:
  2. VC++为你的应用程序创建和删除快捷方式,添加开始菜单程序组菜单,这里首先利用OLE通过调用CoCreateInstance()函数建立一个IID_IShellLink实例,并同时得到其接口指针。利用这个接口指针可以对其各项属性进行设置。为了使这些信息以快捷方式的数据文件(*.lnk)格式保存起来,还需要从IID_IShellLink对象取得其 IID_IPersistFile接口指针,以便于调用其成员函数Save(),保存前面设置的信息。删除快捷方式就更简单些了,具体请参阅代码吧。-VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:14.73kb
    • 提供者:jpudn84
  1. jiemiji

    0下载:
  2. VC++产生程序序列号的实例代码,包括了一个简单的注册机程序和生成序列号的程序,两者结合完美演示如何在VC++开发的应用程序中实现软件注册功能。-VC++ serial number generator code examples, including a simple RI programs and procedures to generate a serial number, a combination that perfectly demonstrates how++ applicatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:18.88kb
    • 提供者:jpudn85
  1. Ethernetframe

    0下载:
  2. C++ Ethernet帧封装_解析_模拟发送,分为单线程模拟发送和多线程模拟发送,压缩包中有供测试用的可执行程序和源代码文件,测试字符串NankaiU.txt是发消息时用的。-C++ Ethernet frame encapsulation _ analytical _ analog transmission, divided into single-threaded and multi-threaded simulation of analog transmission sending co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:229.89kb
    • 提供者:jpudn86
  1. IPHelper

    0下载:
  2. IPHelper源码包,C++ IPHelper IP输入控件,用到Microsoft LAN Manager类,用来输入IP的时候的一个输入框控件-IPHelper source package, C++ IPHelper IP input control, use Microsoft LAN Manager class, used to enter the IP when an input box control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:17.7kb
    • 提供者:jpudn87
  1. cjcsrc

    0下载:
  2. 一些C语言精髓例子【源码】,例子包括了基础篇、数据结构篇、数值计算与趣味数学篇、图形篇、系统篇、常见试题解答篇、游戏篇、综合实例篇等全部的书中光盘例子,使用方法:比如实例1的1.c文件(可以在001目录下找到),拷贝到tc编译器目录下,运行tc.exe,打开编译器,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。相信这些例子对于学习C语言编程是相当不错的。-Some examples of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.1mb
    • 提供者:jpudn88
  1. windiff_src

    0下载:
  2. 一个由VC++写的文件比较器软件源码—— windiff源代码,用来比较文件异同,当然还有其它的一些功能,源码来自国外C++社区,在VC6.0下可编译运行,运行截图如上所示。界面语言英文。-By the VC++ to write a file comparison software source code- windiff source code files to compare similarities and differences, of course, there are some o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:218.33kb
    • 提供者:jpudn89
  1. MD5dllsrc

    0下载:
  2. VC++源代码写的用于md5加密算法的一个DLL组件源码,虽然是半成品,不过学习一下VC++中编写DLL也是不错的选择,另外还可以研究MD5加密算法具体实施代码。-VC++ source code written in a DLL component source code for md5 encryption algorithm, although semi-finished products, but to learn about the DLL written in VC++ is a g
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:jpudn90
« 1 2 ... .90 .91 .92 .93 .94 48295.96 .97 .98 .99 .00 ... 58526 »
搜珍网 www.dssz.com