-
贪吃蛇 是一种意志的小游戏
贪吃蛇 是一种意志的小游戏 -Snake is a game of will
- 2022-06-16 09:32:36下载
- 积分:1
-
DiscreteMathematicsandItsApplications
一本非常NB的关于计算机的离散数学与应用书籍!(Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and detailed exercise sets. These themes include mathematical reasoning, combinatorial analysis, discrete structures, algorithmic thinking, and enhanced problem-solving skills through modeling. Its intent is to demonstrate the relevance and practicality of discrete mathematics to all students. The Fifth Edition includes a more thorough and linear presentation of logic, proof types and proof writing, and mathematical reasoning. This enhanced coverage will provide students with a solid understanding of the material as it relates to their immediate field of study and other relevant subjects. The inclusion of applications and examples to key topics has been significantly addressed to add clarity to every subject.
True to the Fourth Edition, the text-specific web site supplements the subject matter i)
- 2009-12-07 21:32:17下载
- 积分:1
-
一类复杂循环排队系统的计算机模拟及其在进程调度中的应用...
一类复杂循环排队系统的计算机模拟及其在进程调度中的应用-a complicated circular Queuing System and Computer Simulation of the process of scheduling
- 2022-05-25 00:46:38下载
- 积分:1
-
V2Gpower
根据最后出行时刻,日行驶里程计算V2G曲线(According to the last travel time, the daily mileage V2G curve is calculated.)
- 2018-06-28 16:27:25下载
- 积分:1
-
U-net_and_unet++
说明: 用unet or unetpp进行指针仪表的刻度提取(pointer meter recognition or pointer extraction)
- 2020-06-12 11:35:28下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
crackedcylindre
this is a cracked cylindre
- 2019-06-10 19:53:46下载
- 积分:1
-
matlab
说明: xyz空间直角坐标系转经纬度、站心坐标系(Xyz space rectangular coordinate system to longitude and latitude, station center coordinate system)
- 2021-04-26 17:58:45下载
- 积分:1
-
7-Zip GUI.app
说明: 轻量方便的家压缩软件,方便地进行压缩解压缩(Excellent de compress tool)
- 2019-03-28 20:39:59下载
- 积分:1
-
78658715guandaopushe
说明: Hslogic算法仿真,就MATLAB的管道运输与订购优化模型的文档。(Hslogic algorithm simulation, on the MATLAB pipeline transportation and ordering optimization model documents.)
- 2020-06-22 02:20:01下载
- 积分:1