资源列表
dbgpc
- 隐式广义预测控制算法是一种直接的广义预测控制算法,避免了求解繁琐的丢番图方程,提高了运算速度。-Implicit Generalized Predictive Control algorithm is a direct generalized predictive control algorithm, avoiding the cumbersome solution of the Diophantine equation, increased speed of operation.
Message_Board
- 一个简单的留言板程序,可以添加删除留言,功能比较简单!-A simple message board procedures.
zoomingmatlab
- zooming by two method in matlab
SineWave
- 划正玄曲线,用来参考用的,真的不骗你啊,哈哈呵呵,-picture the sin line
shj1
- 简单计算器的实现,网上看的,少有改动,能用-The realization of a simple calculator, online watch, few changes can
erfenfa
- 接下来是二分法的源代码,主要对象还是针对初学者咯。大家看完运行应该就知道二分法迭代过程了-The next dichotomy of source code, the main object or for beginners slightly. Everyone watching the run should know the dichotomy iterative process
demo
- 类似Google个性首页的页面自定义拖拽布局-Drag and drop layout similar to Google Personalized Home page custom
ThreadSafeQueue
- 基于C++标准模板块STL的list容器开发的线程安全的队列,实现队列的基本功能,如入队,出队,可以设置队列最大值,可以用于线程同步-Thread-safe queue based on the standard mode C++ plate STL list container development, to achieve the basic functions of the queue, such as into the team, a team, you can set the maxi
duanlu
- 短路计算,可用于各种电网故障的短路计算,MATLAB程序-failed to translate
inverse
- 此程序可以计算任意维数的矩阵求逆,并内部自判断是否为非满秩矩阵,并作出提醒,解算可靠。-This program can calculate any dimension matrix inversion, and internal self-determine whether a non-full rank matrix, and make a reminder, reliable solver.
quicksort
- 快速排序的实现,经过严格测试,代码能正常运行。-Quicksort implementation, after rigorous testing, code can be run properly.
variable-step-integration
- 本示例中使用了面向对象的程序设计方法,通过对()运算符的重载,把求积运算符号写成(a,b,eps),表示对一个函数从a到b的积分,其中eps是精度。为了显示面向对象的强大之处,我写了两个被积函数,只要直接继承那个被积函数抽象类并覆盖其方法即可。-This example uses the object-oriented programming approach, through the () operator overloading, the quadrature operation symbo