Purpose of this White Paper This white paper describes a collection of standards, conventions, and guidelines for writing solid Java code. They are based on sound, proven software engineering principles that lead to code that is easy to understand, to maintain, and to enhance. Furthermore, by following these coding standards your productivity as a Java developer should increase remarkably – Experience shows that by taking the time to write high-quality code right from the start you will have a much easier time modifying it during the development process. Finally, following a common set of coding standards leads to greater consistency, making teams of developers significantly more productive.
標簽: conventions collection describes standards
上傳時間: 2014-02-12
上傳用戶:123啊
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.
標簽: UCOS original Saether version
上傳時間: 2015-11-14
上傳用戶:ippler8
2007年最新的多種路徑規劃算法的仿真軟件包。At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package. Press Start to start the simulation. Enjoy :) A better tutorial will be prepared soon about using the simulator and adding new algorithms etc.
標簽: distribut releases planners models
上傳時間: 2015-11-22
上傳用戶:wanghui2438
windows開源代碼 Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid
標簽: Microsoft operating features windows
上傳時間: 2015-11-24
上傳用戶:zhuyibin
在QuartusII中使用AHDL語言編寫一個RS232串行數據通信接口,要求設計輸入輸出端口,要求能提供的接收端口正確地接收。其中1bit作為start位,8bit作為數據,1bit作為end位。
上傳時間: 2013-12-19
上傳用戶:huyiming139
Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is a good place to start if you re trying to use or figure out pid though.
標簽: control purpose atmega heater
上傳時間: 2013-12-19
上傳用戶:天誠24
目的:熟悉shell命令解釋程序的工作原理,掌握使用fork和exec等系統調用設計多進程應用程序的基本技術。
上傳時間: 2015-12-08
上傳用戶:康郎
#ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.DoModal() if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application s message pump. return FALSE }
標簽: Enable3dControls Enable3d AFXDLL shared
上傳時間: 2015-12-19
上傳用戶:hustfanenze
This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes to AD0BUSY as its start of conversion source and // to measure the output of the on-chip temperature sensor. The temperature // sensor output is converted to degrees Celsius and is transmitted out UART0
標簽: ADC0 demonstrates configured operation
上傳時間: 2014-01-23
上傳用戶:wangyi39
This program demonstrates operation of ADC0 in polled mode. The ADC0 is // configured to use writes to AD0BUSY as its start of conversion source and // to measure the output of the on-chip temperature sensor. The temperature // sensor output is converted to degrees Celsius and is transmitted out UART0
標簽: ADC0 demonstrates configured operation
上傳時間: 2014-08-18
上傳用戶:米卡