-
MATLAB代码水印的DCT
Matlab Code for watermarking in DCT
- 2023-07-13 18:40:04下载
- 积分:1
-
Huawei internal procedures in designing the training program design for large
华为内部程序设计培训 对大规模程序设计很有帮助-Huawei internal procedures in designing the training program design for large-scale helpful
- 2022-02-18 15:34:30下载
- 积分:1
-
51单片机4*4扫描C程序
这个是51单片机4*4扫描的C程序。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-18 04:29:28下载
- 积分:1
-
Including a number of VC programming examples, although the procedure is relativ...
包括了一些VC编程实例,虽然程序比较小但对于初学者还是很有帮助的-Including a number of VC programming examples, although the procedure is relatively small but still helpful for beginners
- 2022-02-06 03:10:57下载
- 积分:1
-
基于fpga串口通信,有数码管显示发送和接受现实
基于fpga串口通信,有数码管显示发送和接受现实-du to fpga
- 2022-08-31 13:00:03下载
- 积分:1
-
这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程...
这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程-This is the control server vb preparation procedures, this also includes a related video tutorial
- 2022-07-17 15:13:16下载
- 积分:1
-
log日志dll组件及其调用方法.十分简单实用
log日志dll组件及其调用方法.十分简单实用-log log dll component and its method calls. is very simple and practical
- 2022-01-31 10:57:10下载
- 积分:1
-
fuzzy systems for wind has been described in this controller run using matlab
fuzzy systems for wind has been described in this controller run using matlab
- 2022-08-08 21:28:26下载
- 积分:1
-
SAR影像配准源代码,能够实现单视复数影像的配准,为干涉做前期数据处理...
SAR影像配准源代码,能够实现单视复数影像的配准,为干涉做前期数据处理-SAR image matching source code, to achieve single-look complex image registration, in order to make preparations for data processing interference
- 2022-02-03 15:31:38下载
- 积分: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