亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

White-box

  • 均勻分布的隨機(jī)數(shù)

    均勻分布的隨機(jī)數(shù),并依此產(chǎn)生高斯分布隨機(jī)數(shù),12和法和Box-Muller法產(chǎn)生高斯分布

    標(biāo)簽: 分布 隨機(jī)數(shù)

    上傳時(shí)間: 2015-09-15

    上傳用戶:gououo

  • 256色

    256色,320*200圖形方式下畫方框的例程BOX

    標(biāo)簽: 256

    上傳時(shí)間: 2014-01-08

    上傳用戶:bcjtao

  • 一個(gè)完整的email客戶端代碼 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Co

    一個(gè)完整的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.

    標(biāo)簽: Aggregators Programming Example Chapter

    上傳時(shí)間: 2015-10-04

    上傳用戶:葉山豪

  • 手機(jī)游戲坦克大戰(zhàn)import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

    手機(jī)游戲坦克大戰(zhàn)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)

    標(biāo)簽: import java awt EventL

    上傳時(shí)間: 2015-10-17

    上傳用戶:李彥東

  • minigui實(shí)例源代碼

    minigui實(shí)例源代碼,目標(biāo)板處理器是s3c2410,包括相應(yīng)的配置文件。代碼包括Dialog box、Simple editor、Bitbmp disp、GDI draw等

    標(biāo)簽: minigui 源代碼

    上傳時(shí)間: 2013-12-27

    上傳用戶:silenthink

  • 2005-7-13 10:03 前幾天要做一個(gè)短信收發(fā)的小軟件

    2005-7-13 10:03 前幾天要做一個(gè)短信收發(fā)的小軟件,于是按照習(xí)慣Box尋找例程和控件,可惜沒有找到! 于是,大幅翁、Google!!!終于找到了好幾個(gè),不是要收費(fèi)就是不能用!氣憤!! 這又不是什么高新尖端科技,俺們不是做不出來,俺們只是秉承RAD的精神而已! 于是這個(gè)短消息控件誕生了!雖然還很簡(jiǎn)陋,起碼胳膊腿都有了,剩下就看它怎么跑了! 使用標(biāo)準(zhǔn)AT指令 現(xiàn)在只能支持PDU模式(Text模式太簡(jiǎn)陋)! 支持7_Bit 和 UCS2 編碼 集成了串口(spcomm) 只需要簡(jiǎn)單的配置幾個(gè)參數(shù)就可以收發(fā)短信了

    標(biāo)簽: 2005 13 10 03

    上傳時(shí)間: 2015-12-19

    上傳用戶:wxhwjf

  • VESA Display Device Data Block (DDDB) Standard Display Device Data Block This proposal defines the

    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).

    標(biāo)簽: Display Device Block Data

    上傳時(shí)間: 2014-10-11

    上傳用戶:wanghui2438

  • 這是一個(gè)7"LCD 液晶屏顯示器

    這是一個(gè)7"LCD 液晶屏顯示器,通過一個(gè)BOX(如壓縮包圖)轉(zhuǎn)接,使此顯示器多達(dá)三個(gè)信號(hào)輸入源。其中AV1、AV2接DVD信號(hào),另外一個(gè)接倒車攝像頭視頻信號(hào)。而且此顯示器系統(tǒng)具有自動(dòng)視頻切換功能,即當(dāng)顯示器在播放DVD視頻且汽車倒車時(shí),顯示器會(huì)自動(dòng)切換到倒車視頻。

    標(biāo)簽: LCD 液晶屏 顯示器

    上傳時(shí)間: 2016-01-08

    上傳用戶:mhp0114

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    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.

    標(biāo)簽: Lucene Abstract Jakarta project

    上傳時(shí)間: 2016-01-10

    上傳用戶:songrui

  • Local Lucene ==================== Provide geographical based searching to lucene in an efficent ma

    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

    標(biāo)簽: geographical searching efficent Provide

    上傳時(shí)間: 2013-12-21

    上傳用戶:lepoke

主站蜘蛛池模板: 宣化县| 南江县| 曲周县| 胶州市| 平利县| 延寿县| 元谋县| 平舆县| 哈巴河县| 许昌市| 张家口市| 鹤壁市| 景德镇市| 南川市| 鸡泽县| 沧源| 牙克石市| 龙里县| 孟州市| 新巴尔虎右旗| 郴州市| 榆林市| 沈丘县| 青铜峡市| 公安县| 沙坪坝区| 札达县| 华蓥市| 台东市| 石台县| 修水县| 肥乡县| 东乌珠穆沁旗| 马龙县| 兴义市| 曲阳县| 台东市| 延川县| 南靖县| 仲巴县| 黑河市|