-
hurst
说明: RS计算Hurst指数matlab代码!!!!!!!!!!!!!!!!!(RShurstmatlabRShurst)
- 2020-02-24 20:43:51下载
- 积分: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
-
算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, N...
算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN "
- 2022-07-11 16:37:38下载
- 积分:1
-
如果你使用的是IE浏览器的Windows XP服务包2,有一个安全…
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content".
JavaScript高级程序设计 里面自代源码-If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. To see the example, you must click on the message and select Allow Blocked Content . JavaScript Advanced Programming sou
- 2023-05-01 17:35:05下载
- 积分:1
-
Beijing.osm.shp
北京矢量道路、建筑shape数据,gis(Beijing Vector Road Building and Other Data)
- 2020-06-23 12:20:02下载
- 积分:1
-
vb作的简单打字训练
vb作的简单打字训练-vb for the simple typing training
- 2022-09-30 06:40:02下载
- 积分:1
-
Yet another Java implementation for the addictive Minesweeper game. This game co...
Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square. -Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square.
- 2022-09-23 19:20:03下载
- 积分:1
-
梦幻西游登录器
自动登录梦幻西游账号,幻西游账号自动运行(Automatic login Fantasy Westward Journey account)
- 2017-09-10 11:14:20下载
- 积分:1
-
ChartEmpty
使用C#加CSS編程開發翻頁書功能,簡便易學的手把手教學(Using C # and CSS programming to develop the function of turning pages, easy to learn hand-to-hand Teaching)
- 2020-06-25 07:20:01下载
- 积分:1
-
octomap-devel
说明: 三维立体栅格地图octomap的相关资料(Relevant information of three-dimensional raster map octomap)
- 2019-01-02 20:29:04下载
- 积分:1