资源列表
Randomnumber
- 用Java开发一个应用程序,效果是每执行一次,就可得到一个六位随机数(整数),可以应用于彩票、抽奖等实际活动。(Using Java to create a application program. When operating the program, you can get 6 random numbers, which can be used in lottery and or so.)
typewriter
- as3入门源码,模仿打字机效果,也可作为人物对话显示。(AS3 source code, mimic the effect of a typewriter, can also be used as a character dialogue display.)
book&lesson10
- 一些课堂上的JAVA实例,包含面向对象方法中的重要学习例题,非常实用!供初学者使用!(Java program cases in some classes)
多线程调度——哲学家就餐
- 利用JAVA线程,解决哲学家就餐问题。当某一哲学家线程执行取得筷子方法时, 程序会根据该线程的名称来确定该线程需要使用哪两支筷子,并且分辨出哪支筷子编号是奇数,按照先奇后偶的顺序来试图取得这两支筷子。 如果这两支筷子都未被使用(即对应的数组元素值为 false),该哲学家线程即可先后取得这两支筷子进餐,否则会在竞争某支筷子失 败后执行 wait()操作进入 Chopsticks 类实例的等待区, 直到其他的哲学家线程进餐完毕放下筷子时用 notifyAll()将其唤醒。当某一哲学家线程放下筷子时
tafang1
- 塔防游戏编程第一步,设置路点,增加怪物并移动到地图的出口。(Defense game programming the first step, set the road, increase the monster and move to map export.)
SemaphoreProducerConsumer
- 信号量模拟生产者消费者问题,亲测可用。。。。。。。(Simulated the Producer-Consumer problem in Operating System through semaphore)
pager
- 分页插件hahahahagagaagag(testgagagagagwerwrwrw)
bike-master
- 这是一个强大的jS工具库,适合Vue初学者学习的小案例(This is a powerful jS tool library)
新建 Microsoft Word 97 - 2003 文档
- 一个简单的汽车管理系统,主要包含司机,汽车,维修,违规等信息(A simple car management system)
bookstore
- 基于Java的网上书店管理系统,服务器用的Tomcat 7.0版本。开发环境用的是eclipse(The online bookstore management system based on Java, the Tomcat 7 version of the server. The development environment is used by eclipse)
JDK_API_1_6_zh_CN
- JAVA 1.6版本中文API文档,适用于新人学习(JAVA 1.6 version of Chinese API document)
yunsuanfu
- 验证各类逻辑运算符的功能及其使用方法,包括逻辑运算符,自增自减运算符,关系运算符,模运算符,算数运算符(The functions of various operators and their using methods)