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

资源列表

« 1 2 ... .67 .68 .69 .70 .71 48272.73 .74 .75 .76 .77 ... 58526 »
  1. qhzgocr

    0下载:
  2. 图像处理的图像以及相关的代码,真的很有用的,你用就知道了-Image processing, image and related code, is really very useful, you used to know
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10.38mb
    • 提供者:陈曦
  1. delphiextfile

    0下载:
  2. Delphi更改文件的扩展名并保存,比如,本代码中的默认文件扩展名为ICO,程序将其改为BMP,演示如何截取文件扩展名并修改扩展名后保存文件属性源码- After Delphi change the extension of the file and save, for example, the code in the default file extension ICO, the program will change it to BMP, demonstrates how to inte
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.58kb
    • 提供者:D5NUEOR
  1. range

    0下载:
  2. 数据结构排序算法,包含大部分排序算法 数据结构排序算法,包含大部分排序算法-Sorting algorithm of data structure, including most of sorting algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:341.09kb
    • 提供者:毛辉辉
  1. project_cPP

    0下载:
  2. VC++按钮控件文件胆码阿大叔大asfasf-VC++ Button control
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:48.12kb
    • 提供者:张林
  1. binaries_r13

    0下载:
  2. cctalk libraries visual basic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:52.46kb
    • 提供者:inetdream
  1. cfile64

    0下载:
  2. 本cfile64源码包是一个支持Win32 64位文件系统的一个类,基于此类可读取大文件,是一个文件操作类。来自国外的代码,参考价值大。-The cfile64 source package is a support class Win32 64-bit file system, based on such a large file can be read, a file operation type. From foreign code, reference large value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:14.38kb
    • 提供者:wpudn24
  1. memmap

    0下载:
  2. 一个运行于C++环境的内存映像文件,提供的CMemMapFile功能比较强大,C++早期版本的代码文件,在VC6.0下转换后即可编译运行。同样来自国外的源代码,想了解与内存映像相关方面知识的可下载本源码-A C++ environment running on memory image file, CMemMapFile provides more powerful functions, C++ code in earlier versions of files, you can compile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15.13kb
    • 提供者:wpudn24
  1. sinstance

    0下载:
  2. 让程序只可在一台电脑上运行一个程序实例,C++如何做到的,利用MMF(内存映像文件)来检测,通过其提供的CSingleInstance类,设置exe可执行程序只有一个实例,如何检测一个程序的拷贝正在运行是一个古老的问题,这个例子利用MMF确实值得推荐。-Let the program can only run one instance on a computer, C++ how to do, using MMF (memory image file) to detect, provided b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5.51kb
    • 提供者:wpudn24
  1. shut_down

    0下载:
  2. 基于IdleUI.dll动态链接库实现的VC++定时关机程序,也可定时锁定系统,程序界面友好,有丰富的设置选项。运行程序时请记得把IdleUI.dll拷贝到Debug目录中。本程序可预设关机时间,可弹出和关闭光驱,也可重新启动计算机,自定义时间功能丰富,还可将本程序添加到启动菜单中。   在此说明下IdleUI.dll的使用:   - 应用启动时调用 IdleUIInit   - 应用终止时调用 IdleUITerm   - 调用 IdleUIGetLastInputTi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:32.5kb
    • 提供者:wpudn24
  1. dtwinver

    0下载:
  2. 一个较老的程序,可检测操作系统版本,支持Win32s、Windows95/98、NT Workstation/Server 3.1和以后版本,在XP下未做版本检测测试,自己动手试下吧。-An older program that can detect the operating system version, support for Win32s, Windows95/98, NT Workstation/Server 3.1 and later versions, without making
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:18.72kb
    • 提供者:wpudn24
  1. getbmpvc

    0下载:
  2. VC++通过位图文件直接获取位图文件大小,打开一张BMP位图后,立即显示出位图大小,这里是获取像素尺寸大小,不用占用字节。-VC++ After obtaining the size of the bitmap file directly through the bitmap file, open a bitmap BMP, immediately shows the bitmap size, here is to get the pixel size, without taking bytes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:28.28kb
    • 提供者:wpudn25
  1. cputicker

    0下载:
  2. 一个基于C++用于检测Pentium CPU时钟主频的小程序,高精度显示,原理是通过嵌入汇编语言后检测"RDTSC"和"PCLKS"来实现,较底层的操作。不过无从知道能否检测更高主频的CPU。若有需要的自己下载源码研究下。-A C++-based program for the detection of small Pentium CPU clock speed, high-precision display, the principle is the detection by embeddin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9.17kb
    • 提供者:wpudn25
« 1 2 ... .67 .68 .69 .70 .71 48272.73 .74 .75 .76 .77 ... 58526 »
搜珍网 www.dssz.com