Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more Fun than it used to be, and Hibernate: A Developer s Notebook shows you why.
標簽: Hibernate persistence Developer you
上傳時間: 2016-04-07
上傳用戶:123啊
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is then processed by the MCU and orders are given to the elevators. We attempted to devise an algorithm that can optimally handle any number of floors. This project seemed like a Fun challenge and something that had practical applications. Both of us have been frustrated at times by the inefficiency of some of the elevators here at Cornell, and we wanted to see if we could do a better job.
標簽: efficient simulator elevator project
上傳時間: 2013-11-25
上傳用戶:cjf0304
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for Fun. :lol: :lol: :lol:
標簽: server application includes launcher
上傳時間: 2016-10-06
上傳用戶:kr770906
FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data stored in their phones, via a number of different connections methods. FMA allows easy management of Phonebook (both SIM and Phone memory), SMS, Profiles, and Files stored on the phone. FMA can also allow you to pickup and dial calls directly from your PC. FMA is Fun and much more whatever you want it to be, it is whatever a mobile phone should have :-) (Currently based on Sony Ericsson T610 features set).
標簽: allowing powerful personal editing
上傳時間: 2014-08-12
上傳用戶:wlcaption
該程序是用F449的 P3.4、P3.5、P3.6口來捕獲P1.1、P1.2、P1.3端口當鍵按下時的電平變化沒,并將鍵值通過LED和LCD顯示鍵值,鍵盤(P1.1=Fun; P1.2=DEC; P1.3=INC)連接
上傳時間: 2013-12-22
上傳用戶:yxgi5
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover Function for apattern.函數“arect”是給出一個方向圖的3D圖。函數“makepattern”是計算一個陣列方向圖的值。
標簽: pattern makepattern displays computes
上傳時間: 2016-12-09
上傳用戶:zm7516678
it a channel for the wii game. we can load the latest mplayer from our sd card. Just install the channel and have Fun
標簽: the channel install mplayer
上傳時間: 2013-12-18
上傳用戶:520
forming of a signal, GLONASS system, coherent reception, graph autocorrelation, crosscorrelation Function, bit-error probability[SNR]
標簽: crosscorrelation autocorrelation reception coherent
上傳時間: 2013-12-27
上傳用戶:小鵬
escription: The Rijndael Encryption algorithm has been recently recognized as an AES (Advanced Encryption Standard). It was recently (April 2001) released in Visual Basic. The source code here is for Micro$oft Visual C++ 6.0 for developing and testing. Have Fun with it!
標簽: escription Encryption recognized algorithm
上傳時間: 2014-01-07
上傳用戶:李夢晗
一道程序編譯順序的考題,涉及到函數調用的先后順序及運算符號的優先級等問題。下面我展開給你講。 C的程序編譯總是從main函數開始的,這道題的重點在“Fun((int)Fun(a+c,b),a-c)) ”語句。 系統首先要確定最外層 Fun()函數的實參,第一個參數的確定需要遞歸調用Fun()函數(不妨稱其為內層函數)。內層函數的兩個參數分別為x=a+b=2+8=10、y=b=5,執行函數體x+y=10+5=15,于是得外層函數的參數x=15。其另一個參數y=a-c=2-b=-6,再次執行函數體,得最終返回值x+y=15+(-6)=9。
標簽: 程序編譯
上傳時間: 2014-12-03
上傳用戶:徐孺