-
vb的反编译程序,可以将VB编写的执行文件反编译出来。
vb的反编译程序,可以将VB编写的执行文件反编译出来。-anti-vb compiler can be prepared by the implementation of document VB Decompiler out.
- 2022-01-23 10:19:12下载
- 积分:1
-
Encrypt a word to database
Encrypt a word to database
- 2022-01-22 02:20:04下载
- 积分:1
-
ssd5 Exam 1 Practical 的答案~~~~~~~希望对大家学习有帮助
ssd5 Exam 1 Practical 的答案~~~~~~~希望对大家学习有帮助-ssd5 Exam 1 Practical answers to ~~~~~~~ want to help them to learn ~~~~~~~~~~
- 2022-04-22 20:43:16下载
- 积分:1
-
TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。
TWebBrowser制作的一个Web浏览程序,实现流程器的基本功能。-TWebBrowser produced a Web browser program, to achieve the basic functions of flow devices.
- 2022-12-15 18:10:03下载
- 积分:1
-
More OPC server toolkit example.
More OPC server toolkit example.
- 2022-02-02 23:43:26下载
- 积分:1
-
直接修改注册表,改变环境变量,JDK安装的时候可以用这个
直接修改注册表,改变环境变量,JDK安装的时候可以用这个-Directly modify the registry to change the environment variables, JDK installation time can use this
- 2022-07-12 04:19:04下载
- 积分:1
-
数据挖掘关联分析的最新研究进展和未来趋向 《Frequent pattern mining: current status and future directi...
数据挖掘关联分析的最新研究进展和未来趋向 《Frequent pattern mining: current status and future directions》 由权威科学家韩家炜等著-Correlation Analysis of Data Mining the latest research progress and future trends
- 2023-02-14 06:00:04下载
- 积分:1
-
Flex
flex鱼眼特效类,可以为RIA应用增加亮点-flex-type fish-eye effects, you can increase the bright spot for RIA applications
- 2023-04-21 23:45:03下载
- 积分:1
-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1