CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 消息

搜索资源列表

  1. dhjghfjg

    0下载:
  2. 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。只要缓冲池未满,生产者可将消息送入缓冲池;只要缓冲池未空,消费者可从缓冲池取走一个消息。-A group of a group of producers to provide consumers with information, they share a community pool, producers put messages to which consumers get the news.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:67651
    • 提供者:万相友
  1. clock

    0下载:
  2. 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1911991
    • 提供者:tmacq3
  1. middlg

    0下载:
  2. 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1698275
    • 提供者:tmacq3
  1. 3_2

    0下载:
  2. 分数计算器及测试程序。 1.该程序是分数计算器,程序的有些功能没有完成,请编写函数,将程序完成,要求界面提示清晰,便于操作。 2.增加输入分数四则运算的功能。 3.增加输出文件的功能,使输入的字符串及输出结果可以保存在文件中。 4.增加判别分母是否为零的功能,无论任何运算,分母一旦为零,则退出当前运算并输出提示消息。-Score Calculator and testing procedures. 1. The program is fractional calculator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:896
    • 提供者:梁一帆
  1. elevator

    0下载:
  2. 核心部分为电梯调度控制台。控制台拥有电梯状态及电梯工作任务队列同时负责电梯任务的分配。任务分为二种,外部按钮任务和内部按钮任务。 外部按钮任务需要先寻找最佳来执行这项任务的电梯,根据任务和电梯当前的运行状态来判断,又有以下四类:1、电梯同向可以执行;2、电梯空闲;3、电梯逆向;4、电梯同向不可执行。判断顺序即为1、2、3、4。判断任 务属于哪一种类型,按照该类型特点插入任务队列。 内部按钮已经制定执行电梯,因此需判断执行方向后插入队列即可。 当警报按钮按下时候,清空所有队列任
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:647448
    • 提供者:郭皓
  1. dmp

    0下载:
  2. 虽然方式的C + +消息传递速度快于Smalltalk或Objective - C的它的方式,有时Smalltalk或Objective - C语言的灵活性是必要的。这一点本文介绍如何在C + +最少的代码实现动态消息传递是有可能的。 -Although the way C++ does message passing is much faster than the way Smalltalk or Objective-C does it, sometimes the flexibility
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2130
    • 提供者:huyg
  1. LineSegmentIntersect

    0下载:
  2. 线段求交,使用二叉树保存消息树,状态树,还有已经求过交点的树,效率还行。-Line segment intersection, save the message using the binary tree, state tree, as well as the intersection of the tree has been seeking, efficiency, okay.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:79936
    • 提供者:leon
  1. gohome(myself)

    0下载:
  2. 小红帽要回外婆家,但是大灰狼得知消息后,想通过下属抓小红帽。小红帽得知消息后,想避开大灰狼所在城市,并且要尽快到外婆家去。求最短路径-Find out the most short circuit between each spots of little red riding hood will go back to grandma s house, but the Wolf that news, and want to subordinate catch little red riding h
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:
  1. pointers-on-c

    0下载:
  2. 一些用C语言写的指针实例。包括了排序,组合,计数,函数调用,键盘消息等各种应用指针的例子。-Written in C language pointer instance. Including sorting, combinations, counting, function calls, pointer example of a variety of applications such as keyboard messages.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:52198
    • 提供者:xsd
  1. MSG

    0下载:
  2. 数据结构使用doublelist 的消息机制-Data structures
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1352591
    • 提供者:cailei
  1. 4-4solution

    0下载:
  2. windows消息队列,对于每个进程,系统维护一个消息队列-windows message queue for each process, the system maintains a message queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1101
    • 提供者:liuwenchun
  1. bingxingjisuan

    1下载:
  2. 一个基于区域分解和MPI消息传递接口技术的关于热传导方程的求解。-A domain decomposition and MPI message passing interface technology on thermal conduction equations based.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5226431
    • 提供者:王仙家
搜珍网 www.dssz.com