It can be argued that the current free-software movement is the most important thing happening in computing today. We are in the midst of a major shift from all software being proprietary and closely held by individual companies to a large body of software that can be freely acquired and used by anyone for any purpose. Free software now includes not only programming language compilers and linkers, but numerous utilities, graphical user interface environments, and even entire operating systems.
標簽: free-software important happening the
上傳時間: 2014-01-04
上傳用戶:aix008
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.
標簽: full-featured integrated scheduling Quartz
上傳時間: 2014-01-07
上傳用戶:龍飛艇
for binder and can be set as any mode
上傳時間: 2013-12-09
上傳用戶:JIUSHICHEN
This the beta version of the Christmas tree rendering whitepaper. A final version will be released in a later SDK with additional information and diagrams. Please visit the NVIDIA developer web page for updates:
標簽: version whitepaper Christmas the
上傳時間: 2014-01-03
上傳用戶:waitingfy
aiParts is a set of C++ classes that can be used to develop artificial intelligence for multi-decision problems. It includes classes that implement the High-Hope technique and some sample programs.
標簽: intelligence multi-decisi artificial aiParts
上傳時間: 2017-02-20
上傳用戶:徐孺
Shows how Linux futex syscall can be used to distribute computation to multiple threads.
標簽: computation distribute multiple syscall
上傳時間: 2017-02-20
上傳用戶:dave520l
There are three ways of specifying an immediate dump Immediate dumps can be specified using the ALTER SESSION command ALTER SESSION SET EVENTS immediate trace name dump level level Immediate dumps can be specified in ORADEBUG ORADEBUG DUMP dump level
標簽: specifying Immediate immediate specified
上傳時間: 2014-01-17
上傳用戶:mpquest
this is the opencv source code that can be used free
上傳時間: 2014-12-20
上傳用戶:王楚楚
El Judge MIPT solutions to some easy problems, I hope be usefull to you...
標簽: solutions problems usefull Judge
上傳時間: 2017-03-01
上傳用戶:來茴
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標簽: essentially algorithm describe suitably
上傳時間: 2017-03-02
上傳用戶:litianchu