-
从Python开始学编程
本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
- 2020-06-18 03:00:02下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1
-
PSO
说明: 粒子群程序代码。包括JAVA和matlab非常使用。适合初学者(Particle Swarm program code. Including the very use of JAVA and matlab. Suitable for beginners)
- 2008-11-30 20:17:14下载
- 积分:1
-
shuzu
创建一个数组后,若想替换其中的一个数据,那么可以输入这个数的索引和要加入的值就可以换(In an array to replace a number)
- 2009-10-12 17:20:43下载
- 积分:1
-
OReilly.JNP.4th.2013
Java 网络编程 pdf 和 epub 格式
OReilly.Java.Network.Programming.4th.Edition.Oct.2013(OReilly
Java Network Programming 4th Edition Oct.2013)
- 2013-12-19 11:14:07下载
- 积分:1
-
source
坦克大战图片版,用Java编写的简单坦克大战游戏(Battle City Photo Edition)
- 2010-06-07 23:17:35下载
- 积分:1
-
Struts_Students
应用Struts1框架完成的登录增删改查等基本功能(Struts1 complete application framework login CRUD basic functions)
- 2015-03-15 22:03:54下载
- 积分:1
-
2008010
编写一个线段类 MyLine,要求如下:
主要属性有: x ,y ;类型为Point (查看API)
编写构造方法,如 MyLine(Point p1 , Point p2)
编写5个成员方法。如:
检查线段是否位于第一象限check()…
求线段的长度 length() …
判断两条直线是否相交(另一线段作为参数)。
编写一点到该线段(或延长线)的距离
其他方法。
注:编写方法时,考虑利用Point类的方法
编写测试程序
(Write a segment class MyLine, requirements are as follows: The main attributes are: x, y type Point (see API) the preparation of construction methods, such as MyLine (Point p1, Point p2) prepared by five members of the method. Such as: Check whether the line segment in the first quadrant check () ... order to segment the length of the length () ... to determine whether the two straight lines intersect (the other segment as a parameter). The preparation of 1:00 to the line segment (or extension) of the distance from other methods. Note: The preparation method, consider using the Point class approach to preparing test program)
- 2009-12-24 14:03:10下载
- 积分:1
-
Java_jisuanqi
用Java写的计算器,,,,,,,,,新手可以下来看看(Written in Java Calculator)
- 2014-03-12 16:04:20下载
- 积分:1
-
JSD1202_T-ELTS_day02_v1_am
这是我培训期间的JSD代码 希望对大家有用 大家相互学习 给李点哇 (this good)
- 2012-04-15 23:15:04下载
- 积分:1