-
网络编程基础篇系列CGI CGI是用来沟通HTML表单和服务器端程序的接口(interface)。说它是接口,也就是说CGI并不是一种语言,而是可以被其他语言所...
网络编程基础篇系列CGI CGI是用来沟通HTML表单和服务器端程序的接口(interface)。说它是接口,也就是说CGI并不是一种语言,而是可以被其他语言所应用的一个规范集。理论上讲,你可以用任何的程序语言来编写CGI程序,只要在编程的时候符合CGI规范所定义的一些东西就可以了。-Series of articles based on network programming CGI CGI is used to communicate HTML forms and server-side program interface (interface). It is the interface, that is not a CGI language, but other languages can be applied in a standard set. Theoretically, you can use any programming language to write CGI program, as long as the time in the program in line with the CGI specification the definition of something by it.
- 2022-01-30 12:21:49下载
- 积分:1
-
The book is divided into two parts: the first part is a C language programming s...
这本书分两个部分:第一部分是C语言程序设计技巧,第二部分是C++语言程序设计技巧.本书由浅入深的介绍编程的技巧,适合初学者.-The book is divided into two parts: the first part is a C language programming skills, the second part is the C++ language programming skills. This book easy-to-digest introduction to programming skills, suitable for beginners.
- 2022-03-14 08:19:14下载
- 积分:1
-
C#教程
C#教程--精品课程,是学习入门的好帮手-C# Tutorial Courses is a good helper to study entry
- 2022-08-18 05:02:01下载
- 积分:1
-
Delphi COM编程介绍
软件重用是业界追求的目标,人们一直希望能够像搭积木一样随意“装配”应用程序,组件对象就充当了积木的角色。
所谓组件对象,实际上就是预定义好的、能完成一定功能的服务或接口。问题是,这些组件对象如何与应用程序、
如何与其他组件对象共存并相互通信和交互?这就需要制定?个规范,让这些组件对象按统一的标准方式工作。
COM是个二进制规范,它与源代码无关。这样,即使COM对象由不同的编程语言创建,运行在不同的进程空间和不同的
操作系统平台,这些对象也能相互通信。COM既是规范,也是实现,它以COM库(OLE32.dll和贴OLEAut32.dll)的形式提供了
访问COM对象核心功能的标准接口以及一组API函数,这些API函数用于创建和管理COM对象。COM本质上仍然是客户服务器
模式。客户(通常是应用程序)请求创建COM对象并通过COM对象的接口操纵COM对象。服务器根据客户的请求创建并管理COM
对象。客户和服务器这两种角色并不是绝对的。
- 2022-12-18 19:50:04下载
- 积分:1
-
关于keil c 软件的入门教程,图文并茂的介绍了keil c的使用方法...
关于keil c 软件的入门教程,图文并茂的介绍了keil c的使用方法-Keil c on entry software tutorials introduce graphic illustrations of the use of keil c
- 2022-01-26 04:49:24下载
- 积分:1
-
算法分析和设计过程是本书的核心,是对算法的一个研究。
算法分析与设计是程序的核心,这本书就是关于算法分析与设计方面的书.国外很多大学将此书作为经典的教材.-algorithm analysis and design process is the core of this book is on algorithm analysis and design of the book. Many foreign universities will book as a classic textbook.
- 2023-04-07 04:15:05下载
- 积分:1
-
高质量的C程序是怎么出来的.非常详细讲了如何提高代码的效率...
高质量的C程序是怎么出来的.非常详细讲了如何提高代码的效率-How high-quality C program is out. A very detailed talk on how to improve the efficiency of the code
- 2022-03-10 18:42:57下载
- 积分:1
-
Java Cryptography Application Java encryption and English.
Java Cryptography 应用 Java 实现加密,英文版。-Java Cryptography Application Java encryption and English.
- 2023-07-14 16:20:04下载
- 积分:1
-
With C++ The design of game engine
用C++设计游戏引擎-With C++ The design of game engine
- 2022-08-19 04:19:06下载
- 积分:1
-
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法...
关于Java的ppt,详细的介绍基础知识,例如类的定义,声明,方法-With regard to Java, ppt, detail the basics, such as class definitions, statements, methods, etc.
- 2022-12-17 00:20:03下载
- 积分:1