搜索结果

找到约 949 项符合 InterfaCE 的查询结果

按分类筛选

显示更多分类

Delphi控件源码 这是一个演示程序

这是一个演示程序,原本是我在接口机制学习过程中的随兴之作,源代码相当丑陋,充斥了大量的重复代码,如有好事者愿意将其修改,请务必发给我一份,谢谢。 他没有关于类VMT结构的内容,有此需要者请参考bighawk的delphi类探索,本程序亦大量的参考了其中的代码,特此表示感谢。 他也没有关于接口使用方法的说明,打算入门学 ...
https://www.eeworm.com/dl/666/325428.html
下载: 124
查看: 1042

Internet/网络编程 当客户希望Citrix 服务器能够既提供内部客户端的访问

当客户希望Citrix 服务器能够既提供内部客户端的访问,同时也需要通过路由器上进行NAT(地址转换)的设 置而提供外部客户端的访问,Citrix 要实现这样的应用需要在Web Interface 中进行必要的设置才能够支持
https://www.eeworm.com/dl/620/326838.html
下载: 30
查看: 1023

嵌入式/单片机编程 软件无线电USRP v4.2版本硬件原理图

软件无线电USRP v4.2版本硬件原理图,包括clock、debug board、fpga、interface、power等部分,有pdf、sch、ps等多种格式。
https://www.eeworm.com/dl/647/326963.html
下载: 67
查看: 1066

编译器/解释器 This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good

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 L ...
https://www.eeworm.com/dl/628/327441.html
下载: 145
查看: 1066

汇编语言 可编程并行接口8255A完成的交通灯实验   用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮

可编程并行接口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 o ...
https://www.eeworm.com/dl/644/332689.html
下载: 195
查看: 1260

数学计算 GNU Octave is a high-level language, primarily intended for numerical computations. It provides a c

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.
https://www.eeworm.com/dl/641/334226.html
下载: 72
查看: 1062

单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h

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 cha ...
https://www.eeworm.com/dl/648/334589.html
下载: 20
查看: 1094

其他书籍 Full compliance with the USB Specification v1.1 and USB CDC v1.1  Support the RS232 Serial interfa

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 configur ...
https://www.eeworm.com/dl/542/335889.html
下载: 162
查看: 1090

通讯/手机编程 This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo

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 ...
https://www.eeworm.com/dl/527/337927.html
下载: 157
查看: 1052

单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un

//通过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 ...
https://www.eeworm.com/dl/648/337983.html
下载: 199
查看: 1378