-
C51 使用头文件
C51 编译用头文件,可以用于C51 开发,对于不同C51定义不同:
/// Used with pointers, declares a generic pointer. Generic pointers
/// work with any memory space but are inefficient.
#define SEG_GENERIC
/// Declares a variable to be located in 8051 DATA space.
#define SEG_DATA data
/// Declares a variable to be located in 8051 IDATA space.
#define SEG_IDATA idata
/// Declares a variable to be located in 8051 XDATA space.
#define SEG_XDATA xdata
/// Declares a variable to be located in 8051 PDATA space.
#define SEG_PDATA pdata
/// Declares a variable to be located in 8051 BDATA (bit-addressable) space.
#define SEG_BDATA bdata
/// Declares a variable to be located in 8051 CODE space.
#define SEG_CODE code
- 2022-07-17 23:20:10下载
- 积分:1
-
Blht
ATmega128的自引导IAP程序。转自马潮老师(ATmega128 IAP process of self-guided. Teachers transferred from Ma Chao)
- 2010-06-29 17:13:29下载
- 积分:1
-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
untitled8
说明: 基于C++和QT的联合开发,它被用来建立其他的接口学习机制(Based on the joint development of C + + and QT, it is used to establish other interface learning mechanisms)
- 2020-03-13 10:58:55下载
- 积分:1
-
winform 刻录光盘实例
winform 刻录光盘实例
- 2013-11-04下载
- 积分:1
-
C++11
c++11特性介绍,这是一本详细介绍了有关c++11各项改进的官方书籍(about the new features with c++ 11)
- 2020-06-17 14:00:01下载
- 积分:1
-
ip_db_format
ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)
- 2013-10-22 17:54:05下载
- 积分:1
-
FTP文件传输(入门级示例)
采用FTP PASV模式设计一个FTP服务器程序和一个FTP客户机程序,具有文件夹内容浏览和文件下载功能,服务器程序能够接收多个客户机的FTP请求并且能够对客户机身份进行验证。
- 2018-12-27下载
- 积分:1
-
MultiView
VC++6.0下在一个单文档MFC应用程序框架内为文档实现多视处理,并实现在这些视之间自由切换(In MFC SDI application frame realise multiview,and switch these views as you want.)
- 2010-08-17 10:31:22下载
- 积分:1
-
JPEG2000
说明: 小波变化代码,是比较好的测试向量,包括位平面编码和MQ(Wavelet transform code, is a better test vectors, including the bit plane coding and MQ)
- 2020-12-06 09:39:24下载
- 积分:1