搜索资源列表
c环境下的编译器
- 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
IAP_C++
- 研究了两周的IAP,其中实现了在c++中调用c函数的功能,仅供参考-two weeks of the IAP, which met the call c c of functionality, for information purposes only
rtx_full
- 详细介绍51单片机操作系统,包括keilc编译环境的库函数以及其功能,还有如何调用这些函数。-detailed 51 microcontroller operating systems, including keilc build environment of the library function and its function. Besides calling these functions.
dosfsck.tar.bz2
- linux下完成对U盘的文件系统检查和修复功能函数,从dosfsck命令源码修改而来,函数中调用即可(请把.zip去掉)
DS18B20
- DS18B20的读写函数,根据要实现的功能直接调用就可以了。中间的延时要根据不同的单片机频率进行更改。我的晶振是44MHz。
pa51
- C51强大功能及其高效率的重要体现之一在于其丰富的可直接调用的库函数,多使用库函数使程序代码简单,结构清晰,易于调试和维护,下面介绍C51的库函数系统。-C51 powerful features and its high efficiency in one important manifestation of its rich can directly call the library, multi-use library functions to make the code simple,
KT0830EG-short-antenna-1band-and-I2C
- KT0830EG(支持短天线)收音IC程序-包含I2C-自动判台-搜台,24C02存台。修改I2C宏定义接口移植到各单片机,调用对应功能函数即可实现单FM数字收音机的所有功能。-KT0830EG (supports short antenna) radio IC procedures- including I2C-automatic sub-station- station search, 24C02 storage units. I2C macro interface to modify th
Menu_onPC
- 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned
t6963
- 部分T6963液晶显示的基本功能函数。在函数中进行调用,希望大家进行学习交流。-T6963 LCD part of the basic functions of function. In function calls, hoping to study the exchange of everyone.
scankey
- 自做的一个流程流码,用于判断C51单片机的长按与短按键的功能(一键多功能),自动调用相应的处理函数.修改下还可以实现更多的功能.-Since the flow stream to do a code, used to judge the long-C51 single-chip microcomputer according to the function keys and a short (one multi-function keys), automatically call the cor
ISD1700
- ISD1700系列芯片原理图与C文件和汇编程序,源程序内包含所需的所有函数模块,了解后只需调用即可实现各种功能。-ISD1700 series chip schematic and C files, source code contains all the necessary function modules, understanding can be achieved simply call the various functions.
24C02
- 24c02驱动代码,里面涵盖所用的功能,应用是只有调用里面的函数就ok啦-24c02device code
HMM_C_LANGUAGE
- 语音识别HMM算法的C语言实现,里面有详细的注释和说明,阅读起来很容易理清程序流程和思路,函数的功能以及函数怎么调用都说的很清楚。相信对语音识别的DSP编程有很大的帮助。-HMM speech recognition algorithm for C-language implementation, which has detailed notes and instructions, read them very easy to straighten out our thinking proces
VQ_C_language
- 基于经典LBG算法的矢量量化的C语言实现,注释详尽,很容易让读者理清程序算法和思路。函数的功能和怎么调用,一目了然。-Based on the classic LBG vector quantization algorithm C-language implementation, comment in detail, it is easy for readers to sort out procedural algorithms and ideas. The function and how f
winmain
- winmain 函数的主要功能是能够提供系统调用的接口。-the main function of winmai is surpport system use
vxworks
- BSP是板级支持包,是介于主板硬件和操作系统之间的一层,应该说是属于操作系统的一部分,主要目的是为了支持操作系统,使之能够更好的运行于硬件主板。BSP是相对于操作系统而言的,不同的操作系统对应于不同定义形式的BSP,例如 VxWorks的BSP和Linux的BSP相对于某一CPU来说尽管实现的功能一样,可是写法和接口定义是完全不同的,所以写BSP一定要按照该系统 BSP的定义形式来写(BSP的编程过程大多数是在某一个成型的BSP模板上进行修改)。这样才能与上层OS保持正确的接口,良好的支持上层O
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
pictureinterface
- 这是一款基于linux开发平台下的图形接口犀利如软件,可调用其中的API函数,实现任意画线、画圆、画点的功能~-This is a linux-based development platform, such as under the sharp graphics interface software, which can call API functions, an arbitrary line drawing, circle, draw point features ~
FIRcirc_ext
- 在6416的fir滤波器设计过程中,次程序通过调用ASM函数 使外部存储器实现循环缓冲的功能 对于c6416的学习有一定帮助-FIR Implementation Using C Calling an ASM Function Using a Circular Buffer in External Memory
KT0830E-FM-1BAND-ic-PROGREM
- KT0830E-单FM收音IC驱动,只支持长天线,包含初始化、自动搜台的判台、读取各寄存器代码。使用I2C通信方式,单片机可直接调用功能函数实现数字收音机功能-KT0830E-single FM radio IC driver only supports a long antenna, including initialization, auto scan the sub-station, reading the register code. I2C communication with the