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

搜索资源列表

  1. multi_thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:2729
    • 提供者:
  1. thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:3891
    • 提供者:
  1. 云南航天工业集团公司系统集成方案

    0下载:
  2. 根据云南航天提供的平面图及应用要求,云南航天网络系统具成必需达到以下要求: 1.实现办公信息管理、局部办公本身办公自动化 作为现代化的办公信息管理,大楼内部实现办公自动化及其他管理关键性应用,必须依靠先进的计算机网络技术,综合布线系统是一套基本的布线网络,为计算机网络的应用提供必要的基础。 2.实现油库域网与外部网络的连接 云南航天局域网是以综合布线系统为传输介质的。要实现云南航天局域网与外部网络的连接,也必须通过综合布线系统。-Yunnan space under the floor plan
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:150035
    • 提供者:无限
  1. gfloyd

    0下载:
  2. 本源程序为matlab文件,实现最小生成树和关键路径的查找。-the source document for Matlab and achieve minimum spanning tree and find the critical path.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:780
    • 提供者:陈芳
  1. operation_out

    0下载:
  2. 对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:98101
    • 提供者:曼舞
  1. AOE

    2下载:
  2. 采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:吴晓辉
  1. epson arm ucOs的移植代码

    0下载:
  2. 将ucOS2.76移植到Epson Arm7上面的移植关键接口代码,基本按照官方网站移植办法-ucOS2.76 will migrate to the above Epson Arm7 transplantation critical interface code, in accordance with the basic approach to the official website transplant
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:12195
    • 提供者:尸尸
  1. guanjian

    0下载:
  2. c语言实现关键路径。预先设定图,可输入权值,希望能满足一些人需要-Critical Path. The pre-set plan, the right value to be imported, hoping to meet some people who need
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26272
    • 提供者:小鸟
  1. 找零系统

    0下载:
  2. 一个简单的找零系统的案例,自己看吧哈哈仓库管理系统简介 仓储在企业的整个供应链中起着至关重要的作用,如果不能保证正确的进货和库存控制及发货,将会导致管理费用的增加,服务质量难以得到保证,从而影响企业的竞争力。传统简单、静态的仓储管理已无法保证企业各种资源的高效利用。如今的仓库作业和库存控制作业已十分复杂化多样化,仅靠人工记忆和手工录入,不但费时费力,而且容易出错,给企业带来巨大损失。使用条码管理系统,对仓-a simple Change System case, ion battery H
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2135
    • 提供者:李杰
  1. fpga时钟设计

    1下载:
  2. 无沦是用离散逻辑、可编程逻辑,还是用全定制硅器件实现的任何数字设计,为了成功地操 作,可靠的时钟是非常关键的。设计不良的时钟在极限的温度、电压或制造工艺的偏差情况下将 导致错误的行为,并且调试困难、花销很大。 在设计PLD/FPGA时通常采用几种时钟类型。时钟可 分为如下四种类型:全局时钟、门控时钟、多级逻辑时钟和波动式时钟。多时钟系统能够包括上 述四种时钟类型的任意组合。-without the expense of discrete logic, programmable l
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:402195
    • 提供者:与言
  1. masm_Feiler_v1.0

    2下载:
  2. 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPSe
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:69644
    • 提供者:水滴
  1. Mini FtpServer

    0下载:
  2. 一个演示工作原理命令的ftp服务器程序,使用信号量和临界区解决多线程的同步和互斥问题 -a demonstration of principle orders ftp server, the use of volume and signal to solve critical multithreading and synchronization of Mutual Exclusion
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:21332
    • 提供者:胡军
  1. Critical-spindle-speed

    0下载:
  2. 主轴有限元分析临界转速及刚度、阻尼与模态振型。-Finite Element Analysis Critical spindle speed and stiffness, damping and mode shapes.
  3. 所属分类:transportation applications

  1. critical-path

    0下载:
  2. 求解某项工程计划的AOE网的关键路径。输入数据建立AOE网络,计算每一个事件的Ve和Vl,每一个活动的e和l,求出该项工程的所有关键活动和非关键活动,进而求得关键路径。-Solving the critical path of a project AOE network. Input data setup AOE network, compute Ve and Vl every event, every event e and l, find all the key activities and
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2757
    • 提供者:陈凤群
  1. boost-PFC-in-critical-conduction-mode

    0下载:
  2. boost PFC in critical conduction mode Psim simulation
  3. 所属分类:Development Research

    • 发布日期:2017-04-15
    • 文件大小:8207
    • 提供者:saeedKarimi
  1. Critical-activities

    0下载:
  2. 中国大学MOOC-陈越、何钦铭-数据结构 解题报告—08-9 关键活动-Chinese University MOOC- Chen Yue, He Qinming- data structure Solving report of the problem - 08-9 Critical activities
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1083
    • 提供者:hlj
  1. project-Critical-path

    0下载:
  2. 适用于Microsoft Project 的VBA,对于给定网络图计算关键路径-For Microsoft Project, VBA, the calculation of critical path for a given network diagram
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1212
    • 提供者:zhaao37j307
  1. Critical-path-problem-

    0下载:
  2. 关键路径问题,用二叉树的方法去实现如何和查找关键的路途,帮助你怎样选择最佳路径。-Critical path problem, the binary tree method to achieve and how to find the key to the road, to help you how to choose the best path.
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:92203
    • 提供者:曾跃
  1. Critical

    0下载:
  2. uCOS Critical Example Source
  3. 所属分类:uCOS

    • 发布日期:2017-12-26
    • 文件大小:1005568
    • 提供者:stone10000
  1. boost PFC in critical conduction mode

    1下载:
  2. 采用PSIM软件,功率因数调节器,仿真时间,参数自己根据需要改变。(Boost Power Factor Correction Circuit in Critical Conduction Mode)
  3. 所属分类:其他

    • 发布日期:2020-02-22
    • 文件大小:8192
    • 提供者:天天00
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com