CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Event

搜索资源列表

  1. TC 2.0 挖地雷

    1下载:
  2. TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57510
    • 提供者:miao
  1. GPS ToolKit Pro

    0下载:
  2. Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scr ipting project that supports ActiveX controls. GPS data (including lat/lon, speed,
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:597892
    • 提供者:liogi
  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. 第5章 网上车辆管理系统

    2下载:
  2. 数据库\\Mobile 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件, 另外还包括用户管理文件。 源代码\\admin 存放管理员子系统文件 源代码\\Driver 存放驾驶员子系统文件 源代码\\User 存放用户子系统文件 源代码\\Event 存放车辆事件管理系统文件 源代码\\pub 存放三个
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:116046
    • 提供者:liu
  1. mason

    0下载:
  2. MASON代表多主体邻里或网络仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是乔治梅森大学用Java开发的离散事件多主体仿真核心库,具有快速、灵活和便携的特点。它本身支持轻量级的模拟需求,自含模型可以嵌入到其他Java应用当中,还可以选择2D和3D图形显示。-represent more or main Neighborhood Network Simulation (Multi-Agent Simulat or of Neigh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3006287
    • 提供者:漠漠
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5134
    • 提供者:l
  1. MicroStar

    1下载:
  2. 引入事件驱动观念的抢占式多任务微型实时内核——MicroStar的设计与实现;提出基于事件的优先级这一新概念。-introduction of the concept of event-driven preemptive multi-tasking real-time micro-kernel -- the design and MicroStar achieved; Based on the proposed priority of this new concept.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:52970
    • 提供者:许友来
  1. 事件通知

    0下载:
  2. wdm程序.关于事件通知实现驱动程序和应用程序通信的例子 -wdm procedures. Implementation of Event Notification driver and application examples Communications
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:494870
    • 提供者:陈万通
  1. 事件共享

    0下载:
  2. wdm的程序,采用事件共享的方式实现了驱动程序和应用程序的通信-wdm procedures, adoption of the event to share the realization of the driver and application of communication
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:576035
    • 提供者:陈万通
  1. smsbean

    2下载:
  2. smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:577254
    • 提供者:理想
  1. do_mouse

    0下载:
  2. 模拟鼠标事件的小程序 很好玩,也很有用-simulation of a small mouse event procedures is a lot of fun, but also very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3824
    • 提供者:文犀
  1. DelegateAndShijian

    0下载:
  2. 本程序介绍了怎样通过委托来定义一个事件。以及委托和事件的相互关系。-the procedures introduced by the commission how to define an event. Commissioned and events, as well as the mutual relations.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6382
    • 提供者:月光沙滩
  1. JHotDraw_5_3

    0下载:
  2. 用Java语言开发时,需要编制大量的界面布局、事 件处理等代码,网管软件开发的主要工作量就集中在此。制作一个类似于Delphi、JBuil der等可视化开发工具的对象查看器的参数配置控件用于项目的优点是显而易见的: 1、界面显得很专业; 2、容易做到使整个系统的风格趋于一致; 3、使用灵活,代码量大大减小; -Java language development, the need for the preparation of a large numbe
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2112192
    • 提供者:陈曦
  1. Shequ_Mis

    0下载:
  2. 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3161102
    • 提供者:陈超群
  1. Mathematics

    0下载:
  2. Only one month to go before the nullarbor demoparty and game development competition takes place! The event will be held at ECU Mount Lawley, School of Computer and Information Science in Perth, Western Australia on Thursday the 23rd of February 2006
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:740821
    • 提供者:刘飞马
  1. Polygonal

    0下载:
  2. Only one month to go before the nullarbor demoparty and game development competition takes place! The event will be held at ECU Mount Lawley, School of Computer and Information Science in Perth, Western Australia on Thursday the 23rd of February 2006
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1718633
    • 提供者:刘飞马
  1. SimulationOfBank

    1下载:
  2. 关于银行模拟的一个系统,采用事件驱动,采用<list>类-on simulation of a banking system, using event-driven, using lt; Listgt; Categories
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9830
    • 提供者:稀客
  1. 195

    1下载:
  2. 第1章 Visual C++概述  1.1 Visual C++概述  1.2 Windows编程模式   1.2.1 面向过程的MS-DOS编程   1.2.2 面向用户的事件驱动编程   1.2.3 Windows消息机制   1.2.4 Windows系统消息类型  1.3 MFC类库   1.3.1 MFC类库的优越性   1.3.2 MFC类库说明   1.3.3 MFC框架与消息映射  1.4 Windows应用程序框架   1.4.1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:428265
    • 提供者:me
  1. lab014-dcmotor

    0下载:
  2. 使用DSP2812,的事件管理器(EVB)产生的PWM波,输出在PWM11引脚,去控制直流电机速度。-use DSP2812, the event management (EVB), the PWM wave output pin in PWM11 to DC motor speed control.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:7483
    • 提供者:胡卫华
  1. dsp-book

    0下载:
  2. 2407原理结构,应用。包括:数字输入输出模块;事件管理器模块;数模转换模块;串行外设接口模块;串行通讯接口模块;局部控制器模块;应用模块-2407 Architecture, Application. Including : digital input-output module; Event Management module; ADC module; Serial Peripheral Interface module; Serial Communication Interface mod
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:106535
    • 提供者:宋飞
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com