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

搜索资源列表

  1. random

    0下载:
  2. 因为C语言中没有专门的生成随机数的函数,这是在C语言环境中生成在一定范围内的随机数-Because the C language has no specific function to generate random numbers, which is generated in the C language environment within a certain range of random numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:167356
    • 提供者:nana
  1. STC-Keil-use-c-to-location

    0下载:
  2. STC单片机Keil中C语言函数定位的方法-STC microcontroller Keil C language function in the positioning method
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:222337
    • 提供者:huayu
  1. C-language-and-MATLAB

    0下载:
  2. 实际系统地介绍了语言与MATLAB接口函数的编程方法。用实例详细地介绍了MATLAB中所供的数据类型在C-MEX函数中的编程方法。-Actual systematic introduction to the language with the MATLAB programming interface function. Described in detail with examples in MATLAB for the data types in C-MEX function of progr
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5420889
    • 提供者:sara
  1. 47

    0下载:
  2. 假定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:删除字符串中所有的*号。在编写程序时,不得使用C语言提供的字符串函数。 例如,字符串的内容为:****A*BC*DEF*G*******,删除后,字符串的-Assume that the input string contains only letters and asterisk. Please write the function fun, it' s function is to: remove all the*
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1097
    • 提供者:储谢东
  1. 43

    0下载:
  2. 规定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:将字符串中的前导*号全部删除,中间和尾部的*号不删除。例如,字符串中的内容为:*******A*BC*DEF*G****,删除后,字符串中的内容应当是:A*BC*DEF*G****.在编写函数时,不得使用C语言提供的字符串函数。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -Provides the input string c
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3700
    • 提供者:储谢东
  1. C

    0下载:
  2. C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:29297
    • 提供者:马家添
  1. calendar

    0下载:
  2. 提供了c语言中一般有关日期的函数,比如判断某年某天星期几等,某年是否为闰年等-calendar.zip provides some functions for the operates on date.for example,judeging whether a year is a leap year.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1909
    • 提供者:zc
  1. hanshu

    0下载:
  2. c语言中几个典型常用函数的调用,比如说宏之类的-c language commonly used in several typical function call, such as macros and the like
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:931
    • 提供者:曾兴颖
  1. tongji

    0下载:
  2. C语言文件操作函数应用,统计一text文本中的总字数-C language application file manipulation functions, Statistics of the total number of words in the text text
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:58544
    • 提供者:博克斯
  1. graphics

    0下载:
  2. graphics头文件(C语言中一种重要的库函数文件)-graphics head files
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:356881
    • 提供者:Billy
  1. C-language-function-Daquan

    0下载:
  2. 本文档中,不仅搜集了几乎所有c语言的函数,更是附带了几个十分有趣的游戏的源代码!理论与实践相结合,非常棒!-In this document, not only to collect almost all the functions of the c language, is included with the source code of a few very interesting game! Combination of theory and practice, great!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:366273
    • 提供者:chaxiu
  1. C-language-algorithm-code

    2下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
  1. Rand

    0下载:
  2. c语言中随机数的生成,一般C语言中的rand函数生成的是伪随机数,而本程序可以生成真正的随机数-random number generator in c language, in general C language rand function to generate the pseudo-random number, the program can generate a true random number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:634
    • 提供者:段好学
  1. c-language

    0下载:
  2. c语言程序,c函数源代码查询,在初学者学习过程中会有很大的帮助。-c language programs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3327
    • 提供者:王蒙
  1. utils

    0下载:
  2. 这是TI公司推出的微型的嵌入式输出库函数,包含很多C语言中格式化输出的函数-This is TI s launch of the micro- embedded output library functions , including many C language formatted output function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:8803
    • 提供者:李宇鹏
  1. embedded-experiments

    0下载:
  2. 是一个简单的嵌入式实验 实现从汇编语言中将简单数学运算参数传递给由C语言编写的简单数学运算函数,并从C语言程序中返回运算结果。-It is a simple embedded experiments from assembly language in a simple mathematical operation parameters passed to a simple math functions written in C, and return the result of the oper
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:12259
    • 提供者:Daner
  1. C-language-get-time

    0下载:
  2. 这个文件综合了多种在C语言中获取当前系统时间的函数。读者可以根据对时间的具体要求,选择其中的函数。-This file is a combination of a variety of access to the function of the current system time in C language. Readers according to the specific requirements of the time, choose the function.
  3. 所属分类:Console

    • 发布日期:2016-01-27
    • 文件大小:13312
    • 提供者:王勇
  1. wav_handle

    2下载:
  2. c语言写的wav音频文件简单处理函数源码,包括wav_io处理,提取lpc系数、plar系数,可用于语音识别和合成中。可直接调用。-wav audio files simple c language handler source, including wav_io processing, extraction lpc coefficient plar coefficient, can be used for speech recognition and synthesis. Can be cal
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-04
    • 文件大小:6144
    • 提供者:lvchao
  1. Writing-S-Functions

    0下载:
  2. Matlab中C语言编写S函数的手册,英文版!-Matlab C S-Function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1793909
    • 提供者:陈雨
  1. imreconstruct

    0下载:
  2. 此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。-This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:5120
    • 提供者:knife
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com