《湖泊生態的簡單模擬》(Simulation Of Living Beings In A Lake )。這是我修讀美國卡耐基梅隆大學Carnegie Mellon University(CMU)課程ssd1:Information Systems時完成的一個課程設計,內含課程設計報告、類圖、源碼(1800多行),并附傳了workbench(CMU提供的虛擬服務器,可用tomcat替換)。本人當時為軟件工程專業大一學生。
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception filtering and implements both Rx and Tx
Interrupt Service Routines.
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception filtering and implements both Rx and Tx
Interrupt Service Routines.
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception filtering and implements both Rx and Tx
Interrupt Service Routines.
文具倉庫管理系統2.0(源碼)delphi+access
main in Main\main.pas {FrmMain},
Login in Login\Login.pas {FrmLogin},
Logo in Login\Logo.pas {FrmLogo},
Global in Share\Global.pas ,
BaseSetup in BaseSetup\BaseSetup.pas {FrmBaseSetup},
dm in Share\dm.pas {DM_Wjckgl: TDataModule},
About in Help\About.pas {FrmAbout},
InputGoods in Input\InputGoods.pas {FrmInputGoods},
In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.