CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 家庭/个人应用 搜索资源 - vc程序

搜索资源列表

  1. parallelogram

    0下载:
  2. 初学者用的关于VC继承思想的小程序,非常使用于初学者哦-beginners on the VC thinking of the small inheritance procedures used in very beginners oh
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:14378
    • 提供者:waf
  1. Joseplus01

    0下载:
  2. VC++处学者可能用到的小程序,是著名的JOSEPHUS问题,书上已经有,但本人又编了一边-VC Office scholars might use the small program is the famous JOSEPHUS, there was a book, but I also produced a side
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:waf
  1. binarysearchproject01

    0下载:
  2. 小程序,VC++处学者用的,关于二分法查找的 经典的BINARYSEARCH算法..不错哦-small program, VC scholar with the Department of the classic dichotomy in the search algorithm BINARYSEARCH .. Oh well
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:41876
    • 提供者:waf
  1. 61151017020075161236492938281

    1下载:
  2. 该程序是在VC++6.0环境中,用C++语言编写的,分三个模块:一个是程序框架模块,实现程序的框架结构;二是声卡采样模块,实现声卡对外部模拟信号的采样;三是对采得的信号进行频率值计算。-procedures in the VC 6.0 environment, the use of the C language in three separate modules : is a procedural framework modules, achieving procedural framework
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:41483
    • 提供者:leehwa
  1. telenote

    0下载:
  2. 简单的vc++比编译通讯录,适用于学生课程设计和程序改写。
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:Leon
  1. tongxunlu

    0下载:
  2. 通讯录程序,实现了添加,删除,修改等功能,VC++课程设计做的
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:120696
    • 提供者:刘佳奇
  1. Gift

    0下载:
  2. 用vc原创开发的抽奖程序,可以设置抽奖参数,进行随机抽奖,简单实用。-Developed using vc original lottery program, you can set the drawing parameters, random lottery, simple and practical.
  3. 所属分类:Home Personal application

    • 发布日期:2017-05-07
    • 文件大小:1573518
    • 提供者:wains
  1. vcTrapCAD

    0下载:
  2. VC++屏蔽Windows热启键(Ctrl+Alt+Del)程序,实现动态禁用/启用Window NT/2000/XP的Ctr+Alt+Del组合键,在远程线程分配内存来存放参数。测试发现,本程序在XP下运行好像有点问题,容易导致电脑重启,特别是在勾选选框的时候,大家请注意。-VC++ Shield Windows Thermal Kai key (Ctrl+ Alt+ Del) program, dynamic disable/enable Window NT/2000/XP the Ctr+
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-06
    • 文件大小:24009
    • 提供者:qyp
  1. vcWinMain

    0下载:
  2. 本源码可帮助VC++新手们快速了解VC++窗口及句柄的原理,由孙鑫老师一本书中的实例改写。   Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-This source can help VC++ novice to quickly understand the VC++ window and the principle of
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-07
    • 文件大小:18217
    • 提供者:qyp
  1. vcWizard

    0下载:
  2. 基于VC的向导程序示例,用于程序打包安装、用户协议查看浏览、程序分步处理等场合,示例虽然小,但挺实用的,有一定参考性。-VC' s wizard-based sample, for the program package installation, User Agreement see here, the program step processing and other occasions, the sample was small, but very useful, has some
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-15
    • 文件大小:26185
    • 提供者:qyp
  1. vcMultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。-VC++ multi-threaded programs written with the chat rooms, multi-threaded applications prone to problems. Mutex objec
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:38030
    • 提供者:qyp
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。-VC++ through the memory mapping process between the exchange data, through this small instance, you will learn the following skills: In the
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-17
    • 文件大小:21415
    • 提供者:qyp
  1. Address

    0下载:
  2. 这个程序适合VC新手,是偶学习ADO时候写的一个小程序——通讯录管理系统-This program for VC novices to learn ADO is the time to write even a small program- Address Book Management System
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:57661
    • 提供者:
  1. MyClock

    0下载:
  2. 比较流行的数字电子钟,完全基于软件实现的效果,不依赖任何位图资源,可以设置背景和前景色,通过本程序你还将学到更多有用的知识点。本程序在Vc++6.0下编译通过-The more popular digital electronic clock, fully software-based effects, does not depend on any bitmap resource, can set the background and foreground colors, through thi
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-30
    • 文件大小:65829
    • 提供者:zzy
搜珍网 www.dssz.com