-
非常详细的关于如何设计一个好的滤波器,英文
非常详细的讲述了如何设计好滤波器,英文版-very detailed about how to design a good filter, English
- 2022-05-21 23:18:22下载
- 积分:1
-
菜鸟学习计算机,很好的学习计算机的教程 exe格式.你想成文高手就得好好看看哦....
菜鸟学习计算机,很好的学习计算机的教程 exe格式.你想成文高手就得好好看看哦.-birdie the study of computers, good learning computer tutorials exe format. you want to have to master written a good look oh.
- 2023-02-19 00:10:04下载
- 积分:1
-
仿真习题,一个非常好的仿真习题。可以随便下载,值得一看...
仿真习题,一个非常好的仿真习题。可以随便下载,值得一看-Simulation Exercise, a very good simulation exercises. Can easily download, an eye-catcher
- 2022-05-26 02:00:37下载
- 积分:1
-
关于滤波的设计 及示例,pdf格式,在matlab下设计完成!
关于滤波的设计 及示例,pdf格式,在matlab下设计完成!-the design for the filter!
- 2023-06-16 14:35:04下载
- 积分:1
-
This is an ambitious book it covers all the elements to get you started in deve...
这本书包含了开发游戏的所有元素,包括:
■ C++编程基础
■ C++技术与实践
■ Windows编程
■ DirectX 8.0 API
■ 游戏编程技术
以及其他一些相关知识…-This is an ambitious book it covers all the elements to get you started in developing
your own games, including:
■ The basics of C++ programming
■ C++ techniques and practices
■ Windows programming
■ The DirectX 8.0 API
■ Game programming techniques
And a little more . . .
- 2022-02-06 06:40:56下载
- 积分:1
-
ebook opengl guide good
ebook opengl guide good
- 2022-01-25 20:00:48下载
- 积分:1
-
这是第一头在java中文版..但只有三章…
here it is Head First in Java in Chinese version..but there are only three chapters available for u..just for u to scan it to figure out the Head First thing-here it is Head First in Java in Chinese version..but there are only three chapters available for u..just for u to scan it to figure out the Head First thing..
- 2022-06-13 13:33:48下载
- 积分:1
-
神经网络源码!希望对大家有一定的帮助,以后会继续上传
神经网络源码!希望对大家有一定的帮助,以后会继续上传-neural network source! We hope to have some help, it will continue to upload
- 2022-02-26 13:42:45下载
- 积分:1
-
《Visual C++.NET专业项目实例开发》配书源代码
《Visual C++.NET专业项目实例开发》配书源代码-"Visual C.NET example of professional development projects "assigned book source code
- 2022-01-21 04:04:31下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1