-
POP3和SMTP邮件服务器,内部网络可以用来发送电子邮件
一个简单的pop3/smtp邮件服务器,可用于内部网络邮件发送-POP3/SMTP mail servers, internal networks can be used to send e-mail
- 2022-03-24 07:23:13下载
- 积分:1
-
I2C规范说明,I2C 是板上常用的芯片间控制传输协议
I2C规范说明,I2C 是板上常用的芯片间控制传输协议
-I2C specification, I2C board is commonly used between chips Control Transmission Protocol
- 2022-03-21 18:22:41下载
- 积分:1
-
视频的超分辨率增强技术文章,概括说明图像序列上采样增强的算法...
视频的超分辨率增强技术文章,概括说明图像序列上采样增强的算法
- 2022-11-16 08:55:04下载
- 积分:1
-
地图图幅名计算函数库,主要支持新国标10位码
地图图幅名计算函数库,主要支持新国标10位码-Map of the calculation is based library map sheet, mainly to support the new national standard 10 yards
- 2022-07-03 23:18:12下载
- 积分:1
-
VC++实现GPS全球定位系统定位数据的提取,串口技术的应用
VC++实现GPS全球定位系统定位数据的提取,串口技术的应用-VC GPS positioning data extraction, serial technology applications
- 2022-03-15 14:57:17下载
- 积分:1
-
这是一个用vb.net编写的扫描条形码程序,在图书馆等利用它可是很方便的哦....
这是一个用vb.net编写的扫描条形码程序,在图书馆等利用它可是很方便的哦.-using vb.net prepared by the bar code scanning procedures, the use of the library, but it is very convenient oh.
- 2022-01-27 19:37:55下载
- 积分:1
-
dds
dds->9954的pcb供大家参考,这个扳子我调通了的可以放心开办-dds-
- 2022-01-21 01:31:55下载
- 积分:1
-
c语言之键盘篇,从基础学起,让你彻底精通c语言的应用。
c语言之键盘篇,从基础学起,让你彻底精通c语言的应用。-keyboard of c language,learn form base,lead you to be well up to application of c language
- 2023-06-12 00:10:08下载
- 积分:1
-
This is a progress can enhance the function of a class, he can progress to the v...
这是一个可以增强进度条功能的一个类,他可以对进度条的各个特征进行修改,比如说方向,颜色,是否显示数字等等。-This is a progress can enhance the function of a class, he can progress to the various characteristics of the changes, such as the direction, color, whether the numbers.
- 2023-07-16 22:10: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