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

搜索资源列表

  1. Function_For_ErlangBC

    0下载:
  2. 对ErlangB和ErlangC的公式进行函数实现,在Excel表格中易于使用。-The Function For ErlangB and ErlangC. And apply easier in Excel.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:509572
    • 提供者:雷志纯
  1. Linux_C_HS

    0下载:
  2. Linux C 函数 使用手册/-Linux C...................................................................................
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:258613
    • 提供者:八味
  1. C(FastFourierTransformthesourcecode)

    0下载:
  2. 在matlab中编写的FFT函数,虽然其matlab的功能强大,但其运算的时间长,本源代码是利用C++的快速,实现的FFT-Matlab prepared at the FFT function, although the matlab powerful, but its computing time, the origin code using C++ are fast, implementation of the FFT
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4298
    • 提供者:万青松
  1. FastSqrt

    0下载:
  2. 近似快速求平方根的方法,执行速度是调用系统函数的好几倍-fast sqrt ,the speed is very rapid
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:106791
    • 提供者:super
  1. FaceRecognition

    0下载:
  2. 本文介绍了OpenCV函数库的基本用法,阐述了目前做人脸检测研究中所使用的常用检测算法,并利用OpenCV设计和实现了图像中人脸的检测,试验结果表明利用OpenCV开发人脸检测系统效率高,识别效果好。-This paper introduces the basic OpenCV library usage, on the current human face detection research commonly used in the detection algorithm, and the
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3994097
    • 提供者:吴彦
  1. 123

    0下载:
  2. 提取HTML代码中文字的C#函数在做一些网站(特别是bbs之类)时,经常会有充许用户输入html样式代码,却禁止脚本的运行的需求, 以达到丰富网页样式,禁止恶意代码的运行。-Extraction of HTML code in the C# language function to do at some website (especially bbs like) often will allow the user to enter html code style, but to prohibit
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:856
    • 提供者:yangzhi
  1. 12

    0下载:
  2. 提取HTML代码中文字的C#函数 random应该运用种子进行离散分离的,-Extraction of HTML code in the C# language function random seed should be applied to discrete separation,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:yangzhi
  1. 45

    0下载:
  2. 提取HTML代码中文字的C#函数,数组一般从0开始读取,所以这里为35*Rnd-Extraction of HTML code in the C# language function, the array generally begin from 0 to read, so here is 35* Rnd
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:yangzhi
  1. graphics_c

    0下载:
  2. c++的图形显示 包括各种函数曲线等 很不错哦-c++ of the graphical display includes a variety of function curves, etc. Oh well
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:212275
    • 提供者:sizhiguo
  1. fft

    1下载:
  2. 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在F
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-10-12
    • 文件大小:36057
    • 提供者:王渔阳
  1. VBhelp

    0下载:
  2. VB语言参考-函数速查.chm VB语言参考-函数速查.chm-VB Language Reference- Function Info. Chm VB Language Reference- Function Info. Chm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:500071
    • 提供者:dgchy
  1. pso1

    0下载:
  2. 关于粒子群算法的c语言程序,可以用于函数优化,极其方便-About Particle Swarm c language program that can be used for function optimization, extremely convenient
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1542
    • 提供者:qinming
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. LinuxCfunctionadditional

    0下载:
  2. 关于linux的c函数的补充,希望能够对大家有用-About linux supplementary function of c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4211
    • 提供者:haibin
  1. TC2.0

    0下载:
  2. C语言库函数查询,包含所有的C语言函数。这是一个Exe可执行的程序非常不错-good for c function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:263101
    • 提供者:zhouqingjun
  1. Restoration

    0下载:
  2. 图像复原的VC++ 源程序,在点扩散函数已知的情况下对模糊图像进行复原。-Image Restoration of VC++ source code, point spread function in the circumstances known to the recovery of the blurred image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:71835
    • 提供者:luoyuanhong
  1. csearch

    0下载:
  2. 各类C函数查询,包括例子,方便,快捷,实用.-C function of various inquiries, including examples of convenient, fast and practical.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:91563
    • 提供者:李燕
  1. SGAC

    1下载:
  2. 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:286822
    • 提供者:willee
  1. applicationsofclanguage

    0下载:
  2. c语言的常用函数以及一些小游戏代码,如文曲星小游戏、五子棋游戏等-commonly used functions and some game code of c language ,
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:68872
    • 提供者:杨素
  1. opengl_program_basic

    0下载:
  2. opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book' s source code. Author Author: (United States) (Edward An
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:234820
    • 提供者:tyss
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com