Optimal Control Theory - An Introduction.(Kirk D. Dover, 2004
2019-12-21 18:50:33 10.35MB Optimal Control Theory
1
栈 数组 队列等数据结构 int QueueEmpty(pagequeue *q) { if(q->count==0) return 1; else return 0; } int QueueFull(pagequeue *q) { if(q->count==num) return 1; else return 0; } 等等...
2019-12-04 12:46:40 7KB C语言 页面置换算法 Optimal FIFO
1
Dynamic Programming and optimal control vol I
2009-08-01 00:00:00 7.46MB Dynamic Programming; Optimal control
1