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

资源列表

« 1 2 ... .70 .71 .72 .73 .74 48275.76 .77 .78 .79 .80 ... 58523 »
  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. MovieMouse

    0下载:
  2. 学习下VC++编写一个自定义鼠标光标样式的小实例,可改变鼠标指针的模样,改成指定的ANI格式的光标文件,而不是Windows默认的白色指针。请注意,如果打开程序后,你点击了设置动态光标按钮,一定要再点击下恢复,要不然的话,光标不会自动恢复到以前的样式,不过你可以通过Windows控制面板中的鼠标设置恢复默认样式。-Learning under VC++ to write a custom mouse cursor style small example, you can change the a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:11.28kb
    • 提供者:wpudn25
  1. ClipMouse

    0下载:
  2. VC++限制鼠标的活动范围,将鼠标限制在一定的区域内移动,比如本程序中,就是把鼠标限制在仅和窗体大小一样的区域中,也就是鼠标不能移出窗体,在到达边缘的时候,鼠标不能再向外移动,当点击“释放鼠标”后,鼠标完全恢复正常状态。-VC++ to limit the scope of activities of the mouse, the mouse is limited to moving within a certain area, such as the program is limited to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9.7kb
    • 提供者:wpudn25
  1. paramexe

    0下载:
  2. VC++调用带参数的exe可执行程序,先把DataManage、ParamExe两文件夹中的源代码用VC6.0编译生成,DataManage内的是需要连接数据库的,ParamExe可连接DataManage,通过参数实现数据库的备份分离和停止服务,需要的可参考下代码,都可以正确编译的-VC++ calls with parameters exe executable program, first DataManage, ParamExe two folders with VC6.0 compil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:37.8kb
    • 提供者:wpudn25
  1. cPPsnake

    0下载:
  2. C++写的控制台下的贪吃蛇,放上来和大家分享-Snake in C++ console under impress and share
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1.31kb
    • 提供者:zz
  1. CriticalSectionSynch

    0下载:
  2. Visual C++利用临界区同步线程的一个实例代码,测试前你可试着勾寻使用临界区”功能按钮,然后依次点击启动一个线程向编辑框写入字符A、启动一个线程向编辑框写入字符B,查看线程的运行变化,本例对于研究临界区同步线程问题,可起到很好的理解作用。-Visual C++ use thread synchronization in a critical region of code examples, you can try to hook before testing the use of a cr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:18.94kb
    • 提供者:gpudn51
  1. SemaphoreSynch

    0下载:
  2. vVC++使用信号量同步线程的源码实例,通过源文件和对目标文件的复制,来演示利用信号量如何实现线程同步,这是同步线程方面又一个值得学习的技巧,在之前,我们可以使用互斥对象、临界区实现线程的同步问题-VC++ using semaphores to synchronize threads of source code examples, source files and copy the target file, and to demonstrate the use of semaphores h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:19.67kb
    • 提供者:gpudn51
  1. ThreadSynch

    0下载:
  2. 一个值得一看的VC++多线程运行实例,窗体中一共7条进度条,代表7个线程,通过点击对应的控制按钮,实现各自线程的运行,从新建文件写入字符A到G,来看各个线程的运行状态,虽然每个线程只是完成了一些简单的功能,但确实是一个研究多线程的好范例,如果你是VC新手,那就更应该瞧一下哦。-A worth of VC++ multi-threaded running instance, form a total of 7 progress bar, representatives of seven threa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:19.22kb
    • 提供者:gpudn51
  1. MutexSynch

    0下载:
  2. 利用互斥对象实现线程同步,当勾寻使用互斥进行同步”按钮时,可启动一个线程向编辑框写入字符A,然后再启动一个线程向边界框写入字符B,可以看到只被执行一个线程,线程同步问题请下载源码参阅。-Use mutex thread synchronization when using a mutex to synchronize hook search "button, you can start a thread writes to the edit box the characters A, and t
  3. 所属分类:Windows Develop

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

    0下载:
  2. 本VC源码由VS2008编写,仿QQ电脑管家漂亮界面,包括一些鼠标悬停的效果,用的是MFC + DirectUI技术实现。最近又优化了下代码,先看效果图。主要是优化了控件的组合,和贴图方式。代码还有很多小问题,有解决了BUG或好想法可以联系我 QQ:278162354-The VC source written by the VS2008, imitation QQ computer housekeeper beautiful interface, including some mouse-ov
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.36mb
    • 提供者:gpudn52
« 1 2 ... .70 .71 .72 .73 .74 48275.76 .77 .78 .79 .80 ... 58523 »
搜珍网 www.dssz.com