资源列表
JsonUtil
- Java编写的处理JSON字符串的util类-Written in Java JSON string handling util class
opengl茶壶
- 这是一个具有光照效果的茶壶,包括明暗,颜色。可经过修改变为具有贴图的好看的茶壶
duzheyuxizhe
- 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 运行结果显示要求:要求在
chaoshi
- 学习java过程中自己写的超市收银系统。对学习这个的新手有点用-Write their own process of learning java supermarket cash register system. Novice learning this bit
sortableTable
- 实现ajax排序功能,非常有用 实现ajax排序功能,非常有用-ajax
ArrayDemo
- (1) 声明数组 (2) 创建数组 (3) 初始化数组 (4) 输出数组 (5) 数组最大值、最小值及其索引 (6) 随机数组 (7) 从控制台接受任意个整数,以数组形式返回 (8) 数组到String 转化 (9) 扩张数组-(1) declare an array (2) create an array (3) initialize the array (4) the output array (5) an array of the m
ajax
- ajax实现检测注册用户名是否已经存在,最快、最方面、最实用的校验-ajax to detect a registered user name already exists
C01
- AJAX从入门到精通 第一章 程序源码 hello world-AJAX Mastering Chapter
RailSystem
- 欧洲旅行路线选择,是用c++编写的一款符合ssd5实验要求的实验代码,希望有用-failed to translate
JSONReader
- Json reader for any aplication
ECG Syn
- ECG Synthesis is used to synthesize the ECG from different features.
