linux 的引導程序源碼The Microsoft® Windows® Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium-based versions of Windows Server 2003 SP1, Windows XP SP2, Windows XP x64 Pro Edition, and Windows 2000. A new custom install allows you to Select components you wish to install on a more granular level.
Use the verilog language write a MIPS CPU code, and have additional instruction, for example: Selection sort instruction.
The code has contain combination circuit and sequenial circuit.
CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.
內容如下:
1.The history of the computerized database
2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include Select, update, insert, and delete
3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints
4.How data sets can interact with queries
5.The importance of subqueries
6.Data conversion and manipulation via SQL s built-in functions
7.How conditional logic can be used in Data Statements
to show the waveform of audio file and play it on computer
Purpose: Familiar with WAV file format and UI design
It should have the following functions:
Provide a Graphic User Interface for user to browse the file system and Select one WAV file
Show the waveform of input audio signal
Play the Selected WAV file
Print the parameters of WAV file such as sampling rate, bit-depth, etc