这是一个演示程序,原本是我在接口机制学习过程中的随兴之作,源代码相当丑陋,充斥了大量的重复代码,如有好事者愿意将其修改,请务必发给我一份,谢谢。 他没有关于类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