-
wafo_2017
WAFO是Matlab用于计算随机载荷下的疲劳寿命(WAFO is a toolbox of Matlab routines for statistical analysis and simulation of random waves and random loads. WAFO is freely redistributable software, see WAFO licence, cf. the GNU General Public License (GPL). It is available on this website and it is included in the wafo-project on GitHub, where also support for Octave is available, as well as a Python version. WAFO contain tools for)
- 2020-12-31 12:38:59下载
- 积分:1
-
1
51单片机简单的蜂鸣器代码,新手入坑,还有字数限制(51 MCU simple buzzer code. Novice into the pit. There are word limits.)
- 2020-06-21 04:00:02下载
- 积分:1
-
本程序模拟细胞的自我繁殖,这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真。...
本程序模拟细胞的自我繁殖,这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真。-the cell simulation of self-propagation, self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid.
- 2022-03-25 14:51:29下载
- 积分:1
-
sIMPLEFOUR
Again, a small step for the c programmer, but a big step in the world of abstract understunding of program s basics rules.
- 2012-09-30 22:51:53下载
- 积分:1
-
FastLED-master
说明: max485 alternate to set fast gpio on stm32 and leds
- 2020-06-29 23:27:00下载
- 积分:1
-
pagefen
这是Php分页的一个简单实例,也包含简单实现和标准分页实现,可供参考使用...(This is a simple example of Php page, also contains a simple implementation and realization of the standard page are available for reference ...)
- 2010-02-09 08:39:15下载
- 积分:1
-
竖向的CSS滑动门菜单特效代码
竖向的CSS滑动门菜单特效代码,像手风琴菜单一样,只不过是竖着排列的,鼠标放在任意文字上,就会展开对应的菜单项,二级菜单项则可以很灵活的布局成你想要的样式,比如图文混排、一个列表、一系列子菜单等。
- 2022-03-12 06:19:51下载
- 积分:1
-
pbootcms
说明: PbootCMS是全新内核且永久开源免费的PHP企业网站开发建设管理系统,是一套高效、简洁、 强悍的可免费商用的PHP CMS源码!(PHP enterprise exhibition website open source!)
- 2020-06-19 06:00:01下载
- 积分:1
-
a VB
一个用VB开发的细胞元动机-a VB-cell yuan motivation
- 2023-05-18 21:40:02下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1