-
现代谱估计的教材,是英语版的翻译,对有需要的人来说很难得的...
现代谱估计的教材,是英语版的翻译,对有需要的人来说很难得的-Modern Spectral Estimation of the materials is English version of the translation, there is a need for people who are hard to come by! ! !
- 2022-07-03 13:53:19下载
- 积分:1
-
A web page of the FTP login system, multi
一个web登录页面的FTP系统,有多国语言,在config.inc.php里设置语言zh-cn-A web page of the FTP login system, multi-language, the language settings in the config.inc.php ri zh-cn
- 2022-10-08 12:40:03下载
- 积分:1
-
图书管理系统
本图书管理系统实现了以下功能:
l 实现图书的入库与入库退货管理。
l 实现图书的库存盘点管理。
l 实现图书的定价、调价管理。
l 实现图书的销售、销售退货管理。
实现图书的入库查询、入库退货查询、图书销售查询等信息查询。
- 2023-08-11 11:15:06下载
- 积分:1
-
UG的文件,对学建模大有帮助
UG的文件,对学建模大有帮助-UG documents go a long way in modeling school
- 2022-07-26 22:56:36下载
- 积分:1
-
这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润,本程序只需把汇率写入一个txt文件,即可算出能获得利润的套汇路径...
这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润,本程序只需把汇率写入一个txt文件,即可算出能获得利润的套汇路径-activities from a variety of differences in currency exchange rates, profit, the program can be put into an exchange rate txt file, can be calculated by the arbitrage profits path
- 2023-01-15 23:45:03下载
- 积分:1
-
microsoft windows This is the ms05
这就是microsoft windows的ms05-047的漏洞利用代码-microsoft windows This is the ms05- 047 use code loopholes
- 2022-05-09 01:24:39下载
- 积分:1
-
经典游戏在JavaME平台开发。
classic game is developed in javaME platform.
- 2022-02-14 00:18:22下载
- 积分:1
-
扫雷模拟游戏,仿照扫雷游戏编写,是一款简单的游戏。
扫雷模拟游戏,仿照扫雷游戏编写,是一款简单的游戏。-mine simulation games, modeled on the mine-game preparation, is a simple game.
- 2022-03-14 14:06:13下载
- 积分:1
-
Database for wago PLC controller
Database for wago PLC controller
- 2022-05-16 19:39:19下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1