-
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序...
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序-Single-reported data encryption in the file transfer when the data is encrypted reported that this procedure for the client program
- 2022-07-11 23:41:02下载
- 积分:1
-
VC++运用WINDOWS API实现应用程序版本检测
VC++运用WINDOWS API实现应用程序版本检测-VC use Windows API application version detection
- 2022-09-22 06:35:03下载
- 积分:1
-
Ebook
Ebook - Exploring C++ The Programmers Introduction To C-Ebook- Exploring C++ The Programmers Introduction To C++
- 2022-02-04 20:48:15下载
- 积分:1
-
图书馆管理系统
完整的图书馆管理系统
联合国 library.sql
它在你这个 SQL ServerMSSQLdataLibrary_Data.MDF 中创建库 db 如果您的服务器安装在一些其他位置请更改路径
安装 db 运行后的代码和你准备运行该项目。
或从 debug.zip 文件解压后运行 LibraryManagement exe
Word 文档库可以提到的屏幕截图
- 2022-05-28 19:44:00下载
- 积分:1
-
另类Windows关机程序
另类Windows关机程序-alternative Windows shutdown procedure
- 2023-01-22 20:00:03下载
- 积分:1
-
基于Web技术的通用监控平台 以互连网为核心的技术革命,正给人类工作、生活,乃至生存带来巨大变化。如何将已有的应用系统与蒸蒸日上的互连网技术结合起来,进一步提高...
基于Web技术的通用监控平台 以互连网为核心的技术革命,正给人类工作、生活,乃至生存带来巨大变化。如何将已有的应用系统与蒸蒸日上的互连网技术结合起来,进一步提高企业的运作效率和企业形象,得到了企业的广泛关注。上海Foxboro有限公司在工业智能自动化领域为广大用户提供了优秀的产品和服务,随着互连网技术的发展和应用,为了进一步满足客户的需求,公司提出将现有的IA系列产品SCADA与Web技术有机结合起来,实现基于Web技术的SCADA通用监控平台。-Universal Web-based technology platform to monitor the Internet as the core of the technological revolution, is to the human work, life, and even bring about great changes in survival. How to existing application systems and the success of the combination of Internet technology to further enhance the operational efficiency and corporate image, has been widespread concern in the enterprise. Shanghai Foxboro Company Limited in the industrial field of intelligent automation to provide customers with excellent products and services, with Internet development and application of technology, in order to further meet customer demand, the company proposed to the existing SCADA and IA products Web technology combine Web-based SCADA common monitoring platform.
- 2022-03-22 06:53:26下载
- 积分:1
-
SHAPE FUNCTION OF 1D MLS APPROXIMATION
SHAPE FUNCTION OF 1D MLS APPROXIMATION
- 2022-03-24 11:51:03下载
- 积分:1
-
嵌入式WINCE开发入门程序,用EVC写的第一程序,帮助初学者入门
嵌入式WINCE开发入门程序,用EVC写的第一程序,帮助初学者入门-Embedded WINCE development of entry procedures, use of EVC wrote the first program to help beginners and entry-
- 2022-02-13 04:47:51下载
- 积分:1
-
有限自动机的确定华,NFA到DFA的转变。
有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
- 2022-02-21 19:57:31下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1