-
digital image processing
aliasing
digital image processing
aliasing -digital image processing
aliasing
- 2023-07-28 12:20:03下载
- 积分:1
-
cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。...
cs5522厂家源开发集成块驱动代码文档,该文档已汉化,对学习电子称AD转换的有一定的好处。-cs5522 driver chip manufacturers to develop the source code files, the document has finished, the study said AD conversion of the electron must have benefits.
- 2022-08-05 20:20:33下载
- 积分:1
-
对于刚开始学电脑的人,用的是无聊的。在已知…
for the just beginning learn the computer person,use DOS is boring . after known a little DOS,think dos is mysterious.this is the book introduce how to use dos deeply.
- 2022-03-24 06:35:12下载
- 积分:1
-
对于wm5.0 SDHC卡的驱动程序,设置软件
sdhc卡驱动 for wm5.0,wm6-SDHC card driver for wm5.0, wm6
- 2022-06-29 20:31:00下载
- 积分:1
-
拼图游戏 ,VC++ 游戏编程源码,很优秀地实现,值得收藏研究,学习。...
拼图游戏 ,VC++ 游戏编程源码,很优秀地实现,值得收藏研究,学习。-puzzles, games programming source VC, very good to achieve worthy collection of research to learn.
- 2022-02-07 20:28:02下载
- 积分:1
-
将VC7.0和VC.NET的工程转换到VC6.0的工程,内有详细的介绍做法(自己试验后写的)...
将VC7.0和VC.NET的工程转换到VC6.0的工程,内有详细的介绍做法(自己试验后写的)-VC7.0 and VC.NET will convert the project to VC6.0 project, which has a detailed introduction of the practice (their own written tests)
- 2023-01-25 14:50:04下载
- 积分:1
-
Hebei University of Tai second semester freshman year, source curriculum design,...
河北工业大学大一至大二学期,课程设计源码,课程题目是反弹球,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei University of Tai second semester freshman year, source curriculum design, curriculum entitled rebound the ball, and they hope to help everyone, especially students of Hebei Industrial University.
- 2023-04-01 21:05:03下载
- 积分:1
-
文件方式读写DBF的类库,具体接口请看头文件。
文件方式读写DBF的类库,具体接口请看头文件。-DBF papers to read and write the class library, see the specific interface header file.
- 2022-04-21 05:02:46下载
- 积分: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
-
DM, ADM, DPCM, ADPCM.LP, PARCAR such as voice compression algorithm, for this mo...
DM,ADM,DPCM,ADPCM.LP,PARCAR等语音压缩的算法,此为adpcm的c语言编写的程序-DM, ADM, DPCM, ADPCM.LP, PARCAR such as voice compression algorithm, for this mode of c written procedures
- 2023-07-19 05:00:03下载
- 积分:1