搜索资源列表
XTalk
- 本程序演示了使用事件、互斥体、和内存共享的内存映射块,以在其自身的不同副本之间通信。-demonstration of the procedure used, contradict body, and memory sharing memory mapping block, to in their own copies of communications between different.
AutoActive
- 采用互斥体的方法,防止程序多次运行,App.PreIntance只能判断当前目录是否有多个实例运行,本程序可以将exe拷贝到任何目录,但只能运行一个实例。
WindowsAPI
- 中文版windows API。包括:控件与消息函数 硬件与系统函数 设备场景函数 绘图函数 位图、图标和光栅运算函数 菜单函数 文本和字体函数 打印函数 文件处理函数 Windows消息函数 网络函数 进程和线程函数 同步函数(包括互斥体,信号机和事件函数)
另类禁止重怎么运行
- 易语言编写 共享内存判断重复运行 内有代码和例程
AutoActive
- 采用互斥体的方法,防止程序多次运行,App.PreIntance只能判断当前目录是否有多个实例运行,本程序可以将exe拷贝到任何目录,但只能运行一个实例。-Mutex methods used to prevent the program running on many occasions, App.PreIntance only the current directory to determine whether there are
WindowsAPI
- 中文版windows API。包括:控件与消息函数 硬件与系统函数 设备场景函数 绘图函数 位图、图标和光栅运算函数 菜单函数 文本和字体函数 打印函数 文件处理函数 Windows消息函数 网络函数 进程和线程函数 同步函数(包括互斥体,信号机和事件函数) -Chinese version of windows API. Include: control a
CreateMutex_SingleApp
- 利用系统提供的接口-互斥体实现只运行一个应用程序实例,防止同时运行多个程序产生冲突,例如杀毒软件这样的程序。程序是用API函数实现,但是稍加修改或不修改就可使用,挺方便。-Use of system interface- mutex to achieve only run an application example of running multiple programs at the same time to prevent con
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icon
ChangeMutex
- VB 创建互斥体 阻止实例重复运行的例子-VB Change Mutex
CreateMutex
- 通过修改互斥体 达到重复启动程序的目的 !-Change the Mutex
CMutex
- vc6下实现的多线程同步例子。本例很好的说明多线程同步方法的使用。同步方法是互斥体,使用的是mfc中互斥对象,简单易用很适合初学线程控制学习。
MutexTest
- 互斥体使用的一个样例,主要为多线程控制使用-Mutex using a sample, the main use for the multi-threaded control
jingcheng
- WindowXp 线程同步 1.创建和打开事件对象在进程间传送信号 2.利用互斥体保护共享资源-WindowXp thread synchronization 1. To create and open the event object to send signals between processes 2. Protection of shared resources using mutex
The_concurrent_threads_with_synchronous_simple_exa
- 1创建一个打印循环的线程 2创建二个打印循环的线程 3用临界区来处理二个打印循环的线程 4用互斥体来处理2个打印循环的线程 5用信号量来处理2个打印循环的线程-1 create a printed circulation threads 2 create two print circulation threads 3 by the critical area to deal with two print ci
ChangeMutex
- 很多游戏通过创建互斥体来实现游戏单开,带式,我们可以通过修改互斥体,实现多开-change mutex
IpHlpApi-0.33
- 跑跑卡丁车 N开源码 另附 说明跑跑(pp)的多开需要解决3问题: 1) 不能多次运行程序, 方法:找到其命名互斥体,关掉句柄。 2) 多号不能进入同一房间, 原因:服务端限制了相同公网ip且相同内网ip的两客户端不能进入同一房间. 方法:在pp客户端取用本机内网ip前,修改其为随机ip地址. 3) 窗口名及窗口类名patch-Kart N the open source attached
干互斥体(请自己获取互斥体句柄)
- 根据句柄关闭互斥体,多开常常会用到这个!!!!!!(Closes the mutex according to the handle)
创建互斥体
- 利用创建互斥体来防止/禁止程序重复运行。(Using a mutex to prevent / forbid programs from running repeatedly.)
关闭互斥体
- 如果你找到了游戏多开的互斥体却不知道怎样关闭它,那么本源码会帮到你的。(If you find a game mutex, but you don't know how to turn it off, then the source will help you.)
API创建互斥体禁止程序重复运行
- 调用系统API,创建互斥体禁止程序重复运行(Invoke system API, create mutex, prohibit program running repeatedly.)