自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

子不语

呵呵

  • 博客(1)
  • 资源 (14)
  • 收藏
  • 关注

原创 洛谷 P5707【深基2.例12】上学迟到

学校和 yyy 的家之间的距离为s米,而 yyy 以v米每分钟的速度匀速走向学校。在上学的路上,yyy 还要额外花费10分钟的时间进行垃圾分类。学校要求必须在上午8:00到达,请计算在不迟到的前提下,yyy 最晚能什么时候出门。由于路途遥远,yyy 可能不得不提前一点出发,但是提前的时间不会超过一天。

2022-12-30 16:27:00 657 1

运用MinGW和CodeBlocks在Windows上编译wxWidgets及使用

运用MinGW和CodeBlocks在Windows上编译wxWidgets及使用 从源码编译wxWidgets并使用codeblocks构建wxWidgets应用 MinGW:MSYS2 codeblocks:20.03

2023-10-22

codelite-amd64-15.0.0.exe (05 Feb 2021)

CodeLite是一个功能强大的开源,免费,跨平台 C/C++, PHP, Javascript等编程语言的IDE。 CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js) programming languages which runs best on all major Platforms ( OSX, Windows and Linux )

2021-03-06

codelite-amd64-14.0.0.exe

Codelite-amd64-14.0 CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js) programming languages which runs best on all major Platforms ( OSX, Windows and Linux )

2020-03-10

完整视频-coursera公开课 普林斯顿算法 ⅠⅡ部分

本资源为BT文件,下载速度快,如果P2P工具支持下载字幕可以进行下载 Coursera上的公开课,普林斯顿大学教授Robert Sedgewick主讲《Algorithms》算法 Java实现 课程网站http://algs4.cs.princeton.edu/home/ 视频一个两部分,算法(一)主要集中在基础的数据结构、排序、查找算法。 相关主题有:并查集算法,二分查找,栈,队列,背包,插入排序,选择排序,希尔排序,快速排序, 三切分快排,归并排序,堆排序,二分堆,二分查找树,红黑树,链表,线性哈希表,Graham扫描,kd树。 算法(二)主要讲解图论和字符串处理的相关算法。相关主题有:深度优先搜索,宽度优先搜索,拓扑排序,Kosaraju-Sharir算法,Kruskal算法,Prim算法,Dijkistra算法,Bellman-Ford算法, Ford-Fulkerson算法, LSD radix sort算法, MSD radix sort算法, 3-way radix 快排算法, 多路尝试法, 三元查找尝试法, Knuth-Morris-Pratt算法, Boyer-Moore算法, Rabin-Karp算法, 正则匹配, run-length编码, Huffman编码, LZW压缩, 还有Burrows-Wheeler变换。

2015-01-17

Windows 8.1 X64 图标资源imageres.dll

替换Windows 8.1 (x64) 图标,metro风格

2014-04-28

星座排行生成器

星座排行生成器,快速生成各种类型星座排行,

2012-12-14

Proteus教程【精华】

proteus教程精华,精选proteus教程,proteus快速入门到精通

2012-12-14

The Scientist and Engineer's Guide to Digital Signal Processing

The Scientist & Engineer's Guide to Digital Signal Processing, by Steven W. Smith, Ph.D, provides a practical introduction to Digital Signal Processing. Covering a wide range of topics, this book is an ideal introductory text for those new to DSP, and an excellent reference for more experienced users. Begin today to learn more about this powerful technology! Contents at a Glance FOUNDATIONS Chapter 1. The Breadth and Depth of DSP . . . . . . . . . . . . . . . . . . . 1 Chapter 2. Statistics, Probability and Noise . . . . . . . . . . . . . . . . . . 11 Chapter 3. ADC and DAC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 Chapter 4. DSP Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 FUNDAMENTALS Chapter 5. Linear Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 Chapter 6. Convolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 Chapter 7. Properties of Convolution . . . . . . . . . . . . . . . . . . . . . . . 123 Chapter 8. The Discrete Fourier Transform . . . . . . . . . . . . . . . . . . 141 Chapter 9. Applications of the DFT . . . . . . . . . . . . . . . . . . . . . . . . 169 Chapter 10. Fourier Transform Properties . . . . . . . . . . . . . . . . . . . . 185 Chapter 11. Fourier Transform Pairs . . . . . . . . . . . . . . . . . . . . . . . . 209 Chapter 12. The Fast Fourier Transform . . . . . . . . . . . . . . . . . . . . . . 225 Chapter 13. Continuous Signal Processing . . . . . . . . . . . . . . . . . . . . 243 DIGITAL FILTERS Chapter 14. Introduction to Digital Filters . . . . . . . . . . . . . . . . . . . . 261 Chapter 15. Moving Average Filters . . . . . . . . . . . . . . . . . . . . . . . . . 277 Chapter 16. Windowed-Sinc Filters . . . . . . . . . . . . . . . . . . . . . . . . . 285 Chapter 17. Custom Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 Chapter 18. FFT Convolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 Chapter 19. Recursive Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319 Chapter 20. Chebyshev Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333 Chapter 21. Filter Comparison . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 APPLICATIONS Chapter 22. Audio Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 351 Chapter 23. Image Formation and Display . . . . . . . . . . . . . . . . . . . . 373 Chapter 24. Linear Image Processing . . . . . . . . . . . . . . . . . . . . . . . . 397 Chapter 25. Special Imaging Techniques . . . . . . . . . . . . . . . . . . . . . 423 Chapter 26. Neural Networks (and more!) . . . . . . . . . . . . . . . . . . . . 451 Chapter 27. Data Compression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 481 Chapter 28. Digital Signal Processors . . . . . . . . . . . . . . . . . . . . . . . 503 Chapter 29. Getting Started with DSPs . . . . . . . . . . . . . . . . . . . . . . . 535 COMPLEX TECHNIQUES Chapter 30. Complex Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551 Chapter 31. The Complex Fourier Transform . . . . . . . . . . . . . . . . . . 567 Chapter 32. The Laplace Transform . . . . . . . . . . . . . . . . . . . . . . . . . 581 Chapter 33. The z-Transform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605 Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643

2012-12-02

Ruby-1.9.3-doc

Ruby,一种为简单快捷的面向对象编程(面向对象程序设计)而创的脚本语言,在20世纪90年代由日本人松本行弘(まつもとゆきひろ/Yukihiro Matsumoto)开发,遵守GPL协议和Ruby License

2012-02-26

httpwatch professional 7.0

HttpWatch是强大的网页数据分析工具.集成在Internet Explorer工具栏.包括网页摘要.Cookies管理.缓存管理.消息头发送/接受.字符查询.POST 数据和目录管理功能.报告输出.HttpWatch 是一款能够收集并显示页页深层信息的软件。它不用代理服务器或一些复杂的网络监控工具,就能够在显示网页同时显示网页请求和回应的日志信息。甚至可以显示浏览器缓存和IE之间的交换信息

2012-02-26

nt6 hdd installer

windows系统硬盘安装器,傻瓜式硬盘安装windows系统

2012-02-26

Windows7文件夹背景修改器

傻瓜式更改windows7文件夹背景,让您的电脑更具个性化

2012-02-26

Turbo C 3.0

经典C/C++ IDE,对于图形编程有较好的支持,windows7下可用

2012-02-26

Lisp入门教程

lisp入门教程,让读者较快领略lisp函数式编程的魔力

2012-02-26

Wordpress主题教程

如何制作一个Wordpress主题的主要知识

2012-02-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除