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

搜索资源列表

  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:116993
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:180992
    • 提供者:小弟
  1. 1587-anqn

    0下载:
  2. 用于查看文件被谁加锁了,这个代码是很久以前的,但感觉还是很有用,于是就奉献出来了。-Whom used to view the file locking, and this code is a long time ago, but the feeling is still very useful, so he dedicated out.
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:165337
    • 提供者:xia yu
  1. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7713
    • 提供者:小斧子
  1. pthread_mutex

    0下载:
  2. (可直接使用)用互斥锁写的一个打印机程序,通过加锁和解锁使得多台打印机可同步工作-(Can be used directly) with the exclusive lock to write a printer process, by locking and unlocking makes the work more than one printer simultaneously
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:715
    • 提供者:FarEast8612
  1. zzc

    0下载:
  2. 1)进程的创建: 编写一段程序,使用系统调用fork() 创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”,子进程分别显示字符“b”和“c”。试观察记录屏幕上的显示结果,并分析原因。 (2)进程的控制 修改已经编写的程序,将每个进程输出一个字符改为每个进程输出一句话,再观察程序执行时屏幕上出现的现象,并分析原因。 如果在程序中使用系统调用lockf () 来给每一个进程加锁,可以实现进程之间的互斥,观察并
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:113751
    • 提供者:sky
  1. exelock2.x

    0下载:
  2. exe程序加密锁 锁住程序,让非法者无从下手,你可以有选择性的加锁某些程序及所有程序,被加锁的程序必须输入正确的口令才能使用-exe program lock lock encryption procedures so that illegals can not start, you can selectively lock certain programs and all programs are locked in the program must enter the correct pas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:778046
    • 提供者:
  1. PLC_JM

    0下载:
  2. 这个程序主要用于解锁西门子step 7中函数加锁的。这个程序中动态库是用来解析dbase数据库的。VB部分是用于界面显示的.-This procedure is mainly used for unlock Siemens step 7 in the function locked. This procedure is used to resolve dynamic libraries dbase database. VB part is used for the interface displ
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:361039
    • 提供者:qiaohong
  1. WhoSLocking

    0下载:
  2. VC++加锁文件检查工具,很不错的demo-VC++ lock file checking tool, it is a good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:48004
    • 提供者:王玉娟
  1. mutex_new.cpp.tar

    0下载:
  2. 两个文件互斥锁的加锁与解锁,以及多线程的创建。-Two file locking and unlocking a mutex, and the creation of multi-threading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:540
    • 提供者:史小珍
  1. Lock-Computer

    0下载:
  2. 一个给电脑加锁的程序,调用了 KBHook.dll 全局键盘钩子,程序用繁体VB6编写,里面含 instgb5 在VB IDE环境中转换的工具. 这个工具我用了很多年,ctrl配合方向键可以简繁体转换..具体看右下角的图标的帮助. 一个台湾朋友写的.. 真的非常好用.. -允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Yīgè gěi diànnǎo jiā suǒ de chéngxù, diàoyòngle KBHook.Dll quánjú jiànpán
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:97404
    • 提供者:曉風
  1. pthread_lock

    0下载:
  2. 多线程文件共享 互斥量,单一轮询访问文件,线程加锁 -Multi-threaded mutexes quantity
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:778
    • 提供者:闫凯
  1. pthreadtest

    0下载:
  2. linux下多线程加锁编程实例,很经典的,对学习多线程编程很有帮助-Linux threaded locking programming examples, very classic, it is helpful for learning multithreaded programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1086
    • 提供者:nieyibin
  1. test26

    0下载:
  2. 程序,实现一个守护进程,监控指定目录(此目录名称记录在配置文件中),一旦发现目录下有文件,先加锁,加锁成功后把文件内容追加到指定指定文件(此文件名称记录在配置文件中)中,然后删除读取的文件;(fcntl文件加锁)-Program, a daemon to monitor the specified directory (the directory name is recorded in the configuration file), once the directory file, the f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1910
    • 提供者:丁占成
  1. spider2006

    1下载:
  2. 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等。 -C# spider.
  3. 所属分类:Search Engine

    • 发布日期:2017-08-30
    • 文件大小:31744
    • 提供者:rossuel
  1. key

    0下载:
  2. 数据库表加锁,对于数据库开发者是很重要的知识,本文章详细描述了数据库的锁的知识-Locking the database table for the database developer is a very important knowledge, this article describes in detail the database locks the knowledge
  3. 所属分类:File Formats

    • 发布日期:2017-11-28
    • 文件大小:1863
    • 提供者:fangzheng
  1. MyGesture

    0下载:
  2. 手机手势识别 加锁 解锁 添加锁,以及安卓程序的手势识别功能-In Andrews analog SMS sending program
  3. 所属分类:J2ME

    • 发布日期:2017-11-15
    • 文件大小:47421
    • 提供者:王大河
  1. lock

    0下载:
  2. 用C++编写的注册表加锁解锁源代码,分享给大家,希望有所帮助。-Unlock unlock source code written in C++ registry to share to you, hope that helps.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-02
    • 文件大小:89443
    • 提供者:malong
  1. password

    0下载:
  2. asp页面加锁功能,可以加密asp页面,保护你的网页。-asp page locking feature, you can encrypt asp page to protect your web page.
  3. 所属分类:Project Design

    • 发布日期:2017-12-08
    • 文件大小:1425
    • 提供者:周文俊
  1. WhoSLocking

    0下载:
  2. 用于查看文件被谁加锁了,这个代码是很久以前的,但感觉还是很有用,于是就奉献出来了。-Used to view files whom lock, this code is a long time ago, but still feel useful, so they devote.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:49207
    • 提供者:戴食
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com