均勻分布的隨機數,并依此產生高斯分布隨機數,12和法和Box-Muller法產生高斯分布
上傳時間: 2015-09-15
上傳用戶:gououo
256色,320*200圖形方式下畫方框的例程BOX
標簽: 256
上傳時間: 2014-01-08
上傳用戶:bcjtao
一個完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information about how to send a mail.
標簽: Aggregators Programming Example Chapter
上傳時間: 2015-10-04
上傳用戶:葉山豪
手機游戲坦克大戰import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)
上傳時間: 2015-10-17
上傳用戶:李彥東
minigui實例源代碼,目標板處理器是s3c2410,包括相應的配置文件。代碼包括Dialog box、Simple editor、Bitbmp disp、GDI draw等
上傳時間: 2013-12-27
上傳用戶:silenthink
2005-7-13 10:03 前幾天要做一個短信收發的小軟件,于是按照習慣Box尋找例程和控件,可惜沒有找到! 于是,大幅翁、Google!!!終于找到了好幾個,不是要收費就是不能用!氣憤??! 這又不是什么高新尖端科技,俺們不是做不出來,俺們只是秉承RAD的精神而已! 于是這個短消息控件誕生了!雖然還很簡陋,起碼胳膊腿都有了,剩下就看它怎么跑了! 使用標準AT指令 現在只能支持PDU模式(Text模式太簡陋)! 支持7_Bit 和 UCS2 編碼 集成了串口(spcomm) 只需要簡單的配置幾個參數就可以收發短信了
上傳時間: 2015-12-19
上傳用戶:wxhwjf
VESA Display Device Data Block (DDDB) Standard Display Device Data Block This proposal defines the Display Device Data Block (DDDB), for use in a CEA-861-compatible EDID extension, as originally proposed in the VESA TV Compatibility White Paper (Compatibility of PC and CE Displays, Aug.1, 2005).
上傳時間: 2014-10-11
上傳用戶:wanghui2438
這是一個7"LCD 液晶屏顯示器,通過一個BOX(如壓縮包圖)轉接,使此顯示器多達三個信號輸入源。其中AV1、AV2接DVD信號,另外一個接倒車攝像頭視頻信號。而且此顯示器系統具有自動視頻切換功能,即當顯示器在播放DVD視頻且汽車倒車時,顯示器會自動切換到倒車視頻。
上傳時間: 2016-01-08
上傳用戶:mhp0114
Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.
標簽: Lucene Abstract Jakarta project
上傳時間: 2016-01-10
上傳用戶:songrui
Local Lucene ==================== Provide geographical based searching to lucene in an efficent mannor Contents * Compiling from Source * Using local lucene Author: Patrick O Leary email: pjaol@pjaol.com A white paper on local lucenes usage is available http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene.htm
標簽: geographical searching efficent Provide
上傳時間: 2013-12-21
上傳用戶:lepoke