CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 调用函数

搜索资源列表

  1. MF_PROTOCOL

    0下载:
  2. 射频卡使用函数,包括函数说明,Mifare卡等卡型的调用MaterRD.dll动态库-RF card function, including function descr iption, Mifare card, such as card-based dynamic library calls MaterRD.dll
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:30683
    • 提供者:王杰
  1. HP_UX

    0下载:
  2. 本手册详细介绍HP-UX的用户命令、系统管理命令、系统调用、库函数、文件格式、设备专用文件及其他各个方面的知识。它是详细学习HP-UX编程的很好的参考资料。-This manual details the user commands HP-UX, system management commands, system calls, library functions, file formats, device-specific documentation and other aspects of
  3. 所属分类:File Formats

    • 发布日期:2017-06-14
    • 文件大小:22355551
    • 提供者:weiwei
  1. 1

    0下载:
  2. 编写程序,计算下面公式并输出结果。 要求:(1)编写一个函数计算n! (2)编写主函数,由键盘输入n和m,调用(1)中的函数完成计算。 (3)输入n和m要给出提示,并检查n和m的合理性,不合理的输入应输出错误信息,并不再进行计算。-Write programs to calculate the following formula and output. Requirements: (1) Write a function to calculate n! (2) the
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:7936
    • 提供者:mituan
  1. 5

    0下载:
  2. 1 请编写一个函数fun,它的功能是:比较两个字符串的长度,(不得调用c语言提供的求字符串长度的函数),函数返回较长的字符串。若两个字符串长度相同,则返回第一个字符串。-1 Write a function fun, its functions are: to compare two string length, (not available in the language requirements call c function of the length of the string), th
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:844
    • 提供者:荆玲玲
  1. ZigBee-API-

    0下载:
  2. 此文件列举了 ZigBee2006 规范兼容 Z-Stack1.4.0 版本中所有组件的 API 接口。有关各个接口的 细信息,包括数据结构和函数调用已做出详细说明,以便于程序员在开发过程中理解和使用。 PI 接口从上(应用层)至下依次介绍。-Z-Stack Programing for developer
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:573188
    • 提供者:Justin
  1. pca

    0下载:
  2. matlab的主元分析问题。这个程序分三部分,读入图像生成数据,归一化,然后PCA降维。在PCA降维中调用软件自带函数。-pca in matlab
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:12219
    • 提供者:april
  1. fortranadverse

    0下载:
  2. 用于一般矩阵求逆的fortran语言程序,对于64x 程序不能调用一些求逆库函数时,可以应用-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
  3. 所属分类:File Formats

    • 发布日期:2017-11-26
    • 文件大小:675
    • 提供者:gxj
  1. java3

    0下载:
  2. 编写程序,要求使用this和super调用数据成员、成员方法以及构造函数;-Programming, require the use of this and super data members and member methods and constructor is called
  3. 所属分类:File Formats

    • 发布日期:2017-11-17
    • 文件大小:5042
    • 提供者:欧云
  1. bdos

    0下载:
  2. 函数名: bdosptr 功 能: DOS系统调用 用 法: int bdosptr(int dosfun, void *argument, unsigned dosal) -Function name: bdosptr Function: DOS system call usage: int bdosptr (int dosfun, void* argument, unsigned dosal)
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:2925
    • 提供者:耿玲
  1. Watermark-steganography-attack

    0下载:
  2. 介绍水印攻击和隐写分析的算法与调用的函数等-Introduction watermark attacks and steganography algorithms and call functions, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-11-12
    • 文件大小:209311
    • 提供者:changmiao
  1. MATLAB

    0下载:
  2. MATLAB(矩阵实验室)是MATrix LABoratory的缩写,是一款由美国The MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。-MATLAB (MATrix LABoratory) is The abbreviation of MATrix LABorat
  3. 所属分类:File Formats

    • 发布日期:2016-01-25
    • 文件大小:5120
    • 提供者:夏伟怡
  1. C-programa-in-matlab

    0下载:
  2. 通过使用 MEX 文件在matlab中调用C程序,MEX 文件是由原 C 代码加上 MEX 文件专用的接口函数后编译而成的,-C programa in matlab
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:146530
    • 提供者:赵巍巍
  1. Spline

    0下载:
  2. 三次样条插值函数,直接调用,比较方便应用-Cubic spline interpolation function
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:2252
    • 提供者:chang b
  1. uC-FS-Documentation-V40700

    0下载:
  2. uc/fs 4.07最新版本,里面包括fs的所有操作文档,如SD, MMC,flash, 有系统函数的调用解释。本文档是官方网站下载的,为英文版-Uc/fs 4.07 the latest version, including the fs all operations documents, such as SD, MMC, flash, systematic function call to explain. This document is the official website to d
  3. 所属分类:File Formats

    • 发布日期:2017-05-09
    • 文件大小:2456089
    • 提供者:王东方
  1. OpenCV-using-MFC.

    0下载:
  2. 本程序是在 MFC 中使用 OpenCV 的演示程序,由3 部分组成。 一、Windows 下用 MFC 编制的程序框架二、调用 OpenCV 函数实现处理三、用 DirectShow 编制的视频采集程序-This program is a demonstration program using OpenCV in the MFC, consists of three parts. First, the application framework Windows using MFC pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:283074
    • 提供者:沫沫
  1. kernel-start3

    0下载:
  2. start_kernel()中调用了一系列初始化函数,以完成kernel本身的设置-start_kernel () function is called a series of initialization, in order to complete the kernel itself settings
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:11889
    • 提供者:gq
  1. tongxin

    0下载:
  2. NRF24L01的一个通信模块,K60调用,可以直接加载进去,然后直接调用函数就好,方便使用-build NRF24L01
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:3575
    • 提供者:xingguiron
  1. Desktop

    0下载:
  2. 一个简单的C++程序:输入两个整数,通过调用函数求两个数中的较大值-A simple C++ program: the input of two integers, by calling the number of two of the larger values
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:43753
    • 提供者:查理
  1. fzero_data

    1下载:
  2. 非常好用的求函数零点的 调用函数- Very easy to use function calls seeking function Zero
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:nuaa
搜珍网 www.dssz.com