CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - event

搜索资源列表

  1. icestore

    0下载:
  2. 数据结构,对离散事件的模拟。本程序模拟了一家冰淇淋店的经营情况,可以用于商业分析-data structure, a pair of discrete event simulation. The simulation of an ice cream shop operators, can be used for business analysis
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:26.76kb
    • 提供者:啊哦
  1. wel

    0下载:
  2. class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText(\"\") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isE
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:10.78kb
    • 提供者:lukairun
  1. VIcaculator

    0下载:
  2. This a calculator simulation program written in Labview. It is based on event structure introduced by Labviw 8.0 or later editions.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:397.17kb
    • 提供者:luochenchi
  1. events

    0下载:
  2. * acousticfeatures.m: Matlab scr ipt to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab scr ipt to extract feature information from acoustic event timeseries. * extractevents.m: Matlab scr ipt to extract ev
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:9.84kb
    • 提供者:陈延军
  1. calendar-1.2.tar

    0下载:
  2. Event Calendar是一个在线事件日程,最初开发给教育性的机构使用,基于PHP和PostgreSQL,并支持SSL-Event Calendar is an online events calendar, originally developed for educational use, based on PHP and PostgreSQL, and supports SSL
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:58.93kb
    • 提供者:沈燕
  1. Mbank1.0

    0下载:
  2. 代码Mbank1.0.cpp在Dev-C++环境编译运行成功。离散事件模拟---银行模拟。P100 严蔚敏 数据结构题集C语言版-Code Mbank1.0.cpp in Dev-C++ environment, compile and run successfully.--- Bank of simulated discrete event simulation. P100 YAN Wei-min data structure set of C language version of titl
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-04
    • 文件大小:2.02kb
    • 提供者:郭学海
  1. 44

    0下载:
  2. 选择复选框和单选框按钮的事件处理程序:在Applte 上创建复选框、单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。-Select the check box and radio button button event handler: the Applte create check boxes, radio buttons, text areas, one-line text boxes and other components,
  3. 所属分类:Education soft system

    • 发布日期:2017-04-09
    • 文件大小:725byte
    • 提供者:min
  1. ProjWalM

    0下载:
  2. 一个模拟沃尔玛柜台结账的排队论仿真,相当于一个M/M/C系统,用event driven思路写成。-Wal-Mart checkout counter in a simulated the queuing theory simulation, which is equivalent to an M/M/C system, written by event driven ideas.
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-05-14
    • 文件大小:101.64kb
    • 提供者:zhu
  1. main_timer1

    0下载:
  2. This example uses a timer to generate interrupt at a specific period. The timer event handler increments the event count and prints in stdout.
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:pranav
  1. SimuTwoQS

    0下载:
  2. 基于VC++的单服务台排队系统仿真 使用事件调度法-VC++ based on the single desk system simulation using the event queue scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2.66mb
    • 提供者:xxbb1210
  1. ClubSite

    0下载:
  2. Club membership mamnagement portal, with news, event calendar, built on asp.net 2.0
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:3.77mb
    • 提供者:nysot
  1. mousedemo

    0下载:
  2. mouse event, opencv, xy image position
  3. 所属分类:Applications

    • 发布日期:2017-04-08
    • 文件大小:1.27kb
    • 提供者:mmia
  1. PR

    0下载:
  2. 时间序列的概率回归分析程序,求出事件概率大小-The probability time series regression analysis program, find the size of the event probability
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.8kb
    • 提供者:shuqi
  1. yinhang2

    0下载:
  2. 这是一个关于————银行事件驱动模拟程序————的程序源码-This is a event-driven simulation program-------- Bank of the program source code
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-02
    • 文件大小:2.34kb
    • 提供者:李浩
  1. coin_Frequency

    0下载:
  2. 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: programming simulated coin flip from a positive frequency map. Assumin
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-06
    • 文件大小:8.85kb
    • 提供者:chuck
  1. 55

    0下载:
  2. 利用Java中提供的类和事件处理模型,编写一个运行时的电子时钟。-Classes provided by Java and event handling model, write a run-time electronic clock.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-31
    • 文件大小:1.49kb
    • 提供者:min
  1. AES-Administration-and-Maintenance-Guide-Release-

    0下载:
  2. Implementing a telephony-enabled application using Avaya Telephony Services Application Programming Interface (TSAPI) requires an understanding of TSAPI core concepts of Session and Event Management, control services, and private data. This tutoria
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:578.22kb
    • 提供者:machrider24
  1. SqueueBlank

    0下载:
  2. 银行出纳员离散事件模拟程序 设计两个不同的模型,称之为S1和S2。S1是系统中有n个服务员,他们服务于一个用户队列,服务员的个数由用户输入。当有一个或多个服务员空闲时,队列第一个顾客开始服务。当用户进入服务时如果有多个服务员空闲,则用户随机选择服务员。S2是n个服务员服务于n个队列。-Bank Teller discrete event simulation program designed two different models, called S1 and S2. S1 is a syst
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-16
    • 文件大小:245.46kb
    • 提供者:刘南
  1. LFGL

    0下载:
  2. 理发店会员管理系统 VS2005+SQL 2000 刷卡器比较简单 刷卡就把卡号赋值到当前焦点的文本框并且给予一个回车事件, 代码比较糙 不过 功能还是可以实现-Member Management System barber VS2005+ SQL 2000 is relatively simple credit card swipe card reader put the card number assigned to the current focus of the text box and
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5.21mb
    • 提供者:王志远
  1. Bank-event-driven

    0下载:
  2. 经典C/C++源码,放在word中,银行事件驱动模拟程序的。程序完整,中间有明确的注释-Classic C / C + + source code, on the word, the Bank of event-driven simulation program. Integrity of the process, in the middle there is a clear comment
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-08
    • 文件大小:8.15kb
    • 提供者:1
« 12 3 »
搜珍网 www.dssz.com