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

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

karel-the-robot-<b>learns</b>-java

  • 是一本介紹java基礎(chǔ)應(yīng)用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎(chǔ)應(yīng)用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標(biāo)簽: undergraduate information computer Artists

    上傳時(shí)間: 2016-09-28

    上傳用戶:qiaoyue

  • 采用3D Bresenham算法在兩點(diǎn)間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bres

    采用3D Bresenham算法在兩點(diǎn)間劃一直線 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid % Transformations to Volume Data, WSCG2004 Conference. % http://wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf

    標(biāo)簽: Bresenham Pendleton program MATLAB

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

    上傳用戶:sz_hjbf

  • M a t l a b 中讀取視頻avi文件的小程序

    M a t l a b 中讀取視頻avi文件的小程序

    標(biāo)簽: avi 讀取 視頻 程序

    上傳時(shí)間: 2016-09-28

    上傳用戶:xwd2010

  • 實(shí)現(xiàn)4種常見波形正弦、三角、鋸齒、方波(A、B)的頻率、幅度可控輸出(方波 A的占空比也是可控的)

    實(shí)現(xiàn)4種常見波形正弦、三角、鋸齒、方波(A、B)的頻率、幅度可控輸出(方波 A的占空比也是可控的),可以存儲(chǔ)任意波形特征數(shù)據(jù)并能重現(xiàn)該波形,還可完成 各種波形的線形疊加輸出。

    標(biāo)簽: 方波 波形 正弦 幅度

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

    上傳用戶:123啊

  • Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Sof

    Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.

    標(biāo)簽: W. Java Standards AmbySoft

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

    上傳用戶:mhp0114

  • 基于換乘次數(shù)優(yōu)先的公交路線選擇模型 2007年B題論文

    基于換乘次數(shù)優(yōu)先的公交路線選擇模型 2007年B題論文

    標(biāo)簽: 2007 模型 論文

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

    上傳用戶:weixiao99

  • A方向和B方向各設(shè)紅(R)、黃(Y)、綠(G)和左拐(L)4盞燈

    A方向和B方向各設(shè)紅(R)、黃(Y)、綠(G)和左拐(L)4盞燈,4種燈按合理的順序亮滅,并將時(shí)間以倒計(jì)時(shí)的形式顯示出來。同時(shí)要設(shè)置兩個(gè)方向的緊急通道模式,當(dāng)某一方向有緊急事件發(fā)生時(shí),交警按下緊急通道按鈕,該方向綠燈亮,另外一個(gè)方向紅燈亮,等緊急事件解除后(假定計(jì)時(shí)10s),交通恢復(fù)原來的狀態(tài) 要求在數(shù)碼管上顯示兩個(gè)方向的燈種和計(jì)時(shí),實(shí)現(xiàn)緊急情況按鈕輸入功能 根據(jù)交通燈控制要實(shí)現(xiàn)的功能,可考慮用兩個(gè)并行執(zhí)行的always模塊(兩個(gè)進(jìn)程)來分別控制A和B兩個(gè)方向的4盞燈。這兩個(gè)always模塊使用同一個(gè)時(shí)鐘信號(hào),以進(jìn)行同步,也就是說,兩個(gè)進(jìn)程的敏感信號(hào)時(shí)同一個(gè) 每個(gè)always模塊控制一個(gè)方向的4種燈按如下順序點(diǎn)亮,并往復(fù)循環(huán):綠燈-黃燈-左拐燈-黃燈-紅燈,燈亮的時(shí)間由自己設(shè)定 由于板上資源有限,如覺得實(shí)現(xiàn)困難,可去掉左拐燈,即順序?yàn)榫G燈-黃燈-紅燈。

    標(biāo)簽: 方向

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

    上傳用戶:CHINA526

  • 51單片機(jī)控制dm413 R,G,B色彩變化。

    51單片機(jī)控制dm413 R,G,B色彩變化。

    標(biāo)簽: 413 dm 51單片機(jī) 控制

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

    上傳用戶:chenlong

  • HT9200A/B 雙音多頻(DTMF)信號(hào)發(fā)生器使用說明

    HT9200A/B 雙音多頻(DTMF)信號(hào)發(fā)生器使用說明

    標(biāo)簽: 9200 DTMF HT 雙音多頻

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

    上傳用戶:GHF

  • 開源的e-learning系統(tǒng)。Java環(huán)境

    開源的e-learning系統(tǒng)。Java環(huán)境,B/S結(jié)構(gòu)。

    標(biāo)簽: e-learning Java 開源

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

    上傳用戶:xfbs821

主站蜘蛛池模板: 白城市| 隆化县| 和顺县| 霍城县| 昌宁县| 陵水| 汝南县| 连平县| 法库县| 黔江区| 麻城市| 耒阳市| 关岭| 霸州市| 介休市| 丰宁| 通江县| 扶余县| 木兰县| 闻喜县| 东乌珠穆沁旗| 灵丘县| 从江县| 昌黎县| 玉溪市| 仙游县| 西峡县| 桃园市| 容城县| 望城县| 南和县| 浙江省| 密山市| 友谊县| 麟游县| 新兴县| 明星| 嘉黎县| 洮南市| 新闻| 北海市|