這是一個演示程序,原本是我在接口機制學習過程中的隨興之作,源代碼相當丑陋,充斥了大量的重復代碼,如有好事者愿意將其修改,請務必發給我一份,謝謝。 他沒有關于類VMT結構的內容,有此需要者請參考bighawk的delphi類探索,本程序亦大量的參考了其中的代碼,特此表示感謝。 他也沒有關于接口使用方法的說明,打算入門學習InterfACe的朋友,請參考一些書籍,DFW的savetime兄亦有較好的文章公布,本人也從中受益良多。 這個程序所包含的是,籍由故意設計而成的TInterfACedObject和TMyInterfACedObject2個類,得到4個實例對象,4個接口指針,并且演示了在編譯器實現過程中,對象模型的空間狀態,接口指針,接口方法表格種種復雜的關系。 如果程序有問題,歡迎來信探討和指正。
標簽: 程序
上傳時間: 2016-07-27
上傳用戶:a6697238
當客戶希望Citrix 服務器能夠既提供內部客戶端的訪問,同時也需要通過路由器上進行NAT(地址轉換)的設 置而提供外部客戶端的訪問,Citrix 要實現這樣的應用需要在Web InterfACe 中進行必要的設置才能夠支持
上傳時間: 2016-07-31
上傳用戶:lanhuaying
軟件無線電USRP v4.2版本硬件原理圖,包括clock、debug board、fpga、InterfACe、power等部分,有pdf、sch、ps等多種格式。
上傳時間: 2014-08-06
上傳用戶:zxc23456789
This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI InterfACe.
標簽: generation generates compiler fairly
上傳時間: 2016-08-01
上傳用戶:sxdtlqqjl
可編程并行接口8255A完成的交通燈實驗 用8255A的B端口和C端口控制12個LED的亮和滅(輸出為0則亮,輸出為1則滅),模擬十字路口的交通燈。 -programmable parallel InterfACe 8255A completed, the traffic lights experimental 8255A port B and C - I control 12 LED bright and methomyl (output of 0-liang, the output of an anti), the simulation of traffic lights at a crossroads.
上傳時間: 2016-08-13
上傳用戶:來茴
GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line InterfACe for solving linear and nonlinear problems numerically.
標簽: computations high-level primarily numerical
上傳時間: 2014-01-07
上傳用戶:星仔
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART InterfACe. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.
標簽: demonstrates c8051f340 C8051F340 configure
上傳時間: 2013-12-25
上傳用戶:lepoke
Full compliance with the USB Specification v1.1 and USB CDC v1.1 Support the RS232 Serial InterfACe Support automatic handshake mode Support Remote wake-up and power management 256 bytes buffer each for upstream and downstream data flow Support default ROM or external EEPROM for device configuration On chip USB transceiver On chip crystal oscillator running at 12M Hz Supports Windows 98/SE, ME, 2000, XP, Windows CE3.0, CE .NET, Linux, and Mac OS 28 Pins SOIC package 28
標簽: Specification compliance 1.1 USB
上傳時間: 2016-08-21
上傳用戶:dapangxie
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air InterfACe for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University. The purpose of this simulator is to give some concrete idea of how SC-FDMA system works. It does lack many realistic and sophisticated features such as channel coding, time-varying fading channel model, soft decision decoding, etc. Regardless, I am hoping that it will help you understand SC-FDMA which is a fairly new development in 3GPP LTE.
標簽: simulator This baseband upcoming
上傳時間: 2016-08-26
上傳用戶:小草123
//通過18B20檢測的數字溫度可在電腦上顯示當前溫度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define InterfACe uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
標簽: define unsigned include 18B20
上傳時間: 2014-01-19
上傳用戶:Andy123456