-
链表的C++实现
数据结构中的链表的C++的语言实现算法。
和各种实现函数
- 2022-07-17 18:08:19下载
- 积分:1
-
图像处理
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数
据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的
IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。
- 2022-06-28 02:59:38下载
- 积分:1
-
用数值积分算法实现C++语言的程序
此程序为C与语言编写的数值积分算法-procedure for the C language with the numerical integration algorithm
- 2022-05-25 12:34:11下载
- 积分:1
-
模拟退火算法
AppWizard has created this TspSA application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TspSA.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTspSAApp application class.
TspSA.cpp
This
- 2022-05-14 00:33:05下载
- 积分:1
-
机场模拟
机场模拟与 3 的跑道。第一次有两个起飞和着陆同时起飞,只排名第三除了在临界条件下
这个问题是模拟机场着陆和起飞模式。机场有 3 条跑道、 跑道 1、 跑道 2 和 3 条跑道。有 4 着陆控股模式,为每个第一次两条跑道的两个。抵港飞机将输入一个控股模式队列,队列将要在大小尽可能接近。当一架飞机进入控股的队列时,它分配一个整数 ID 编号和之前它必须土地 (因为低燃料水平) 给飞机的时间单位数的整数可以保持在队列中。也是一个队列,每个三条跑道起飞。飞机到达起飞队列也分配一个整数 id。起飞队列应保持相同的大小
- 2022-01-30 19:34:43下载
- 积分:1
-
一个自定义的SPIN控件,使用方便
一个自定义的SPIN控件,使用方便-a SPIN-defined controls, easy to use
- 2022-05-28 04:02:37下载
- 积分:1
-
Fourier decomposition of M documents, has been in use, very easy to use, it is a...
傅立叶分解M文件,一直在用,非常好用,很经典-Fourier decomposition of M documents, has been in use, very easy to use, it is a classic
- 2022-03-03 08:01:23下载
- 积分:1
-
数据由多项式逼近
该程序从 APPROKSK 文件中读取数据。DAT 和发现多项式的系数数据进行拟合。在最后一步的计算结果表明在图表上。
- 2022-01-31 16:49:16下载
- 积分:1
-
TI DSP TMS320F280x PWM定时器例程。
TI DSP TMS320F280x PWM定时器例程。-TI DSP TMS320F280x PWM timer routines.
- 2022-03-24 13:20:52下载
- 积分:1
-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1