-
javalocal
子类方法不可比父类方法抛出更多的例外。子类抛出的例外或者与父类抛出的例外一致,或者是父类抛出例外的子类型。或者子类型不抛出例外。(Class methods are not comparable to the parent class method throws more exceptions. The subclass thrown exception or thrown with the parent class exceptions, or the parent class throw exception sub type. Do not throw exceptions or sub type.
)
- 2013-10-18 19:51:43下载
- 积分:1
-
punda
Rabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purpose
- 2012-05-16 02:47:43下载
- 积分:1
-
路径最短算法(C 语言开发完成),希望对大家有所帮助,
路径最短算法(C 语言开发完成),希望对大家有所帮助,-min topo path
- 2022-09-22 12:45:02下载
- 积分:1
-
Chess
简单实现人机对战,使用人工智能简单算法,通过人和机器的博弈,使机器通过迭代自己判断所走的步骤。(This code simply realizes man-machine combat in chess.)
- 2019-01-31 11:19:56下载
- 积分:1
-
Book_253919STEWARDESS--265877
源码Book_253919STEWARDESS 265877是一个不错的源码,用来学习参考会是一个不错的选择(Source Book_253919STEWARDESS- 265877 is a good source, used to study the reference would be a good choice)
- 2017-02-26 12:24:57下载
- 积分:1
-
SD卡控制器verilog
sd卡读写,仿真模型,testbanch测试文件(sdcard read write and sdcard model)
- 2021-04-21 16:28:49下载
- 积分:1
-
读者写者问题
说明: 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。
2、定义一个读者函数:
?当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。
?当有其他读者在占用buffer时,读者可对buffer进行读取操作。
?当buffer中有数据时,则从其中读取一个数据,并显示然后退出。
?当buffer中没有数据时,应等待,直到buffer中有数据可读。
3、定义一个写者函数
?当有读者在占用buffer时,写者应该等待,直到所有的读者都退出为止。
?当有其他写者占用buffer时,该写者应该等待,直到占用buffer的写者退出为止。
?当buffer有空闲时,写者应该在buffer中写入一个数据并退出。
?当buffer满时,写者应该等待,直到buffer有空闲为止。
4、定义主函数,在其中可以任意创建读者与写者。
可根据用户输入创建读者或写者进程(线程)。(1. Define a data buffer and semaphores for synchronization and mutual exclusion.
2. Define a reader function:
When a writer is occupying the buffer, the reader should wait until the writer no longer uses the buffer.
When other readers occupy the buffer, they can read the buffer.
When there is data in the buffer, read a data from it, display and exit.
When there is no data in the buffer, wait until the data in the buffer is readable.
3. Define a writer function
When a reader is occupying the buffer, the writer should wait until all readers quit.
When other writers occupy the buffer, the writer should wait until the writer who occupies the buffer exits.)
- 2019-12-27 18:49:46下载
- 积分:1
-
俄罗斯方块对战版VC源代码
俄罗斯方块对战版VC源代码-screen version of Tetris VC source code
- 2023-04-18 08:15:04下载
- 积分:1
-
缓冲区数据输入与输出C语言源程序库
缓冲区数据输入与输出C语言源程序库 -buffer data input and output for C language source
- 2022-05-17 11:17:16下载
- 积分:1
-
单目标GOA算法
说明: 能够实现蝗虫优化算法,里面包含许多经典的单目标测试函数,使用时直接运行main函数即可,需要更改测试函数的的话自己在main里面修改(It can realize locust optimization algorithm, which contains many classic single objective test functions. When using, you can directly run the main function. If you need to change the test function, you can modify it in main)
- 2020-12-07 17:59:31下载
- 积分:1