-
许多人在掌握Java的基本知识后,都希望通过进行一系列的课程设计来巩固和提高Java编程技术,本书就是针对这一目的编写。本书不仅可以作为电子信息专业Java课程...
许多人在掌握Java的基本知识后,都希望通过进行一系列的课程设计来巩固和提高Java编程技术,本书就是针对这一目的编写。本书不仅可以作为电子信息专业Java课程设计的教材,也适合作为撰写毕业论文的参考书。
本书以15个课程设计题目为框架,从各个方面介绍了Java在应用系统开发和网络开发中的技巧。各个课程设计题目相互独立,可以从任何一个课程设计题目开始阅读本书。每个课程设计题目都给出了详细的设计步骤,包括设计内容、总体设计、具体设计、软件发布、课程设计作业等。本书全部程序代码可由前言中指定网站下载。
-At lot of people grasp the basic knowledge of Java, after all hope that through a series of courses designed to consolidate and enhance Java programming techniques, this book is prepared for this purpose. This book not only as an electronic information design major Java curriculum materials, also suitable as a reference book to write the thesis.
15 in the book entitled Designed curriculum framework, from the introduction of all aspects of application development in Java and web development skills. Designed curriculum subject in all independent of each other, you can design a course from any subject to read the book start. Designed curriculum for each subject are given in detail the design steps, including the design of content, d
- 2023-02-22 07:30:03下载
- 积分:1
-
描述一种作为面向对象通信软件爱女基础的模式语言。解释为什么了解模式间的关系及权衡可以帮助指导可复用通信框架和应用的构造。...
描述一种作为面向对象通信软件爱女基础的模式语言。解释为什么了解模式间的关系及权衡可以帮助指导可复用通信框架和应用的构造。-Describing an object-oriented communication software as the basis of the pattern language beloved daughter. Explain why understanding the relationship between model and can help guide trade-off reusable framework and the application of communication structure.
- 2022-06-14 06:04:06下载
- 积分:1
-
本内容为:VC6.0数据库系统开发实例导航 一书的随书光盘。内含9个详细的MIS系统。每个程序的说明都很详细。...
本内容为:VC6.0数据库系统开发实例导航 一书的随书光盘。内含9个详细的MIS系统。每个程序的说明都很详细。-: VC6.0 database system development an example of the navigation CD with the book. Intron nine detailed MIS. Each of the procedures are very detailed.
- 2022-02-12 09:29:34下载
- 积分:1
-
Spring framework 开发中文手册
Spring framework 开发中文手册-Spring framework development of Chinese language manual
- 2022-03-01 15:55:26下载
- 积分:1
-
Category of self
可以通过类的自省来自动绑定其依赖部分,使得你不必明确指明的属性和构造器。的属性可以通过属性名称或类型匹配来实现自动绑定-Category of self-examination can be automatically bound to rely on part of its so you do not have to explicitly specify the properties and constructor. Attributes can attribute name or the type of match to achieve automatic binding
- 2022-03-18 20:18:07下载
- 积分:1
-
一篇关于LM算法的博士论文,比较详细的讲解了非线性方程的LM解法,可较实用...
一篇关于LM算法的博士论文,比较详细的讲解了非线性方程的LM解法,可较实用-LM algorithm on a doctoral dissertation, a more detailed account of nonlinear equations of LM method can be more practical
- 2022-06-18 18:18:47下载
- 积分:1
-
插值..,不知道有没有问题,就是个示例,以后还多多学习
插值..,不知道有没有问题,就是个示例,以后还多多学习-jiaocheng
- 2022-08-16 05:38:57下载
- 积分:1
-
modbus tcp协议
modbus tcp协议 -modbus tcp protocol
- 2023-03-27 10:00:04下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1
-
介绍了10种软件滤波的方法程序,均是用C语言来实现
介绍了10种软件滤波的方法程序,均是用C语言来实现-Introduction of the 10 kinds of software filtering procedures are used C language to realize
- 2023-04-02 06:20:03下载
- 积分:1