资源列表
现代编译原理
- 现代编译原理(虎书,包含c版和java版中英文,源码,全书答案)(Modern compilation principles (tiger book, including C version and Java version of Chinese and English, source code, the answer to the book))
turtle
- 绘制时钟,包含面向对象的思维。代码段比较长,大家仔细研究(Draw the clock, including object-oriented thinking.)
Visual C++数字图像处理技术详解(源代码)
- 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像
CA-CFAR
- 这是一个关于单元平均恒虚警的程序,当做目标检测时,单元平均恒虚警检测非常有用!(this is a programm about CA-CFAR, u can use it to perform constant false alarm rate detection when needed.)
hht工具箱
- disp_hhs.m emd.m emd_fmsin.m……(hht disp_hhs.m emd.m emd_fmsin.m)
9781784396053_code
- 《Python For Data Analysis》配套源码("Python For Data Analysis" source code)
Show_10_Oszi示波器
- 使用STM32单片机设计的示波器源代码~~~(Oscilloscope source code design using STM32 microcontroller)
经典编程900例(C语言)
- C语言经典编程900例,包含.c源文件,熟悉C语言文件操作,数学函数库的使用等(C language classic programming 900 cases)
ship pid control
- 集装箱船数学模型PD控制,该模型为4个自由度,很多高水平论文均采用该模型。(pid control for container ship)
MDT10F686编程实例—使用MPLAB IDE环境
- MDT10F686编程实例,开发环境和头文件,安装步骤都有(MDT10F686 programming examples, the development environment and header files, the installation steps)
GAforVRP
- VRP指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的(VRP refers to a certain number of customers, each with different amount of demand for goods distribution center to provide goods to customers
牛顿法小算例1
- 主要是利用牛顿法解线性方程组,重点是雅克比矩阵的求解(Solving linear equations by Newton method)