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

资源列表

  1. ActiveX控件开发 打包下载

    0下载:
  2. 如何编出自己的ActiveX控件?看看这个程序是如何使用VC做成的。-How to make your own ActiveX console? Look at this program and see how it s made using Vc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:141.68kb
    • 提供者:李健
  1. 简易智能电动车设计报告

    0下载:
  2. 摘 要   本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信息,实时存储、显示在“直道区”检测到的薄铁片数目。电动车到达 B 点以后进入“弯道区”,沿圆弧引导线到达 C 点,能够检测 C 点下正方形薄铁片,并在 C 点处停车 5 秒,停车期间发出断续的声光信息。之后继续行驶,在光源的引导下,利用超声传感器传来的信号通过障碍区进入停车区并到达车库。最后,电动车完成上述任务后能够立即停车,全程行驶时间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.96kb
    • 提供者:
  1. 文件操作 打包下载

    0下载:
  2. 这是我见过的最为经典的文件操作的例子,有兴趣可以研究一下大家。-This is the most I have seen the classic example of the operation of documents are interested can look at you.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:57.48kb
    • 提供者:李健
  1. VC_NET和MapObjects实现

    0下载:
  2. 以“北京市地理信息公众查询系统”为例,按照软件工程的思想与要求,介绍了如何运用 VC .NET语言及地理信息系统二次开发组件MapObjects,进行地理信息系统(GIS)的二次开发-It introduces how to go on the further development of GIS using VC.NET and MapObjects based on the thought and requirements of Software Engineering, using Pei
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:641.96kb
    • 提供者:fzj
  1. VNC

    2下载:
  2. 远程控制的经典之作VNC,Virtual Net Computer,这可是有源程序的阿,绝对不容错过!-VNC(Virtual Net Computer) is the classical product in remote control.Here we have the source code and you can never miss it!!!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:654.28kb
    • 提供者:李健
  1. VB_NET和MapObjects实现

    0下载:
  2. 以“北京市地理信息公众查询系统”为例,按照软件工程的思想与要求,介绍了如何运用 Vb .NET语言及地理信息系统二次开发组件MapObjects,进行地理信息系统(GIS)的二次开发-with \"beijing GIS query system\" as an example and according the ideas and requirment of software engineering, the paper introduced how to do the 2nd develop
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.03mb
    • 提供者:fzj
  1. XP风格的控件源代码

    1下载:
  2. 这是一些xp风格的控件和界面,前几天用一个用户名上传了,结果此用户名和密码忘了,就用这个以前的用户名再传一边,它里面包含XP风格的对话框程序,单文档界面,各种控件。-This is some xp style controls and interface, a few days ago with a user who uploads a result, user names and passwords forgotten, with the user name before the new fi
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3.67mb
    • 提供者:王王
  1. Windows 进程管理

    0下载:
  2. 对程序的进程进行选择关闭的软件 模仿windows的任务管理器功能,关闭一些进程,关闭计算机!-This software can simulate the windows manager to shut down selected programs or progresses,even shut down the computer.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15.82kb
    • 提供者:祝春和
  1. 用VB判断网页文件是否在IE缓存中

    2下载:
  2. 当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files folder. Now tell us a little
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:佳闲
  1. 捕捉MouseExit事件

    0下载:
  2. MouseDown、MouseUp、MouseMove。VB 似乎提供了很好的 Mouse 事件。但好象还缺少什么!对!还差 MouseExit(鼠标移出)事件。-MouseDown, MouseUp, MouseMove. VB seems to provide a good Mouse incident. But what seemed to lack! Right! Worse MouseExit (mouse outflow) incident.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:952byte
    • 提供者:佳闲
  1. 数据结构~

    0下载:
  2. 这是我学习数据结构所编写的一些二叉树及链表常用操作的一些代码!-Here are some codes for ordinary operations of binary tree and link list.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8.9kb
    • 提供者:灵红与
  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:0030
搜珍网 www.dssz.com