-
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY...
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在
-Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a synchronization object, if (GetLastError () return ERROR_ALREADY_EXISTS to indicate the presence
- 2022-03-15 07:02:13下载
- 积分:1
-
一个文件分隔的源码
一个文件分隔的源码-a separate document the source
- 2022-01-31 12:10:15下载
- 积分:1
-
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。-AES under full-screen code, the whole window can cover the entire desktop. Easy to use.
- 2022-05-17 04:36:01下载
- 积分:1
-
邮件服务器测试用程序
邮件服务器测试用程序-mail server testing procedures
- 2023-01-29 17:45:03下载
- 积分:1
-
数学天地最新源代码 数学天地是一个中学生制作的数学软件,代码略显稚嫩,却可满足编程语言基础学习的需要...
数学天地最新源代码 数学天地是一个中学生制作的数学软件,代码略显稚嫩,却可满足编程语言基础学习的需要-The source code of math zone, math zone is a math software written by a high school student, the code is simple.
- 2022-05-01 02:20:56下载
- 积分:1
-
使用Java RMI的功能,这一过程需要稳定的音符……
用于javarmi的函数使用,可以说明了解进程
- 2023-07-29 19:05:03下载
- 积分:1
-
一个小小的计算器,用VB做的!可以计算,功能和计算器一样!...
一个小小的计算器,用VB做的!可以计算,功能和计算器一样!-A small calculater written in VB. It has all functions of a calculater.
- 2022-07-10 08:47:57下载
- 积分:1
-
关于曼彻斯特解码的源代码
曼彻斯特解码的软件,用于无线接收433MHZ传感器的数据,之前看了很久还是很好的学习资料的。用的是CC1101芯片做的载体在最下面
- 2023-03-31 16:45:03下载
- 积分:1
-
自己做的一个提取硬件信息的工程
自己做的一个提取硬件信息的工程-Own to do a hardware information extraction projects
- 2022-07-19 17:09:09下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1