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

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

CD-ROMAudioCD

  • 輸入四個點

    輸入四個點,判斷此四點是否可形成一個平行四邊形。 程序中描述了一個抽象數據類型Vector2D,表示一個向量。具有(x,y)兩個值。其本身具有減另一個向量(minus(Vector2D)),判斷自身是否為零向量(iszero()),與另一個向量對應值y,x乘積之差(inner(Vector2D))。由于兩個向量平行,則乘積之差x1*y2-x2*y1=0。點A,B,C,D四點組成平行四邊形的條件是AB//CD,BC//DA且各個向量皆不為零向量。 首先聲明四個向量。向量i獲得值的方法是由getPoint(int i)獲得。然后根據Vector2D重載后的toString()函數將各個向量輸出查看。最后判斷此四點是否可組成平行四邊行。

    標簽: 輸入

    上傳時間: 2016-04-30

    上傳用戶:qq521

  • Simple DirectMedia Layer庫

    Simple DirectMedia Layer庫,簡稱 SDL,是為數不多的商業游戲開發公司使用的免費軟件庫之一。它提供跨平臺的二維幀緩沖區圖形和音頻服務,它支持 Linux、Win32 和 BeOS。也不同程度地支持其它平臺,包括 Solaris、IRIX、FreeBSD 和 MacOS。除了大量的服務,包括線程、獨立于字節存儲次序的宏和 CD 音頻,SDL 還提供了一個簡單的 API,它允許您盡可能接近本機硬件。使用 SDL 有三重優點:穩定、簡單和靈活。

    標簽: DirectMedia Simple Layer

    上傳時間: 2016-05-19

    上傳用戶:zhouli

  • If your application uses MFC in a shared DLL, and your application is in a language other than the

    If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標簽: application your language shared

    上傳時間: 2014-01-02

    上傳用戶:iswlkje

  • 用fpga實現的DA轉換器

    用fpga實現的DA轉換器,有說明和源碼,VDHL文件。 A PLD Based Delta-Sigma DAC Delta-Sigma modulation is the simple, yet powerful, technique responsible for the extraordinary performance and low cost of today s audio CD players. The simplest Delta-Sigma DAC consists of a Delta-Sigma modulator and a one bit DAC. Since, both of these components can be realized using digital circuits, it is possible to implement a low precision Delta-Sigma DAC using a PLD.

    標簽: fpga DA轉換器

    上傳時間: 2016-06-10

    上傳用戶:bjgaofei

  • T-kernel 的extension源代碼

    T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)

    標簽: extension T-kernel 源代碼

    上傳時間: 2014-01-20

    上傳用戶:czl10052678

  • Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro

    Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).

    標簽: Java-centric companion hands-on Patterns

    上傳時間: 2013-12-01

    上傳用戶:1079836864

  • 對P1、P2、P3口的輸入數據保存

    對P1、P2、P3口的輸入數據保存,再將這些數據輸出給CD顯示

    標簽: 輸入 數據

    上傳時間: 2013-12-16

    上傳用戶:qq21508895

  • Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Archite

    Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Architect (“SCEA”) for Java 2 Platform. This book, the Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051), provides all the information that you may need to prepare for the SCEA. It has detailed chapters and a CD covering all the topics of the SCEA exam. To pass the certification, the candidate should be familiar with the fundamentals of Java applications programming and should have skill in Java programming. Additionally, there are some specific technologies that the candidate should know we

    標簽: certification Enterprise technology Sun

    上傳時間: 2016-07-27

    上傳用戶:李夢晗

  • 影碟租賃系統

    影碟租賃系統,影碟分為三類:CD、DVD、VCD,能夠這三類影碟實現增加、刪除、修改功能,影碟出租后動態的修改庫存信息

    標簽:

    上傳時間: 2016-07-28

    上傳用戶:linlin

  • 在Linux系統上使用Socket接口實現FTP客戶端和服務器的程序

    在Linux系統上使用Socket接口實現FTP客戶端和服務器的程序,使客戶端可以連接至服務器,并且可以進行一些FTP的基本操作。客戶端和服務器的命令通道和數據通道需要分離,支持以下一些FTP命令: get:取遠方的一個文件 put:傳給遠方一個文件 pwd:顯示遠方當前目錄 dir:列出遠方當前目錄 cd:改變遠方當前目錄 ?:顯示提供的命令 quit:退出返回 !dir,列出本地當前目錄。

    標簽: Socket Linux FTP

    上傳時間: 2016-07-29

    上傳用戶:huangld

主站蜘蛛池模板: 湖北省| 桃源县| 涿州市| 榕江县| 湘潭市| 抚宁县| 绍兴县| 威海市| 法库县| 香港| 班玛县| 黔西县| 林芝县| 泽州县| 甘洛县| 鲁山县| 延长县| 湄潭县| 团风县| 平武县| 弋阳县| 永济市| 花莲县| 通州区| 宜州市| 钦州市| 阿克| 龙州县| 昌都县| 宜兰市| 巴彦淖尔市| 阳曲县| 炉霍县| 崇州市| 稻城县| 三台县| 平潭县| 罗城| 舟山市| 永泰县| 徐州市|