搜索资源列表
cc5x text
- cc5x的使用说明文件,自己整理过并且翻成中文加上自己的心得-cc5x use the documents themselves collated and translated into Chinese as well as my own experience
ATMEL FAT文件系统
- 文件系统,完全兼容fat16,fat32,加上自己的硬盘驱动接口后应该可以使用-file system, fully compatible fat16, fat32, coupled with their own hard drives interface can be used after
studymodule1
- 读者使用源代码时,将源代码拷贝到您的计算机相应目录之后,需要取消所有文件的只读属性,否则您可能无法正常使用这些源程序(单片机模块学习)-readers to use the source code, copy of the source code to your computer corresponding directory, the need to remove all the read-only attribute, otherwise you may not be able to use
studymodule2
- 读者使用源代码时,将源代码拷贝到您的计算机相应目录之后,需要取消所有文件的只读属性,否则您可能无法正常使用这些源程序(单片机模块学习)-readers to use the source code, copy of the source code to your computer corresponding directory, the need to remove all the read-only attribute, otherwise you may not be able to use
studymodule3
- 读者使用源代码时,将源代码拷贝到您的计算机相应目录之后,需要取消所有文件的只读属性,否则您可能无法正常使用这些源程序(单片机模块学习)-readers to use the source code, copy of the source code to your computer corresponding directory, the need to remove all the read-only attribute, otherwise you may not be able to use
studymodule4
- 读者使用源代码时,将源代码拷贝到您的计算机相应目录之后,需要取消所有文件的只读属性,否则您可能无法正常使用这些源程序(单片机模块学习)-readers to use the source code, copy of the source code to your computer corresponding directory, the need to remove all the read-only attribute, otherwise you may not be able to use
include.h
- 用于61单片机,内含大量的头文件,使用起来很方便-for 61 microcontroller, the first containing a large number of documents, was easy to use
C32_fuzzy
- 文件包含使用motorola单机的专用模糊控制指令,实现模糊控制的例程。 如何定义C语言和汇编语言共用的数据等-document contains single use motorola dedicated fuzzy control commands, fuzzy control routines. How the definition of C and Assembly Language shared data
McuTools
- 本软件是一款方便51单片机初学者学习使用的工具集合. 它包括:进制转换,数码管字型码生成,并能在不要外部字库文件的情况下生成C51,ASM字模数据的功能-the software is convenient paragraph 51 microcontroller beginners to learn how to use the tool set. It includes : 229 conversion, Text of digital code generation, and not
Main
- c51,实现网络通信的c语言的main方法原程序的代码.使用方法,把.zip重名名为.c文件即可使用
Delete_Explain
- 功能说明: ● 本软件能批量删除代码中的注释。自动识别C代码和汇编代码。 ● 支持扩展名: *.c, *.cpp, *.h, *.asm, *.dt, *.inc ● 前三种按照C语言规范进行处理,后三种按汇编语言规范进行处理 ● 支持子目录,全自动处理,\"5秒\"搞定 注意事项: ■ 不支持超过64K的文件,如有超过64K的文件将忽略处理; ■ 本软件直接处理目标文件,使用前请做好备份; ■ 将不用的文件尽量删除,这样可以缩短
SD卡FATfs文件系统
- msp430单片机的SD卡操作,使用FATfs文件系统,已实现文件的读写
QFileDialog
- QFileDialog类参考,对文件的使用上会有帮助,新手啊-Class QFileDialog reference on the use of paper will be helpful, novice ah
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
51learn-data
- 包含51单片机开发工具、原理图、定时器初值计算工具、串口计算工具、KEILc51使用说明5个PDF文件,51单片机经典教程PDF、doc。-Includes 51 single-chip development tools, schematics, timer initial value calculation tools, serial computing tools, KEILc51 instructions five PDF files, 51 single classic tutoria
MSP430
- MSP430编程格式,具体介绍了用IAR软件进行430编程时的大致格式,包括头文件的使用,.h文件的建立等。-MSP430 programming format, specifically introduced using IAR 430 programming software for the general format, including header files in use,. H file creation and so on.
FSL-08
- CodeWarrior高级教程 网上讲CodeWarrior的pdf倒是不少,可是都是入门级的,只教你怎么创建工程,对于想更熟练使用这个工具的人来说是远远不够的。一次偶然的机会在网上找到了个高级点的,里面讲的有prm文件的使用,中断函数的编写,我想很多人在刚接触CodeWarrior时都弄不清楚这里面的文件是怎么回事,和其他IDE有什么区别,这里的C方言与标准C的小区别。看了这个你会更加清楚CodeWarrior的用法。 这个pdf以8位飞思卡尔单片机为例,但用法与16位是相通的。-Cod
20、FATFS-文件系统
- 基于STM32F103的FATFS文件系统的例程,实验通过可以正常使用。(STM32F103 based on the FATFS file system routines, experiments can be used normally)
EEromLib
- STM32 的FLASH 有一定的使用寿命大概是一万,如果我们用自身的FLASH来保存一些数据(机器参数)等,可以节省开发成本,但是FLASH的使用是有限的,我们可以通过软件方式延长它的使用寿命,该组件就是实现延长FLASH寿命,同时模块化独立,模拟EEROM的形式,模拟了一个256byte EEROM,可使用次数为30万次。参考文件系统。 文档详细介绍该实验方式以及函数接口的使用(STM32 FLASH ten thousand is probably a lifetime, if we u
单片机C51的头文件函数作用及举例
- 关于51单片机的头文件的函数作用的说明文档,并有举例说明怎么使用。(The function of the head file of the 51 single chip microcomputer is illustrated and some examples are given to illustrate how to use it.)