CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - VC 计算机

搜索资源列表

  1. points

    0下载:
  2. 用vc++编程实现计算机图形中多点的画法。-vc programming with computer graphics multiple points of painting.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:周围来
  1. Cache_emu

    1下载:
  2. 这是Vc++6.0实现的用于大学操作系统或计算机系统结构课程实验的缓存算法模拟程序(有图形界面)-Vc 6.0 for the University of operating system or computer system architecture courses experimental cache algorithm simulation program (with a graphical interface)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.93kb
    • 提供者:刘权
  1. MyMessage2

    0下载:
  2. 这里给出了一个在VC中,计时钟的功能程序,计算机每1秒钟发出一次鸣叫-here is the one in VC, the timer function procedures, a computer every second of a call issued
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34.49kb
    • 提供者:樊智勤
  1. Computer-Contral-Programm(VC)

    0下载:
  2. 简单演示用VC怎样实现“关闭计算机”、“重新启动计算机”、“打开CD-ROM”、“关闭CD-ROM”。-simple demonstration of how to achieve the VC "closed computer," and "restart the computer," "Open CD-ROM", "Close CD-ROM."
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.47kb
    • 提供者:雨诺
  1. 0327

    0下载:
  2. 计算机图形学实验,非常优秀的vc++界面编程,老师看了肯定满意-experimental computer graphics, excellent programming interface vc, teachers read certain satisfaction!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:187.07kb
    • 提供者:老赵
  1. PotDisFromTri

    0下载:
  2. 用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助-VC console procedures written in a calculated arbitrary space to a certain point of a triangle shortest distance procedures, some may engage in the computer graphics help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:113.6kb
    • 提供者:陈飞
  1. zhengfufahuayuan

    0下载:
  2. VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码-VC environment of programming, computer graphics of plus or minus Act Circle algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13.86kb
    • 提供者:苏杰
  1. SimulationoftheDiningPhilosophersProblem

    0下载:
  2. 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的。-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display process, VC. net development.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:579.56kb
    • 提供者:luowenfen
  1. relink

    0下载:
  2. MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.15kb
    • 提供者:莫飞
  1. SmallCalculator

    0下载:
  2. 初学者编的计算机,用的是VC++,功能简陋。大家多包涵。-beginners addendum to the computer, using the VC, rudimentary functions. Everyone was covered.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31.01kb
    • 提供者:石慧
  1. word_fre123

    0下载:
  2. 计算机科班学生的词法分析作业,用flex处理生成的VC源程序。- The computer regular professional training student s lexical analysis work, processes the production with flex the VC source program.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:薇拉
  1. DeviceView

    0下载:
  2. 这是一个计算机设备的检测程序,在vc下编程 。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19.12kb
    • 提供者:天增
  1. VC++_xianshi_IP

    0下载:
  2. 可以显示本机IP、用户名、计算机名和网络邻居的计算机
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.31kb
    • 提供者:向阳
  1. vc005

    0下载:
  2. 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。 由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编 程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。 其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现 Socket编程,是非常方便的。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31.94kb
    • 提供者:ganchen
  1. GSpot2

    0下载:
  2. vc++ driect show 开发必备工具。用来查看当前计算机各种filter GUID和等信息
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:332.88kb
    • 提供者:kainguo
  1. vccaculator

    0下载:
  2. 用VC编写的一个小的计算机程序,能够实现多种计算功能
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25.37kb
    • 提供者:jerry
  1. FlowControl

    0下载:
  2. 对于kurose那本计算机网络编写的vc++版本模仿flow control的程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39.17kb
    • 提供者:bryan sun
  1. ipcheck

    0下载:
  2. 这是一个很小很简单的程序,就是在vc++平台上,实现本地IP地址查询。现实计算机名以及IP地址。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.13kb
    • 提供者:xiaomeihua
  1. 计算机02-2胡英飞02824227

    0下载:
  2. 这是一个关于操作系统的编程实现以及源码,源码的实现是用VC,可供学习操作系统的的同学用-This is one of the operating systems and programming source, the source code and realization of the VC, the operating system for learning with students
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:31.82kb
    • 提供者:胡英飞
  1. VCnetwork

    0下载:
  2. 《VC++.NET网络通信实用案例》一书源码,涉及的例子有本地计算机网络编程、局域网网络通信编程、IE编程-" VC++. NET network communication utility case," a book source code, examples involving the local computer network programming, local area network communications programming, IE programmi
  3. 所属分类:source in ebook

    • 发布日期:2017-05-18
    • 文件大小:4.48mb
    • 提供者:wangdafu
« 12 »
搜珍网 www.dssz.com