-
对数据序列进行灰度预测,返回绝对误差以及根据用户需求可以任意选取预测的数目。...
对数据序列进行灰度预测,返回绝对误差以及根据用户需求可以任意选取预测的数目。-Gray predicted sequence of data to return the absolute error and can be arbitrarily selected according to user demand forecast amount.
- 2022-01-26 05:45:54下载
- 积分:1
-
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。...
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。-dkink the 打砖块 This game was really very simple, but very suitable for beginners.
- 2023-01-14 04:25:03下载
- 积分:1
-
常见OS磁盘文件系统的数据结构及应用,好东西啊,大家快下,下了我好下
常见OS磁盘文件系统的数据结构及应用,好东西啊,大家快下,下了我好下-common OS disk file system data structures and applications, good things ah, we fast, I had a good under
- 2023-06-04 14:35:03下载
- 积分:1
-
software testing inside a memory test methods and a silly things
软件测试里面的一种测试内存的方法和一种无聊的东西-software testing inside a memory test methods and a silly things
- 2022-01-21 05:07:39下载
- 积分:1
-
This procedure is to Yuma ephemeris data files into a standard txt convert stand...
本程序是将Yuma的星历数据文件转换成标转换成标准的txt文本格式及第一列位GPS卫星PRN编号,后面为各个卫星的轨道参数-This procedure is to Yuma ephemeris data files into a standard txt convert standard text format and the first GPS satellite PRN numbers faithfully followed for each satellite orbit parameters
- 2022-03-09 13:16:07下载
- 积分: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
-
form seismic events with fortran
fortran编写简单的形成地震同相轴,大家需要的可以用下载 用的是雷克子波-form seismic events with fortran
- 2022-03-15 12:09:47下载
- 积分:1
-
bmp_to_c.rar,bmp 转换 C
的源码
bmp_to_c.rar,bmp 转换 C
的源码-bmp_to_c.rar, bmp convert C source code
- 2023-04-05 23:10:04下载
- 积分:1
-
JILRuntime A general purpose, register based virtual machine (VM) that supports...
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
- 2022-07-13 14:23:15下载
- 积分:1
-
休利特免费安装工具。简单而强大的支持pascal脚本,苏…
Inno Setup 是一款免费的安装制作工具。简洁而强大,支持 pascal 脚本,既有适合新手的脚本向导,也有适合高手的的脚本-Hewlett A free installation tools. Simple and powerful support pascal script, suitable for both novice script wizard, but also for experts in the script
- 2022-01-28 20:41:19下载
- 积分:1