代码搜索:IPC标准下载列表

找到约 10,000 项符合「IPC标准下载列表」的源代码

代码结果 10,000
www.eeworm.com/read/288820/8605585

c ipc.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * This library is free software; you can redistribute it and/or * modi
www.eeworm.com/read/288820/8605644

h ipc.h

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * This library is free software; you can redistribute it and/or * modi
www.eeworm.com/read/388226/8626557

c ipc.c

#include #include #include #include "ipc.h" #include #include #include // System V Message queue #include
www.eeworm.com/read/388226/8626600

h ipc.h

#ifndef _W_IPC_H_ #define _W_IPC_H_ ////////////////////////////////////////////////////////////////////////// int CreateChildProcess( int (*proc)(void) ); /////////////////////////////////
www.eeworm.com/read/386806/8725673

h ipc.h

#ifndef _LINUX_IPC_H #define _LINUX_IPC_H #include typedef int key_t; /* should go in type for IPC key */ #define IPC_PRIVATE ((key_t) 0) struct ipc_perm { k
www.eeworm.com/read/383713/8925321

h ipc.h

#ifndef _LINUX_IPC_H #define _LINUX_IPC_H #include typedef int key_t; /* should go in type for IPC key */ #define IPC_PRIVATE ((key_t) 0) struct ipc_perm { k
www.eeworm.com/read/383449/8945929

c ipc.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * This library is free software; you can redistribute it and/or * modi
www.eeworm.com/read/383449/8945998

h ipc.h

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * This library is free software; you can redistribute it and/or * modi
www.eeworm.com/read/382802/8999699

txt ipc$问答.txt

1,怎样建立空连接,它有什么用? 答:使用命令 net use \\IP\ipc$ "" /user:"" 就可以简单地和目标建立一个空连接(需要目标开放ipc$)。 对于NT,在默认安全设置下,借助空连接可以列举目标用户、共享,访问everyone权限的共享,访问小部分注册表等,没有什么利用价值。对2000作用就更小了。而且实现也不方便,需借助工具。如果你不理解“没用”的东西为什么还会存 ...
www.eeworm.com/read/183996/9126637

asm ipc.asm

; ; Example for Inter Process Communication ; ; Compile with FASM for Menuet ; use32 org 0x0 db 'MENUET01' ; 8 byte id