登录
首页 » 嵌入式系统 » C语言精彩编程百例1

C语言精彩编程百例1

于 2022-01-25 发布 文件大小:2.46 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

C语言精彩编程百例1-excellent C programming language one hundred cases

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于mplayer的qt视频播放器
    在linux环境下的mplayer 的视频播放器。使用qt 4.3编写,在linux环境下和mplayer的前提下,设计的一个视频播放器,支持多种播放格式,且简单易懂适合初学者来学习。
    2022-01-26 03:33:15下载
    积分:1
  • 该文件用于uclinuix文件管理,移植非常方便
    该文件用于嵌入式uclinuix文件管理,移植非常方便-the document for Embedded uclinuix document management, transplantation is very convenient
    2022-05-24 06:17:19下载
    积分:1
  • 关于手持机与射频芯片的红外通信程序,是本人在做阅读器通信的核心模块之一...
    关于手持机与射频芯片的红外通信程序,是本人在做阅读器通信的核心模块之一-on the handset RF chip with the infrared communication procedures, I do read Communication one of the core modules
    2022-05-16 01:16:55下载
    积分:1
  • 24C04为基础的51单片机仿真I2C总线的程序,适用于初学者参考
    24C04为基础的51单片机仿真I2C总线的程序,适用于初学者参考-24C04-based microcontroller simulation of I2C Bus 51 procedures for advanced users
    2022-05-16 08:30:29下载
    积分:1
  • Z-Stack源代码
    Z-Stack是TI开发的ZigBee协议栈,主要定义了网络层和应用层。本压缩包直接解压缩使用IAR工具即可编译使用。 如何使用ZigBee协议栈协议栈是协议的实现,可以理解为代码,函数库,供上层应用调用,协议较底下的层与应用是相互独立的。商业化的协议栈就是给你写好了底层的代码,符合协议标准,提供给你一个功能模块给你调用。你需要关心的就是你的应用逻辑,数据从哪里到哪里,怎么存储,处理;还有系统里的设备之间的通信顺序什么的,当你的应用需要数据通信时,调用组网函数给你组建你想要的网络;当你想从一个设备发数据到另一个设备时,调用无线数据发送函数;当然,接收端就调用接收函数;当你的设备没事干的时候,你就调用睡眠函数;要干活的时候就调用唤醒函数。所以当你做具体应用时,不需要关心协议栈是怎么写的,里面的每条代码是什么意思。除非你要做协议研究。每个厂商的协议栈有区别,也就是函数名称和参数可能有区别,这个要看具体的例子、说明文档。
    2023-07-12 19:25:06下载
    积分:1
  • file audio control circuit. Rar production of information. Rar, avr software de...
    file音响控制电路.rar制作资料.rar,avr软件设计精华。电子宝典。欢迎下载-file audio control circuit. Rar production of information. Rar, avr software design essence. Electronic book. Welcome Download
    2022-05-13 06:01:00下载
    积分:1
  • 环境 keil 利用c51F 中断刷新 LCD (128*64) 内部ram做显示缓存
    环境 keil 利用c51F 中断刷新 LCD (128*64) 内部ram做显示缓存-Keil the use of environmental disruption c51F refresh LCD (128* 64) do show that the internal ram cache
    2023-08-10 00:40:02下载
    积分:1
  • 每次开机都将次数加1 并存储到EEPROM。这样就能直观的看到机器的使用次数。用P1口 LED做为显示,次数大于256是将溢出,按复位模拟开机 或者直接通过开关...
    每次开机都将次数加1 并存储到EEPROM。这样就能直观的看到机器的使用次数。用P1口 LED做为显示,次数大于256是将溢出,按复位模拟开机 或者直接通过开关开机。-Each boot will add a number of times and stored in EEPROM. This will be able to see the intuitive usage of the machine. As with the P1 port LED display, frequency is greater than 256 is the overflow, according to reset the boot, or directly through the analog switch boot.
    2022-08-09 19:55:04下载
    积分:1
  • SPI,是英语Serial Peripheral interface的缩写,顾名思义就是串行外围设备接口,这是对SPI的总体概述...
    SPI,是英语Serial Peripheral interface的缩写,顾名思义就是串行外围设备接口,这是对SPI的总体概述-SPI, is the English acronym for Serial Peripheral interface, as its name suggests is the serial peripheral interface, this is a general overview of the SPI
    2022-02-05 12:11:25下载
    积分:1
  • 这是LPC2200列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分...
    这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。 在示例程序生成目标的test_ext_in.i32文件夹下有2个文件 / ROM_EXEC --- 写入内部FLASH / ROM_EXEC1 --- 写入外部FLASH (在选择文件的时候,请选择下拉所有文件*.*) 将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside 写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
    2022-04-26 11:47:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载