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

搜索资源列表

  1. main

    0下载:
  2. 计算FFT的办法 C语言编写所有函数-FFT calculation method C language all functions. . . .
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:1287
    • 提供者:aobuke
  1. c

    0下载:
  2. Csharp短信猫开发接口,梦网短信猫DLL接口提供API级的函数调用接口,接口完全底层调用,没有任何界面,适合于广大自主品牌的开发用户。-Csharp SMS cats develop interfaces, Monternet SMS cat DLL interface API-level function call interface, interfaces that call the bottom, there is no interface, suitable for the gene
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-24
    • 文件大小:86676
    • 提供者:alex
  1. c

    0下载:
  2. 程序包含实现排序的递归函数;把一个文件中的内容输出到另一个文件中;交换两个地址中的数据等。-Achieve the sorting process consists of recursive function to output the contents of a file to another file the exchange of two addresses in the data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:5405
    • 提供者:fangfang
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9092
    • 提供者:zmy
  1. GeneticAlgorithm

    1下载:
  2. 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other functions in order to achieve ext
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5424175
    • 提供者:myd
  1. C

    0下载:
  2. 用基数排序算法思想为整数链表编写一个排序函数-With the idea of radix sort algorithm to write a sort function, an integer list
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:6879
    • 提供者:零星
  1. INT.C

    0下载:
  2. 单片机C语言编程模板定时计数器,可以添加函数-Microcontroller C programming templates timer counters, you can add a function
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1319
    • 提供者:李小桐
  1. LinuxCFunctionsManual

    0下载:
  2. exe电子书:Linux C函数手册---函数功能,使用方法,返回值等.非常实用-exe e-book: Linux C Functions Manual--- function function, use the return value and so on. very useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:512936
    • 提供者:Brilliance
  1. CfunctionunderLinuxManualCHMEdition.chm

    0下载:
  2. Linux下的C函数手册CHM版 对于编程过程中遇到的C的问题很有帮助。-C function under Linux Manual CHM Edition encountered in the process for programming C, very helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:258737
    • 提供者:张志翔
  1. JSON_li

    0下载:
  2. 使用OBject-C语言编写的Json的API函数,可以在Iphone程序中使用-Use OBject-C language API functions of the Json, you can use the Iphone programs
  3. 所属分类:iPhone

    • 发布日期:2017-04-02
    • 文件大小:426916
    • 提供者:andy
  1. ziptest

    0下载:
  2. 使用OBject-c 语言编写的ZIP功能函数,可以在Iphone中使用,快速压缩、解压文件,很好的代码-Use OBject-c language of the ZIP utility functions, you can use the Iphone, fast compression,-extracting file, very good code
  3. 所属分类:iPhone

    • 发布日期:2017-03-29
    • 文件大小:19786
    • 提供者:andy
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. C

    0下载:
  2. 里面有c语言要用的全部函数,可供学习,很好的资料哦!-Inside c language to use all the functions, for learning, very good information on Oh!
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:187146
    • 提供者:seven
  1. vcxcd

    0下载:
  2. Visual C++ 函数速查工具,很全面,输入函数名,可快速查找函数功能、所属函数库、函数功能极其范例!-Visual C++ function, Quick Fact tools, very comprehensive, enter the function name, function to quickly find a function, what their functions, the function is extremely functional paradigm!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:435836
    • 提供者:#include
  1. colonalselection

    0下载:
  2. C++代码下实现的一种人工免疫算法,克隆选择算法,在本程序中实现模式识别的功能,另外可以用于实现函数最优化,最值检测分析等功能,算法可以进一步改进和移植到其他的相关模式识别领域-pattern recognition with colonal selection algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:991693
    • 提供者:gou jingxiang
  1. Linux_C_functions

    0下载:
  2. Linux 常用C函数(中文版)提供了Linux环境下,C语言开发的常用函数-Linux commonly used C functions (Chinese version) provides a Linux environment, C language development of the common functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:87153
    • 提供者:liyingliang
  1. malloc

    1下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:50862
    • 提供者:captain
  1. SophiaDelegate_20070523

    0下载:
  2. 委托是.NET内的一个很好用的东西,用C++函数指针实现委托,C++也能用委托-A delegate is. NET is a good use within the things that C++, delegate function pointer, C++ also be able to delegate
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:9903
    • 提供者:五月天
  1. c

    0下载:
  2. 介绍Linux系统下C编程的特点、语言环境,并描述的linux下C编程的常用函数-Introduced under the Linux system, the characteristics of C programming language environment, and described in the C programming under linux common function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:498362
    • 提供者:zhu
  1. 51kaifa

    0下载:
  2. 51单片机开发宝典,C语言和汇编语言交叉开展.包括原理图和相应的程序,值得一看! 目录 第1部分 51系列单片机基础 第1章 51系列单片机概述 第2章 51系列单片机基本结构 第3章 51系列单片机的指令系统 第4章 51系列单片机的定时/计数器 第5章 51系列单片机中断系统 第6章 51系列单片机的串行接口 第2部分 51系列单片机程序设计 第7章 汇编语言程序设计 第8章 单片机C语言程序设计基础 第9章 C51的数据结构与函数 第10
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-20
    • 文件大小:6094807
    • 提供者:huangyunfa
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com