搜索资源列表
PHP入门速成
- PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion,用户可以混合使用PHP和HTML编写WEB页面,当访问者浏览到该页面时,服务端会首先对页面中的PHP命令进行处理,然后把处理后的结果连同HTML内容一起传送到访问端的浏览器。但是与ASP或ColdFusion不同,PHP是一种源代码开放程序,拥有很好的跨平台兼容性。用户可以在Windows NT系统以及许多版本的Unix系统上运行PHP,而且可以将PHP作为Apache服务器的内置模块或CGI程序运行。
DArray(Sample)
- 用c++类实现动态数组,体现类的封装。基本实现了vector的功能 -With c dynamic array, reflecting the class package
DArray(Sample)
- 用c++类实现动态数组,体现类的封装。基本实现了vector的功能-With c dynamic array, reflecting the class package
1.3-Assignment
- 基本完成了动态数组类的抽象和封装,并实现了相关算法(Abstract and encapsulation of dynamic array classes are basically completed and related algorithms are implemented)
1.1-Assignment
- 完成了基本的动态数组的封装,并实现了接口中的函数(The encapsulation of the basic dynamic array is completed, and the functions in the interface are implemented)