-
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!...
一套用PB开发的指纹应用源码,满足指纹应用和整合!适合于PB开发语言!-a PB with the development of the fingerprint application source code, and meet the fingerprint application integration! PB suited to the development of language!
- 2022-03-14 11:51:31下载
- 积分:1
-
简单的检测驱动器程序,能够查看当前已有的驱动器符号和信息...
简单的检测驱动器程序,能够查看当前已有的驱动器符号和信息-Simple drive detection procedures, be able to view the current drive has signs and information
- 2022-03-04 13:29:20下载
- 积分:1
-
C# 简单 源码 支持多线程!可自己输入想要爬的网站名
C# 简单 源码 支持多线程!可自己输入想要爬的网站名-C# source code to support simple multi-threaded! Can enter their own Web site name you want to climb
- 2022-06-30 20:08:07下载
- 积分:1
-
turn off the computer by the script .vbs
turn off the computer by the script .vbs
- 2022-12-27 07:45:03下载
- 积分:1
-
ASK Modulation
调幅函数=asku mod(msg,varargin)
- 2023-05-05 16:15:02下载
- 积分:1
-
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题...
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题-Such as title, Counting Semaphore for inter-task synchronization, a binary semaphore for inter-task synchronization, but if the incident took place too quickly, may lead to data loss. However, the use of Counting semaphores can on this issue summary
- 2022-07-16 05:34:54下载
- 积分:1
-
这都是关于银行家算法
it s all about bankers algorithm
- 2022-02-05 21:12:43下载
- 积分:1
-
讲讲自己学习RSA中的实践过程,已经对RSA熟悉的看家就不用在此浪费时间了。...
讲讲自己学习RSA中的实践过程,已经对RSA熟悉的看家就不用在此浪费时间了。-the study process of RSA.
- 2022-03-15 08:06:06下载
- 积分:1
-
vc编写的信访办公自动化系统,数据库使用odbc
vc编写的信访办公自动化系统,数据库使用odbc-a Guest Information System is written by VC. Database use ODBC.
- 2022-05-14 23:52:07下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1