CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 指针

搜索资源列表

  1. 集中探讨C指针的文章--我眼中的指针

    0下载:
  2. 集中探讨C指针的文章--我眼中的指针,可以参考。-focused on the C pointer articles -- I see as a pointer, they can refer to.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:8382
    • 提供者:
  1. C51FunctionPointer

    0下载:
  2. Keil C51下函数指针使用指南,即使是资深51工程师也可以看哦,收获不匪-Function pointer of Keil C51
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:52865
    • 提供者:缪德芳
  1. yiweishumaguan

    0下载:
  2. 自己做的用指针做的移位数码管显示,完全原创-Do their own make shift with a pointer to digital control, completely original
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:660
    • 提供者:朴洋
  1. C_point

    0下载:
  2. c和指针 PDF 电子版 C语言经典 软件开发必备-c and PDF electronic version of the C language pointer classic software development necessary
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-29
    • 文件大小:11770517
    • 提供者:百度哥2010
  1. LCDok

    0下载:
  2. 可实现本菜单,同级菜单,子菜单,父菜单,本菜单所对应的菜单函数指针。-The menu can be realized, at the same level menu, submenu, the parent menu, the menu corresponding to the menu function pointer.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:33379
    • 提供者:os
  1. C_primory

    0下载:
  2. 1.c回顾 2.数据类型 3.内存 4.输入输出 5.数组 6.函数 7.指针 8.预处理 9.位操作-1.C review 2.data type 3.memory 4.input and output 5.array 6.function 7.point 8.pretreatment ......
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:51692544
    • 提供者:胡同深
  1. CustomCtrl1

    0下载:
  2. 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:29046
    • 提供者:张立志
  1. LCD12864

    0下载:
  2. 12864LCD指针式电子钟,C语言开发环境下,已通过。-12864LCD Analog electronic clock, C language development environment, has passed.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-03
    • 文件大小:5034
    • 提供者:杨帆宇
  1. MicroStar1.1

    0下载:
  2. 最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。   声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。 使用需知 1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。 2 为了使代码能在DOS下运行,不少函数声明和定义前都有_
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:236311
    • 提供者:hugaoquan
  1. arrlist

    0下载:
  2. 用数组实现的FIFO,结构体封装。用一组函数,主要参数为结构体指针,实现了类似于C++中类的操作。可用于在ARM等嵌入式处理器中作为缓冲区使用。-Using array implementation FIFO, structure package. With a set of functions, the main parameters for the structure pointer, to achieve a similar C++ in class action. Can be used
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:5705
    • 提供者:MS
  1. point

    0下载:
  2. 基于80C51单片机的c语言程序的指针设定-the C setting base on 80C51
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1953
    • 提供者:bank
  1. ucOS_II_IN_Keilc51

    0下载:
  2. ucOS_II移植到Keilc51小模式下简介,我的移植程序主要侧重在结合 KeilC51 的特点,提高移植以后的代码的执行效率。主要 做以下几方面的优化: 1、将所有的外部变量的存储类型改为xdata 类型; 2、尽量使用指定存储类型的指针(memory-specific pointer)不使用一 般指针(generic pointer); 3、任务堆栈结构设计。-ucOS_II Keilc51 transplanted to small mode profile, my
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:182758
    • 提供者:
  1. shujupaixuchengxusheji

    0下载:
  2. 一批单字节无符号数,以R0为首地址指针,R2中位字节数,将这批数进行升序排列-A group of single-byte unsigned number, address pointer led to R0, R2 in the number of octets, the batch number in ascending order
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2338
    • 提供者:chengwangxin
  1. offsetof

    0下载:
  2. 解析内核中的offset代码,通过结构体成员地址反获取结构体地址从而可以操控整个结构体,深化对指针的理解,有些面试题中也可能会遇到这种情况-翻译 关闭即时翻译 Parsing the offset code in the kernel, through the structural member address anti-obtain structural address which can manipulate the entire structure, deepen the unde
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:777
    • 提供者:谢军
  1. 超声波测距(LCD1602显示)

    0下载:
  2. #include<reg51.h> #include<intrins.h> #include"lcd.h" sbit Trig = P2^1; sbit Echo = P2^0; unsigned char PuZh[]=" Pechin Science "; unsigned char code ASCII[15] = {'0','1','2','3','4','5','6','7','8','
  3. 所属分类:其他嵌入式/单片机内容

  1. Stm32启动文件配置

    0下载:
  2. stm32启动文件可以说有 5 个作用:1,初始化堆栈SP      2,初始化中断向量表   3,配置系统时钟    4,—main 进入main()函数  5,初始化PC指针, 上电后就从 RESET Handler   开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。  weak  是 若定义 意思是说 自己可以在  C  中定义 。 B  .   跳转到无限循环。
  3. 所属分类:其他嵌入式/单片机内容

搜珍网 www.dssz.com