這是等參單元的有限元程序,帶有一板中圓孔的算例,輸入文件和輸出文件,文件中附有對程序的誤差分析。
上傳時間: 2014-01-03
上傳用戶:wpwpwlxwlx
文件名 :Calender.c // 描述 :日歷時鐘模塊,用于不帶時鐘芯片的系統 // 語言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 說明 :原來的程序用于
上傳時間: 2015-09-16
上傳用戶:zhangliming420
遺傳算法的程序 遺傳 算 法 (GeneticA lgorithm,G A)是一種大規模并行搜索優化算法,它模 擬了達爾文“適者生存”的進化規律和隨機信息交換思想,仿效生物的遺傳方式, 從隨機生成的初始解群出發,開始搜索過程。解群中的個體稱為染色體,它是一 串符號,可以是一個二進制字符串,也可以是十進制字符串或采用其他編碼方式 形成的碼串。對父代(當前代)群體進行交叉、變異等遺傳操作后,根據個體的 適應度〔fitness)進行選擇操作,適應度高的個體有較高的概率被選中并復制到下 一代,如此產生的子代通常優于父代,這個過程稱為進化。上述過程循環執行直 至滿足停機條件,最終使優化過程以大概率趨于全局最優解
上傳時間: 2015-09-25
上傳用戶:lili123
subtitlesync這是我寫的一個小程序, 用于將下載的電影的字幕同步,因為很多時候字幕跟聲音有不同步現象.現在只能處理SRT.格式的字幕. 開發平臺是eclipse,使用方法是運行Main.java
標簽: subtitlesync eclipse Main 字幕
上傳時間: 2014-01-17
上傳用戶:cursor
二維FDTD程序,采用PML邊界s 用pml和mur分別計算j=1處的Hz(i,1).計算空間擴大到400*400,不加邊界,運行相同的時間步
上傳時間: 2013-12-22
上傳用戶:talenthn
BEA WebLogic Server 8.1大全 = BEA webLogic server 8.1 unleashed (美) Mark Artiges等著 袁毅 ... [等] 譯 eng 本書可以算得上是學習weblogic8.1的權威著作了,所附為本書全部運行代碼,內容涉及j2ee1.4的各個方面,非常全面。
標簽: BEA 8.1 unleashed WebLogic
上傳時間: 2013-12-04
上傳用戶:xz85592677
palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu
考察例1 4 - 8中的1 4個點。A中的最近點對為(b,h),其距離約為0 . 3 1 6。B中最近點對為 (f, j),其距離為0 . 3,因此= 0 . 3。當考察 是否存在第三類點時,除d, g, i, l, m 以外 的點均被淘汰,因為它們距分割線x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區中沒有點,只需考察i 即可。i 的比較區中僅含點l。計算i 和l 的距離,發現它小于,因此(i, l) 是最近
標簽:
上傳時間: 2013-12-03
上傳用戶:66666
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
本程序演示for-for的二重循環結構。外層for語句的循環變量是i,控制總共顯示多少行 內層for語句 的循環變量是j,控制每行顯示多少字符。
上傳時間: 2013-12-23
上傳用戶:gundan