ACM/ICPC(ACM International Collegiate Programming Contest, 國際大學生程序設計競賽)是由國際計算機界歷史悠久、頗具權威性的組織ACM(Association for computing Machinery,美國計算機協會)主辦的,世界上公認的規模最大、水平最高的國際大學生程序設計競賽,其目的旨在使大學生運用計算機來充分展示自己分析問題和解決問題的能力。該項競賽從1970年舉辦至今已歷29屆,一直受到國際各知名大學的重視,并受到全世界各著名計算機公司的高度關注,在過去十幾年中,APPLE、AT&T、MICROSOFT和IBM等世界著名信息企業分別擔任了競賽的贊助商。可以說,ACM國際大學生程序設計競賽已成為世界各國大學生最具影響力的國際級計算機類的賽事, 是廣大愛好計算機編程的大學生展示才華的舞臺,是著名大學計算機教育成果的直接體現,是信息企業與世界頂尖計算機人才對話的最好機會。 有很多高校都有專門的ACM訓練網站,我比較喜歡光顧的是浙大的,acm.zju.edu.cn。但是很不幸,這幾天這個網站掛了,希望可以很快修好。 做做在線ACM,感覺還是不錯的,打算沒有做一題,以后我會在這個ACM專欄里把每天的題目和我遞交成功的源代碼貼出來,看看自己能堅持多就:)
標簽: ACM International Programming Collegiate
上傳時間: 2013-12-27
上傳用戶:從此走出陰霾
Ch is an embeddable C/C++ interpreter for cross platform scripting, 2D/3D plotting, numerical computing and embedded scripting.
標簽: interpreter embeddable numerical scripting
上傳時間: 2013-12-25
上傳用戶:www240697738
通過 HP-UX 11i,HP 提供了高可用性、高安全性的可管理操作系統,以滿足 端對端的 Internet 關鍵計算的需求。HP-UX 11i 支持 Enterprise、Mission-Critical 和 Technical computing 環境。在 PA-RISC 系統和基于 Intel Itanium 的系統 上均可使用 HP-UX 11i。
上傳時間: 2014-08-06
上傳用戶:xiaoyunyun
多年來,我一直想錄找一本適合中國計算機系學生用的算法方面的國外教材。盡管有些不錯的國外教材在中國出版,但總有篇幅過多、內容略顯陳舊或數據結構內容夾雜其中等等這樣或那樣的不甚滿意之處。 去年我有幸看到世界科學圖書出版社出版的由M.H.Alsuwaiyel撰寫的《Algorithms Design Techniques and Analysis》,它是以國際著名算法專家,我國臺灣出身的李德財教授所主編的系列叢書——Lecture Notes Series on computing——中的一本。雖然此書不是美國的大學教材,而是沙特阿拉伯的大學計算機系教材。但是我很快就被該書的組織簡明、概括,且包含當前市面上算法一#較少涉及的概率算法和近似算法
標簽:
上傳時間: 2013-12-24
上傳用戶:lhc9102
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer.
標簽: programmers worldwide community dedicated
上傳時間: 2014-01-16
上傳用戶:磊子226
網格agent平臺(GAP ,Grid AgentsPlatform)開發包,建造和模擬網格環境下的移動agent.類似JADE(Java Agent DEvelopment Framework).此平臺建立在Gridsim基礎上,可編程實現模擬computing Elements, Storage Elements, Virtual Organisations, 等
標簽: AgentsPlatform agent Grid GAP
上傳時間: 2013-12-09
上傳用戶:gundan
15篇光流配準經典文獻,目錄如下: 1、A Local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network 9、computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow
標簽: 光流
上傳時間: 2014-11-21
上傳用戶:fanboynet
Introduction Computer security is undeniably important, and as new vulnerabilities are discovered and exploited, the perceived need for new security solutions grows. "Trusted computing" initiatives propose to solve some of today s security problems through hardware changes to the personal computer. Changing hardware design isn t inherently suspicious, but the leading trusted computing proposals have a high cost: they provide security to users while giving third parties the power to enforce policies on users computers against the users wishes -- they let others pressure you to hand some control over your PC to someone else. This is a "feature" ready-made for abuse by software authors who want to anticompetitively choke off rival software. It needn t be this way: a straightforward change to the plans of trusted computing vendors could leave the security benefits intact while ensuring that a PC owner s
標簽: vulnerabilities Introduction discovered undeniably
上傳時間: 2014-01-05
上傳用戶:yph853211
A Markov Chain Monte Carlo version of the genetic algorithm Differential Evolution: easy Bayesian computing for real parameter spaces
標簽: Differential Evolution algorithm Bayesian
上傳時間: 2014-01-20
上傳用戶:hphh
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the original MPI-1 specification. The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/. Open MPI is an open source, freely available implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.
標簽: comprising MPI Interface committee
上傳時間: 2013-12-22
上傳用戶:爺的氣質