-
greed algorithm
贪心算法,动态生成数组后,然后计算得到最小生成树-greed algorithm
- 2022-10-13 14:00:02下载
- 积分:1
-
本源码的开发环境为keil c 单片机最小系统的应用实例跑马灯
本源码的开发环境为keil c 单片机最小系统的应用实例跑马灯-The source development environment for the smallest single-chip microcomputer system keil c application Marquee
- 2023-09-09 21:05:03下载
- 积分:1
-
ASP program to add registration details to database
ASP program to add registration details to database
- 2022-09-18 23:25:03下载
- 积分:1
-
一个企业如何系统asosicated卡马拉公司
system to asosicated of a enterprise how camara comercio
- 2022-11-30 01:00:03下载
- 积分:1
-
wealsh network with guns is meant to facilitate the testing speed, all from the...
wealsh 网络测速器
只是为了方便测试网速,所有测试点来自 世界网络.-wealsh network with guns is meant to facilitate the testing speed, all from the test network.
- 2022-07-21 17:00:56下载
- 积分:1
-
此文件为Word 格式文件.DOC转换为TXT文件的源代码。
此文件为Word 格式文件.DOC转换为TXT文件的源代码。-This file format for Word documents. DOC converted to TXT file s source code.
- 2023-02-06 11:30:04下载
- 积分:1
-
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。...
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。-excel document used to determine whether there is a series of overlapping fields. For, they repeat the fields displayed. Input parameters : excel file name out, started OK, OK end.
- 2022-07-14 04:16:47下载
- 积分:1
-
Clock 桌面时钟 日历 阴历
看到的delphi程序 转发
Clock 桌面时钟 日历 阴历
看到的delphi程序 转发-Clock desktop calendar lunar calendar clock see delphi process forward
- 2022-12-18 21:15: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
-
C51 source 4 character LED dot
C51源码 4字LED点阵程序-C51 source 4 character LED dot-matrix program
- 2022-01-25 14:30:13下载
- 积分:1