The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on this diskette have been compiled and tested in this environment. The majority of programs on this diskette should port to other environments with only minor adjustments. The exception to this are those programs which utilize presentation manager for graphical display of program data. In particular, the grid1 programs in \chapt4\backprop\ and \chapt3\ fall into this latter category.
標(biāo)簽: subdirectory containing has organized
上傳時(shí)間: 2016-10-28
上傳用戶:冇尾飛鉈
This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標(biāo)簽: file executable the consists
上傳時(shí)間: 2013-12-17
上傳用戶:asddsd
Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標(biāo)簽: executable consists Welcome package
上傳時(shí)間: 2015-12-18
上傳用戶:baiom
AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver and several related code samples. These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To build the samples, enter any Windows .NET or Windows XP build environment and run build –cZ from this directory. The AC97 sample driver also runs in Windows 98 Second Edition or Windows Me, but the property page DLL and control panel application do not. For more information, please refer to the readme.htm files in each subdirectory. The INF file in the driver directory installs all of the samples in the subdirectories. The header file in this directory defines the private property used by each of the samples.
標(biāo)簽: directory contains Related Samples
上傳時(shí)間: 2014-07-06
上傳用戶:鳳臨西北
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
標(biāo)簽: collection programs version systems
上傳時(shí)間: 2016-11-18
上傳用戶:wlcaption
The xapp851.zip archive includes the following subdirectories. The specific contents of each subdirectory below: \rtl - HDL design files \sim - simulation files \synth - Synthesis related files \par - Place/Route related files
標(biāo)簽: subdirectories The following includes
上傳時(shí)間: 2014-01-25
上傳用戶:lepoke
PixelFusion.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. PixelFusion.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CPixelFusionApp application class. PixelFusion.cpp This is the main application source file that contains the application class CPixelFusionApp. PixelFusion.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. PixelFusion.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions.
上傳時(shí)間: 2015-03-16
上傳用戶:313777423
Vivado設(shè)計(jì)分為Project Mode和Non-project Mode兩種模式,一般簡(jiǎn)單設(shè)計(jì)中,我們常用的是Project Mode。在本手冊(cè)中,我們將以一個(gè)簡(jiǎn)單的實(shí)驗(yàn)案例,一步一步的完成Vivado的整個(gè)設(shè)計(jì)流程一、新建工程1、打開Vivado 2013.4開發(fā)工具,可通過桌面快捷方式或開始菜單中xilinx DesignTools-Vivado 2013.4下的Vivado 2013.4打開軟件,開啟后,軟件如下所示:2、單擊上述界面中Create New Project圖標(biāo),彈出新建工程向?qū)Вc(diǎn)擊Next.3、輸入工程名稱、選擇工程存儲(chǔ)路徑,并勾選Create project subdirectory選項(xiàng),為工程在指定存儲(chǔ)路徑下建立獨(dú)立的文件夾。設(shè)置完成后,點(diǎn)擊Next注意:工程名稱和存儲(chǔ)路徑中不能出現(xiàn)中文和空格,建議工程名稱以字母、數(shù)字、下劃線來組成。4、選擇RTL Project一項(xiàng),并勾選Do not specifty sources at this time,勾選該選項(xiàng)是為了跳過在新建工程的過程中添加設(shè)計(jì)源文件。點(diǎn)擊Next.IA5、根據(jù)使用的FPGA開發(fā)平臺(tái),選擇對(duì)應(yīng)的FPGA目標(biāo)器件。(在本手冊(cè)中,以xilinx官方開發(fā)板KC705為例,Nexys4開發(fā)板請(qǐng)選擇Artix-7 XC7A100TCSG324-2的器件,即Family和Subfamily均為Artix-7,封裝形式(Package)為cSG324,速度等級(jí)(Speed grade)為-1,溫度等級(jí)(Temp Grade)為C)。點(diǎn)擊Next6、確認(rèn)相關(guān)信息與設(shè)計(jì)所用的的FPGA器件信息是否一致,一致請(qǐng)點(diǎn)擊Finish,不一致,請(qǐng)返回上一步修改。二、設(shè)計(jì)文件輸入1、如下圖所示,點(diǎn)擊Flow Navigator下的Project Manager->Add Sources或中間Sources中的對(duì)話框打開設(shè)計(jì)文件導(dǎo)入添加對(duì)話框。2、選擇第二項(xiàng)Add or Create Design Sources,用來添加或新建Verilog或VHDL源文件,點(diǎn)擊Next
標(biāo)簽: vivado
上傳時(shí)間: 2022-05-28
上傳用戶:默默
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1