-
《Head First Java》是本完整的面向对象(object
《Head First Java》是本完整的面向对象(object-oriented,OO)程序设计和Java的学习指导。此书是根据学习理论所设计的,让你可以从学习程序语言的基础开始一直到包括线程、网络与分布式程序等项目。最重要的,你会学会如何像个面向对象开发者一样去思考。
- 2022-02-20 07:20:23下载
- 积分:1
-
heap of software testing Guide (PDF format)
一堆软件测试方面的教程(PDF格式)-heap of software testing Guide (PDF format)
- 2023-07-15 21:05:04下载
- 积分:1
-
使用SMTP协议发送邮件编程代码
使用SMTP协议发送邮件编程代码-use the SMTP protocol mail programming code
- 2022-04-12 00:40:52下载
- 积分:1
-
基于测试驱动的JAVA编程书
书籍名Agile java crafting code with test
基于测试驱动的JAVA编程书
书籍名Agile java crafting code with test-driven development 作者jeff langr
的源代码
- 2022-05-10 23:53:28下载
- 积分:1
-
一个很好的视频你可以学习C++的自由
A very good viedo you can learn C++ freely-viedo you can learn C freely
- 2023-06-11 06:40:13下载
- 积分:1
-
Wireless communications, edited by Prof. Andrea Goldsmith
无线通信经典书籍,风行全美著名高校的经典教科书之一,作者Andrea Goldsmith教授毕业于加大伯克莱分校,为信息论领域新一代权威,历经十年完成本书写作.工科通信信息信号等专业硕博研究生必备参考书.-Wireless communications, edited by Prof. Andrea Goldsmith
- 2022-01-22 03:48:52下载
- 积分:1
-
支持WIN7的LOADDLL文件,可以再WIN7环境下载入DLL文件,不出错
支持WIN7的LOADDLL文件,可以再WIN7环境下载入DLL文件,不出错-Support WIN7" s LOADDLL files, you can then download into the DLL file WIN7 environment, not an error
- 2022-04-01 11:13:08下载
- 积分:1
-
COM技术内幕配书源码
COM技术内幕配书源码-COM insider source book distribution
- 2022-03-05 15:48:39下载
- 积分:1
-
C入门的绝佳教程~~~~下来看看就知道了
C入门的绝佳教程~~~~下来看看就知道了-C Tutorial excellent entry ~ ~ ~ ~ down to see will know
- 2023-08-11 08:35:04下载
- 积分:1
-
函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程...
函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。 在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-function sentence by one or more code components, can achieve a particular function. You can use your code more readable, understandable, accelerate programming speed and reducing duplication of code. Similar processes and functions, processes and functions most important difference is that the process did not go to the value and the function can return value. In Delphi 7.0, we have a very good definition of function, broadly categorized into six types : data conversion functions, string and array manipulation functions, documents, disk manipulation functions, memory, pointer manipulation functions, arithmetic function, the date function.
- 2022-02-04 14:05:11下载
- 积分:1