-
Suduku is a game. This programming is a implementation Of sudoko in C++ language...
Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish..
- 2022-01-22 00:32:57下载
- 积分:1
-
模仿BASIC函数的某些C语言函数
模仿BASIC函数的某些C语言函数-mimic the function of certain C language function
- 2022-07-14 11:11:42下载
- 积分:1
-
Read this to understand basics about software testing.
Read this to understand basics about software testing.
- 2022-01-26 07:56:24下载
- 积分:1
-
CyclicMUSIC 的matlab仿真代码
cyclic MUSIC的matlab仿真代码(matlab simulation of the cyclic MUSIC code)
- 2020-06-28 09:20:02下载
- 积分:1
-
同步
基于FPGA的位同步算法的verilog实现(Verilog implementation of synchronization algorithm)
- 2018-04-17 10:50:12下载
- 积分:1
-
DNF私服登录器
DNF私服登录器(DNF PW Login)
- 2020-08-13 15:48:29下载
- 积分:1
-
源码和笔记
说明: 我们在整个游戏中,看到的所有内容,我们都理解为游戏对象。
那么每一个游戏对象,都是由一个单独的类创建而来。
为了便于我们程序的可扩展性,减少冗余代码,我们写一个父类,让这些游戏对象的子类
来继承我的父类,我在父类中,将子类中所共有的成员全部都封装起来。
应该记录游戏对象的横纵坐标
需要记录游戏对象的高度和宽度(All the content we see in the whole game is understood as the object of the game.
Then every game object is created by a separate class.
In order to facilitate the scalability of our program and reduce redundant code, we write a parent class to let the children of these game objects.
To inherit my parent class, I encapsulate all the members that are common in the subclass.
The abscissa and ordinate coordinates of the game object should be recorded
You need to record the height and width of the game object)
- 2018-12-24 10:57:43下载
- 积分:1
-
matlab 常微分方程数值解法 源程序代码
说明: 11.1 Euler方法 380
11.1.1 Euler公式的推导 380
11.1.2 Euler方法的改进 383
11.2 Runge-Kutta方法 385
11.2.1 二阶Runge-Kutta方法 385
11.2.2 三阶Runge-Kutta方法 388
11.2.3 四阶Runge-Kutta方法 390
11.2.4 隐式Runge-Kutta方法 391
11.3 线性多步法 392
11.3.1 Adams外推公式 392
11.3.2 Adams内插公式 394
11.3.3 Adams预测校正公式 395
11.4 微分方程组的数值解 397
11.4.1 Euler方法 397
11.4.2 经典四阶Runge-Kutta方法 398
11.4.3 高阶方程组的求解 399
11.5 刚性方程组的数值解 401
11.5.1 梯形公式 401
11.5.2 隐式Runge-Kutta方法 402
11.5.3 Adams隐式公式 403
11.6 边值问题的数值解 405
11.6.1 打靶法 405
11.6.2 差分法 409
11.7 MATLAB自带函数应用 411
11.7.1 ode系列函数 411
11.7.2 bvp系列函数 414
11.8 应用案例 416(numerical methods for ordinary differential equations)
- 2021-01-03 13:48:57下载
- 积分:1
-
爬取腾讯疫情实时数据
说明: 代码使用Python语言,简洁高效,能够做到实时爬取疫情数据,并且保存到CSV文件中(Crawling epidemic data in real time)
- 2021-03-05 10:09:31下载
- 积分:1
-
传染病模型
说明: 小世界网络中的SIRS传染病模型实现。该模型将动物状态分为三个类别:易感状态(S)、传染状态(I)、移出状态(R),易感状态的动物在与感染状态的动物接触过程中会以一定概率被传染状态的动物传染而患病;传染状态的动物可以一定的概率将疾病传染给接触到的动物;传染状态的动物在经历一段时间之后得到痊愈并且不再会收到感染,也不会对其他动物造成威胁,即相当于从整体中被移出的状态;在一段时间过后,移出状态的个体会再复原成为易感状态。在初始时一定比例的动物处于感染状态,剩余动物处于易受感染状态。(Implementation of SIRS Infectious Disease Model in Small World Network.The model divides animal state into three categories: susceptible state (S), infectious state (I), and removal state (R). Animals in susceptible state will be infected by animals in infectious state with a certain probability in the process of contact with animals in infectious state; animals in infectious state can transmit disease to animals in contact with a certain probability; animals in infectious state will experience one. After a period of time, the patient recovers and no longer receives infection, and does not pose a threat to other animals, i.e. the state of being removed from the whole; after a period of time, the individual in the state of being removed recovers to a susceptible state. At the beginning, a certain proportion of animals were infected and the remaining animals were susceptible to infection.)
- 2019-02-25 19:31:07下载
- 积分:1