虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

CD-ROMAudioCD

  • 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令

    操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。

    标签: unix shell 操作系统 命令

    上传时间: 2013-12-21

    上传用户:comua

  • This book is a hands-on introduction to the principles and practice of embedded system design usin

    This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.

    标签: introduction principles hands-on embedded

    上传时间: 2014-01-17

    上传用户:wuyuying

  • 一个音频的可执行程序。可以导入MP3/WAV格式的文件后

    一个音频的可执行程序。可以导入MP3/WAV格式的文件后,进行简单编辑,包括剪切、复制、粘贴、加强效果等操作。也可以从麦克风、CD唱机等录音、之后可以导出MP3/WAV/OGG格式的文件

    标签: WAV MP 音频 可执行

    上传时间: 2014-01-11

    上传用户:sammi

  • Mplayer源码

    Mplayer源码,不用多介绍了吧。 媒体类型 文件格式 MP3 mp3 m3u CD/DVD cda MPEG和AVI视频 mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4e RealAudio和RealVideo rt ra rm rmvb rp rv Windows Media wma wmv wax asx asf wm wmx wvx QuickTime mov qt AAC aac m4a m4p 其他媒体 wav mp2 mp1 mpeg pls xpl smi smil flv ssm sdp aif aiff mid midi rmim acp rpl 3gp amr awb 3g2 au

    标签: Mplayer 源码

    上传时间: 2014-01-27

    上传用户:leehom61

  • DirectX 9 3D图形程序设计 本书着重阐述了用DirectX 9进行3维图形设计的技术。对于进行游戏设计的编程人员

    DirectX 9 3D图形程序设计 本书着重阐述了用DirectX 9进行3维图形设计的技术。对于进行游戏设计的编程人员,计算机动画工作者,计算机,电子学科学生来说,是非常理想的学习和参考资料。 <>涉及的内容包括:基础3维图形座标变换,利用DirectX进行位图操作,顶点渲染,光照,纹理映射,阴影,雾化等。并且阐述了DirectX 9最新也是最强的特性:可编程顶点渲染和像素渲染。通过DirectX 9提供的可编程语言,游戏设计者可以很方便地更改3维变换和光照渲染方法,在个人电脑上实时演示具有电影动画品质的3维图形。本书由浅入深,带领读者使用DirectX 9设计出高品质的3维游戏。随书附带的CD包括了本书每一章节内容的范例和源程序,具有极高的使用价值。

    标签: DirectX 3D图形 3维 程序设计

    上传时间: 2013-12-20

    上传用户:wys0120

  • JAVA项目开发实践-网上范例8: 1)首先建立数据源

    JAVA项目开发实践-网上范例8: 1)首先建立数据源,这个在文章中已经讲的很清楚。大家可以参考文章中的内容来建立数据源。 2)我们进入DOS界面。我们的源代码在D盘的bookresource下(当然也可以放到其它任何位置),在DOS命令符下输入:cd d:\ bookresource,回车就进入了源代码目录。 3)在这个目录下,输入javac mainFrame.java(注意,JDK是区分大小写的)回车,这个命令编译本系统源代码。程序没有问题的话,编译将直接通过。 4)编译通过后,再在DOS命令符下输入java mainFrame命令运行本程序。程序运行后将看到本系统的登录界面。 5) 程序登录口令:用户名:123456 口令:123456

    标签: JAVA 项目 实践 范例

    上传时间: 2014-01-26

    上传用户:417313137

  • JAVA项目开发实践-网上范例7: 1)首先建立数据源

    JAVA项目开发实践-网上范例7: 1)首先建立数据源,这个在文章中已经讲的很清楚。大家可以参考文章中的内容来建立数据源。 2)我们进入DOS界面。我们的源代码在D盘的VipQuery下(当然也可以放到其它任何位置),在DOS命令符下输入:cd d:\VipQuery,回车就进入了源代码目录。 3)在这个目录下,输入javac VipQuery.java(注意,JDK是区分大小写的)回车,这个命令编译本系统源代码。程序没有问题的话,编译将直接通过。 4)编译通过后,再在DOS命令符下输入java VipQuery命令运行本程序。程序运行后将看到本系统的登录界面。 5) 程序登录口令:用户名:hust 口令:hust 超级用户口令:manager

    标签: JAVA 项目 实践 范例

    上传时间: 2013-12-25

    上传用户:hullow

  • DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample i

    DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to present the standard burn setup and progress user interfaces.

    标签: demonstrates Objective-C DataBurn DRTracks

    上传时间: 2016-01-14

    上传用户:小鹏

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

    f 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

    上传时间: 2013-12-24

    上传用户:thuyenvinh

  • Linux命令大全

    Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的详细用法

    标签: Linux 命令

    上传时间: 2016-01-26

    上传用户:gaome