搜索资源列表

  1. pipe

    0下载:
  2. 1个父进程、2个子进程,利用管道和共享内存实现两个子进程之间数据快速传送-A parent process, two sub-processes, the use of pipes and shared memory to achieve fast data transfer between the two sub-processes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. chat

    0下载:
  2. 在linux下,通过命名管道实现单机版的qq聊天程序-In linux, through named pipes to achieve a single version of the qq chat program
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kitty
  1. Desktop

    0下载:
  2. 通过有名管道实现在非亲缘关系的进程间进行文件传输。-Using Named pipes between processes to achieve non-genetic relationship for file transfer.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杜婧
  1. KXPlayer

    0下载:
  2. 基于BASS的音频播放器,可实现DSP,在线搜索,管道通信。-BASS-based audio player, can realize DSP, online search, Pipes communications.
  3. 所属分类:Audio

    • 发布日期:2024-05-20
    • 文件大小:17728512
    • 提供者:刘酸
  1. IPC

    0下载:
  2. Fast Inter Process Communication for Delphi based on Named Pipes. Fast inter process communication channel Packet oriented messaging.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:958464
    • 提供者:yahosua
  1. Pipeline-running

    0下载:
  2. 本文主要对云南大红山管道的运行状况进行了详细的描述,介绍了其中各部分主要的部件。-This paper focuses on the health of Yunnan Dahongshan pipes were described in detail, which describes the main components of each part.
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:2578432
    • 提供者:牟竹青
  1. game

    0下载:
  2. VC超级玛丽源代码,增加地图、水管等攻击类型,支持更多的敌人,窗口可以调整大小。-VC super Marie source code, add maps, water pipes and other types of attacks to support more enemies, the window can be resized.
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:1371136
    • 提供者:zhcho
  1. consuco

    0下载:
  2. Against the trojans, you can consult the thought, have two pipes and a read write
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:Nirofw
  1. gdkgbku

    0下载:
  2. 反连*,大家可以参考一下其中的思想,产生两个管道,一个读一个写-Against the trojans, you can consult the thought, have two pipes and a read write
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:JTynp!458
  1. NamedPipe

    0下载:
  2. 通过命名管道实现两个进程之间的通信,包括从管道中读取内容和写入内容到管道。使用VC++6.0实现。文档中有详细介绍。(Communicating between two processes by named pipes, including reading content from the pipe and writing content to the pipe. Using VC++6.0 implementation. The do
  3. 所属分类:进程与线程

  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special t
  3. 所属分类:Linux/Unix编程

  1. 气体高斯扩散模型模拟_代码

    0下载:
  2. 高斯扩散模式适用于均一的大气条件,以及地面开阔平坦的地区,点源的扩散模式。排放大量污染物的烟囱、放散管、通风口等,虽然其大小不一,但是只要不是讨论烟囱底部很近距离的污染问题,均可视其为点源。(The Gauss diffusion model is applied to homogeneous atmospheric conditions, as well as to ground open flat regions, and to p
  3. 所属分类:物理计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:Cyrus丶
  1. quickstart

    0下载:
  2. 我们将使用内置指令来显示 / 隐藏元素,并且显示英雄数据的列表。 我们将创建组件来显示英雄的详情和英雄列表。 我们将对只读数据使用单向数据绑定。我们将添加一些可编辑字段,并通过双向数据绑定更新模型。 我们将把组件上的方法绑定到用户事件上,比如按键和点击。 我们将让用户能从主列表视图中选择一个英雄,然后在详情视图中编辑它。 我们将通过管道对数据进行格式化。 我们将创建一个共享服务来管理我们的英雄们。 我们将使用路由在不同的视图及其组件之间
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:34912256
    • 提供者:夜雾
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:数据包
  1. 3

    0下载:
  2. 根据题目可分析:假设主管道位于所有管道的东侧(或是西侧),则测得个油井到主管道之间的输油管道总长度为sum1,若主管道的位置位于所有管道纵坐标的中位值,其输油管道总长度为sum2。由此可推算出sum1>=sum2。因此我采用第二个思路,进而将问题转化为求n个数中第k大数是什么的问题。 总的输油管道长度可通过每个输油管道的纵坐标减中位值得到,最后即可解决问题。 根据题目要求,需在线性时间内确定主管道的最优位置。在排序算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:606208
    • 提供者:鲸鱼和机遇
  1. op_syscalls

    0下载:
  2. Forces UNSET on pipes, flushes rotator memory and session, closes fds.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:senuehf
  1. UDF for fluent simulation of gravity heat pipe

    0下载:
  2. 可用于重力热管的fluent模拟,有效模拟热管中液态水的蒸发和蒸汽的冷凝(Can be used for fluent simulation of gravity heat pipes, effectively simulating evaporation of liquid water and condensation of steam in heat pipes)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:aken5555
  1. jade

    0下载:
  2. Angular est un fr a mework de développement d’applications web, utilisé par des milliers d’entreprises, qui vous permettra de créer des applications dynamiques complètes. Ce cours sera votre premier pas dans l’apprent
  3. 所属分类:软件工程

    • 发布日期:2023-10-20
    • 文件大小:2375409
    • 提供者:yassinerachid
« 1 2 ... 12 13 14 15 16 17»

源码中国 www.ymcn.org