CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 函数

搜索资源列表

  1. Inifile.rar

    0下载:
  2. ini文件访问库C函数,方便linux下使用!,ini file access library C function, to facilitate the use of linux!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10138
    • 提供者:jansin_shaw
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. znfat

    0下载:
  2. 这是一个很好用的FAT文件系统,它实现数据文件存储的FAT方式访问,支持FAT32格式。附有51读取程序,详细的函数说明。有兴趣的可以看看。-This is a good use of the FAT file system, which implements the data file is stored in FAT access, support FAT32. With 51 to read program, a detailed function descr iption. Are in
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:1016424
    • 提供者:cxd
  1. c++面试题目

    0下载:
  2. 1、虚函数的本质和实现机制 答:虚函数的本质是通过基类访问派生类定义的函数。虚函数只能借助于指针或者引用来达到多态效果。 2、C++中传递函数参数的方式及他们的优缺点? 答:C++语言中,函数的参数和返回值的传递方式有三种:值传递、指针传递和引用传递。 3、重载(overload)和重写(overried,有的书也叫做“覆盖”)的区别? 答:常考的题目。从定义上来说: 重载:是指允许存在多个同名函数,而这些函数的参数表不同(或许参数个数不同,或许参数类型不同,或许两者都不同)
  3. 所属分类:文档资料

  1. fifo

    0下载:
  2. 一个FIFO先入先出BUFFER的C程序。用户可以设置BUFFER大小,并通过write_fifo()和read_fifo()函数分别写入和读出数据-A FIFO FIFO BUFFER of C procedures. Users can set the BUFFER size, and through write_fifo () and read_fifo () function, respectively, and write读出数据
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-22
    • 文件大小:951
    • 提供者:韓建棟
  1. MFCCdeC

    0下载:
  2. 工程包括声音文件的读取、预处理、MFCC参数的提取、最后的聚类函数,对于做语音识别的人帮助很大-The works will include the sound files to read, pre-treatment, MFCC parameters extracted, the final clustering function, to do speech recognition for the great help of people
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-15
    • 文件大小:3916242
    • 提供者:WGT
  1. C&C++语言参考手册

    0下载:
  2. C&C++语言参考手册 方便查找一些常用的函数、指令
  3. 所属分类:文档资料

    • 发布日期:2012-10-10
    • 文件大小:118310
    • 提供者:star_0027
  1. 1

    0下载:
  2. C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:1602
    • 提供者:陈超
  1. C-C++--CHM

    1下载:
  2. 讲述了c_c++的关键字,预处理关键字,基本类型,c和c++的函数等-About c_c++ Keywords, keyword pretreatment, basic types, c and c++ Function, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2016-06-24
    • 文件大小:118707
    • 提供者:william_chwenyu
  1. cryptdemo.c

    0下载:
  2. linux 基本加密库函数实现信息加密AES DES-linux encryption decryption
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1471
    • 提供者:allen
  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. wavcvt_tree

    0下载:
  2. VQ 矢量量化算法压缩 wav 音频,Tree 树搜索模式,不使用任何其他函数库。-VQ VQ wav audio compression algorithm, Tree tree search mode, do not use any other library.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:278266
    • 提供者:
  1. C_source_code

    0下载:
  2. 非常详尽的c标准库函数源码, 非常详尽的c标准库函数源码,非常详尽的c标准库函数源码-Very detailed functions of the c standard library source code, very detailed functions of the c standard library source code, very detailed functions of the c standard library source code, very detailed func
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1747737
    • 提供者:laoshu
  1. pic_ccs

    0下载:
  2. TI公司的CCS一些常用的函数库 ,比较好的资料,里面有一些程序比较基本,对于初学者规范程序编写,理论用于实践,有一定参考价值-TI' s CCS library of some commonly used, relatively good information, there are some basic procedures, procedures for the preparation of norms for the beginners, theory for practice,
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:294980
    • 提供者:冯晓东
  1. STM32-SST25VF016B-SPI-v3

    0下载:
  2. 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
  3. 所属分类:uCOS

    • 发布日期:2017-03-21
    • 文件大小:299549
    • 提供者:sunskyme
  1. test

    0下载:
  2. 51单片机汇编和C结合编程的例子,可实现C语言调用汇编函数,或汇编语言调用C函数.-51 combination of MCU assembly and C programming examples, enabling C language called assembly function, or assembly language called C function.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:50030
    • 提供者:
  1. opencvReferenceManual(2.0-2.1)

    0下载:
  2. 这是opencv2.0和2.1的完整参考手册(英文),还提供了emgu.cv2.0的部分使用手册,可以弥补opencv没有介绍的库函数。-This is a complete opencv2.0 and 2.1 Reference Manual (English), also provides emgu.cv2.0 part of the manual, you can not make up for opencv library functions described.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5285928
    • 提供者:宁菲
  1. standard

    2下载:
  2. 一个标准正态分布函数的VC++实现方法,望给大家带来帮助-A standard normal distribution function of the VC++ implementations, hope to give us help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:291753
    • 提供者:黎明
  1. UART_Program

    0下载:
  2. 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4640
    • 提供者:jj
  1. armlib

    0下载:
  2. arm 7 lpc21xx的函数库,其中包含了很多常用的数学库,是学习arm7 lpc21xx的理想库-The arm 7 lpc21xx library, which contains a lot of commonly used mathematical library is an ideal learning arm7 lpc21xx Library
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1329235
    • 提供者:张三
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com