<===== 關(guān)于 GANT 鼠標(biāo)集 (M) =====> 此“GANT 鼠標(biāo)集 (M)”包含黃色和藍(lán)色兩種顏色主題,每種顏色主題分別有兩套鼠標(biāo)。換句話說,這個(gè)鼠標(biāo)集共提供4套鼠標(biāo),分別放在4個(gè)文件夾內(nèi)。 這里,我簡(jiǎn)單介紹一下每套鼠標(biāo),以所在文件夾名來指代: - yellow_normal_24x24:黃色,9個(gè) ani 文件(動(dòng)態(tài)鼠標(biāo))和6個(gè) cur 文件(靜態(tài)鼠標(biāo)),與預(yù)覽圖中所示一樣; - yellow_colorful_24x24:黃色,除“Work in Background.ani”和“Wait.ani”兩個(gè)鼠標(biāo)為12色變換之外,其他13個(gè)鼠標(biāo)與上面一套完全相同; - blue_normal_24x24:藍(lán)色,9個(gè) ani 文件和6個(gè) cur 文件; - blue_colorful_24x24:藍(lán)色,除“Work in Background.ani”和“Wait.ani”兩個(gè)鼠標(biāo)為12色變換之外,其他13個(gè)鼠標(biāo)與上面一套完全相同。 所有鼠標(biāo)的尺寸都是 24像素 x 24像素。 感謝 mattahan 準(zhǔn)許我使用他的 GANT 圖標(biāo)來制作這幾套鼠標(biāo)! 同時(shí)非常感謝 cyberchaos05(http://cyberchaos05.deviantart.com),他為我制作了鼠標(biāo)的預(yù)覽圖。 “GANT 鼠標(biāo)集 (M)”僅供個(gè)人使用,不得用于任何商業(yè)目的!
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
MATLABThe CD-ROM accompanying this book contains MATLAB® M-Files (MATLAB language source code) and Simulink® block diagram models for designing, implementing and testing control systems.
用CY7C63723設(shè)計(jì)的鼠標(biāo)固件程序
chip.c - include file that defines CY7C63723 constants
- combi.c - main source file
- combi.hex - Intel hex file for programming a CY7C63723 microcontroller
- combi.lst - output listing from c-compiler for use with the CYDB debugger
- macros.h - defines macros used in combi.c
- ps2defs.h - defines PS/2 interface constants
- usb_desc.h - defines the USB descriptors
- usbdefs.h - defines USB interface constants
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields
ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file
fdtdgen.h: defines macros used in much of my code
Makefile: simple make-file to compile programs
Also include are some simple script files to run the programs with reasonable values.
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)