搜索结果
找到约 354 项符合
CD-ROMAudioCD 的查询结果
Java编程 输入四个点
输入四个点,判断此四点是否可形成一个平行四边形。
程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C, ...
Linux/Unix编程 Simple DirectMedia Layer库
Simple DirectMedia Layer库,简称 SDL,是为数不多的商业游戏开发公司使用的免费软件库之一。它提供跨平台的二维帧缓冲区图形和音频服务,它支持 Linux、Win32 和 BeOS。也不同程度地支持其它平台,包括 Solaris、IRIX、FreeBSD 和 MacOS。除了大量的服务,包括线程、独立于字节存储次序的宏和 CD 音频,SDL 还提供了一个 ...
VC书籍 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 ...
VHDL/FPGA/Verilog 用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 ...
操作系统开发 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 ...
Java编程 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 exte ...
汇编语言 对P1、P2、P3口的输入数据保存
对P1、P2、P3口的输入数据保存,再将这些数据输出给CD显示
其他 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 ha ...
SQL Server 影碟租赁系统
影碟租赁系统,影碟分为三类:CD、DVD、VCD,能够这三类影碟实现增加、删除、修改功能,影碟出租后动态的修改库存信息
Linux/Unix编程 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序
在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令:
get:取远方的一个文件
put:传给远方一个文件
pwd:显示远方当前目录
dir:列出远方当前目录
cd:改变远方当前目录
?:显示提供 ...