Silicon Motion, Inc. has made best efforts to ensure that the information contained in this document is accurate andreliable. However, the information is subject to change without notice. No responsibility is assumed by SiliconMotion, Inc. for the use of this information, nor for infringements of patents or other rights of third parties.Copyright NoticeCopyright 2002, Silicon Motion, Inc. All rights reserved. No part of this publication may be reproduced, photocopied,or transmitted in any form, without the prior written consent of Silicon Motion, Inc. Silicon Motion, Inc. reserves theright to make changes to the product specification without reservation and without notice to our users
a8259 可編程中斷控制 altera提供
The a8259 is designed to simplify the implementation of the interrupt interface in 8088 and 8086 based microcomputer systems. The device is known as a programmable interrupt controller. The a8259 receives and prioritizes up to 8 interrupts, and in the cascade mode, this can be expanded up to 64 interrupts. An asynchronous reset and a clock input have been added to improve operation and reliability.
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS.
the newest version, support windows.
CBC下寫的串口編程,API函數實例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.
good morning,my dear teachers,my dear professors.i am very glad to be here for your interview.my name is song yonghao,i am 22 years old .i come from luoyang,a very beautiful aicent city.my undergratuade period will be accomplished in changan university in july ,2004 and now,i am trying my best for o
代碼名稱: Snitz Forums 2000
代碼語言: 英文
代碼類型: 國外代碼
運行環境: ASP
授權方式: 免費代碼
代碼大小: 530kb
代碼等級: 3
整理時間: 2006-3-15 16:42:00
聯 系 人:
開 發 商:
演示地址:
簡 介: Snitz Forums 2000, one of the best ASP based bulletin board systems on the market. Getting better every day! A complete board system (forum) that allows the user access to a friendly and intuitive interface.
Snitz Forums 2000 v3.4.05 [74]
W2kPrintDrvSample
Feature
=======
* Support two page directions, portrait and landscape
* Support just one page size, A4
* Support two resolutions, 200 x 200 and 100 x 100 dpi
* Support two color mode, color(24bpp) and monochrom
* Support halftoning in monochromatic mode
* Support color identifying(7 colors)
* Support type identifying(3 types)
...
Usage
=====
* 在monochromatic mode下,可以通過設置黑色的輸出類型來控制輸出
* 在color mode下,可以通過設置各個顏色的輸出類型來控制輸出,7種
顏色以外的顏色都作為黑色來識別
* 在輸出多頁文件時,可以分別指定每頁的輸出文件名,也可以使用自動
添加頁號的功能
...
Known Problems
==============
Developer Notes
===============
* 在windows ddk 命令行環境下編譯
參考步驟:
1. 將W2kPrintDrv解壓至DDK安裝目錄
2. 執行“開始”菜單->Developement Kits->Windows 2000 DDK->Checked Build Enviroment
3. 在命令行環境輸入
> cd W2kPrintDrv
> build
Author
======
terrificskyfox <terrificskyfox@yahoo.com.cn>
Included are the files wav1.m, wav2.m, wavecoef.mat and readme.
wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the well known wavelet transform of the given matrix. Daubechies wavelet coefficients are used for wavelet transform operation wahich is saved in wavcoeff.mat.