本书以237个Visual C++精彩实例全面解析了C++语言、编程的思路、方法和技巧。 该书内容涉及Visual C++编程语言,文档与视图结构,界面、对话框与控件,菜单、工具栏和状态栏,文件与系统,COM组件,数据库,多媒体,ATL与ActiveX控件,以及网络和Internet编程等各个方面。选例经典而具有代表性,分析透彻,编程逻辑思路简练,具有很强的实用性、可操作性和参考价值。 本书非常适合Visual C++初学者和中级程序员,亦可作为业余爱好者、高校计算机专业师生自学、教学用书,以及专业程序员参考书。 本版CD内容为本书237个实例的全部源代码
上传时间: 2016-11-15
上传用户:天涯
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
标签: collection programs version systems
上传时间: 2016-11-18
上传用户:wlcaption
TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to program the Flash ROM on the C6711 DSK.
标签: used programming ultimately source
上传时间: 2013-12-12
上传用户:wl9454
这是书上的代码,用Visual C++播放CD中第一首曲子的实现过程。供大家参考
标签: 代码
上传时间: 2016-12-14
上传用户:lizhen9880
一个用自己写的编译器编译的操作系统内核. 有包含中断和不包含中断两个版本. 还有简单的用户应用程序。 因为该代码原目的是下载到硬件上使用,所以kernel必须限制在该硬件可接受的8k rom之内。作者对优化代码大小也下了相当的功夫。 为了保证程序可以运行,这里附带了编译该操作系统的编译器。
上传时间: 2014-01-11
上传用户:youlongjian0
FlashBoot 是一款制作usb闪存启动盘的工具,软件具有高度可定制的特点和丰富的选项,兼容所有usb盘,对一些512M以上大容量的杂牌U盘兼容性很好。 特点:支持BartPE-Bart预安装环境启动CD转换为usb闪存启动盘;支持从win9x传递DOS核心到usb盘; 支持从软盘制作usb启动;支持从可引导光盘制作usb启动盘;制作Windows NT/2000/XP口令恢复及制作带有NT/2000/XP bootloader的usb盘;支持usb闪存盘复制等等。
上传时间: 2016-12-19
上传用户:cc1015285075
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
标签: Installtion gcclib kernel Linux
上传时间: 2014-03-12
上传用户:源码3
多用户多级目录的文件系统,(1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read (6)文件的写:write (7)文件关闭:close (8)删除文件:delete (9)创建目录(建立子目录):mkdir (10)改变当前目录:cd (11)列出文件目录:dir (12)退出:logout
上传时间: 2014-01-03
上传用户:love_stanford
用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考
上传时间: 2014-01-26
上传用户:lhw888
linux下ftp服务器,实现ls cd put get quit命令
上传时间: 2016-12-26
上传用户:xz85592677