-
内存分配算法,用c实现内存的管理分配,属于操作系统范畴
内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
- 2022-05-31 21:56:07下载
- 积分:1
-
a dirty rectangular Demonstration Program, the online download, I hope useful fo...
一个脏矩形演示程序,在网上下载的,希望对大家有用。-a dirty rectangular Demonstration Program, the online download, I hope useful for all.
- 2022-11-23 04:25:03下载
- 积分: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
-
多粒子群优化算法
粒子群算法的多用户检测。希望对智能算法感兴趣的人有用。-Particle Swarm Optimization of Multi-User Detection. I hope the smart people who are interested in a useful algorithm.
- 2023-04-27 05:15:03下载
- 积分:1
-
用风险投资+平台开发的俄罗斯游戏爱好者参考学习
使用VC++平台开发的俄罗斯游戏,可供游戏爱好者参考学习-Use VC++ Platform developed by Russian game for game lovers reference learning
- 2022-05-01 02:38:02下载
- 积分:1
-
基于C8051F330电压试验数据采集使用C.电压测试
电压测试
基于C8051F330的电压测试
数据采集运用了ADC0809-voltage testing based on the C8051F330 voltage test data acquisition using the Connection between ADC 0809
- 2022-03-16 02:53:18下载
- 积分:1
-
audio and speech compression,image restoration,ezw tree using trellis codes
audio and speech compression,image restoration,ezw tree using trellis codes
- 2022-01-25 23:20:56下载
- 积分:1
-
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形...
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形
-VB prepared by the receiver to receive satellite data, the data showed the cook through the final Graphics
- 2022-07-12 12:43:26下载
- 积分:1
-
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。...
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。-Kalman filtering method using the estimated target track of the Matlab source
- 2022-01-21 21:25:16下载
- 积分:1
-
lzh压缩代码的分析文档,自己分析的,毕业设计的项目,花了好多时间...
lzh压缩代码的分析文档,自己分析的,毕业设计的项目,花了好多时间-lzh compression code analysis documents, own analyze, the
graduation project project, has spend many time
- 2022-12-12 17:05:03下载
- 积分:1