-
加工中心FANUC数控系统的梯形图源程序。
加工中心FANUC数控系统的梯形图源程序。-CNC Machining Center FANUC source of the ladder.
- 2022-08-14 07:40:01下载
- 积分:1
-
分水岭算法的演示程序
分水岭算法的演示程序
分水岭算法的演示程序
分水岭算法的演示程序
-watershed algorithm Demonstration Program watershed algorithm Demonstration Program
- 2022-03-09 15:16:05下载
- 积分:1
-
模拟进程调度算法,用先来先服务算法进行调度。
模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
- 2023-08-11 00:45:03下载
- 积分:1
-
6502编程大奥秘
介绍了6502汇编
6502编程大奥秘
介绍了6502汇编-6502 Introduction of the mysteries of programming large compilation 6502
- 2022-11-09 12:00:03下载
- 积分:1
-
绘制B样条曲线,可以试一下
绘制B样条曲线,可以试一下-mapping of B-spline curves, Try
- 2022-07-22 18:36:17下载
- 积分:1
-
VB编写的计算器
VB编写的计算器-VB prepared by the Calculator
- 2022-02-07 08:12:19下载
- 积分:1
-
人类
版五子棋人机对弈模式 -Human-computer version of backgammon game mode
- 2022-03-26 02:19:01下载
- 积分:1
-
校园二手交易系统,具有完备的后台操作以及应用功能!
校园二手交易系统,具有完备的后台操作以及应用功能!-campus secondary trading systems, has a sound background and the application of functional operation!
- 2023-05-27 02:25:02下载
- 积分:1
-
一个用DirectX开发的简单而强大的游戏引擎
一个用DirectX开发的简单而强大的游戏引擎-Using DirectX to develop a simple and powerful game engine
- 2022-08-14 10:44:40下载
- 积分: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