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

搜索资源列表

  1. yield

    0下载:
  2. 微软的.NET中C#2.0实现了yield return功能,这个程序教你如何在Native C++中实现它。C#在foreach中使用,C++在for里调用。这样就使得迭代器的功能更加简单,使用的时候也很方便。 -Microsoft' s. NET in C# 2.0 to achieve a yield return, this program teach you how to Native C++ to implement it. Using C# in a foreach, C
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:3346
    • 提供者:郭晓婷
  1. chstk

    0下载:
  2. 要将商品行情软件的数据导入自己的数据库,除了要知道商品软件数据的数据结构,同时还与你自己数据库的数据结构有关。一般情况下,业余爱好者往往都是使用ASCII即text文本结构。text格式的数据易读易懂,可以让许多国际股票软件和工具软件(比如:GET\TT\SUPERCHART\SSPS\EXECL等等)直接调用。 -Merchandise to market software for their own data into the database, in addition to know th
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:828652
    • 提供者:王岩
  1. vbGRIDimporttoEXCEL

    2下载:
  2. VB 数据按SQL查询语句导出到EXCEL,如果系统导出频繁,建议做公共过程调用此段代码/-VB query SQL data export to EXCEL, frequent if the system is derived, it is recommended to do This public procedure call code /
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:861
    • 提供者:罗斌
  1. windowsAPIusing

    0下载:
  2. 提供了一些常用的windows API 的调用的查询,非常有用~-Provide a number of commonly used windows API call of inquiry, very useful ~
  3. 所属分类:File Formats

  1. DirectPort

    0下载:
  2. DirectPort.zip,直接调用设置IO端口-DirectPort.zip, a direct call to set up IO ports
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:杨钊
  1. C-FORTRAN

    0下载:
  2. C_与Fortran混合语言编程中动态链接库的调用-c & fortran DLL call
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:182872
    • 提供者:emes
  1. MapInfoVB

    0下载:
  2. 在VB中调用mapinfo,实现mapinfo和VB的集成开发。-In the VB call mapinfo, to achieve mapinfo and the VB Integrated Development.
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:462330
    • 提供者:limeiyum
  1. NET_Memcached

    0下载:
  2. Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据-Memcached in memory by opening an area to maintain a large hash table to speed up
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:8657
    • 提供者:yf
  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. gst-openmax

    0下载:
  2. gst-openmax为gstreamer和bellagio的桥梁,前者通过使用gst-openmax来调用后者的组件。-gst-openmax to gstreamer and bellagio bridge, the former by using the gst-openmax to call the latter component.
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:97808
    • 提供者:chenxiaoxiao
  1. pos

    0下载:
  2. pos机程序代码说明 当收银员刷商品的条形码时,光电扫描仪会接受条形码信息将其存入Barcode中, 然后有程序调用存储有商品条形码,商品名称,价格的数据库,将数据库 中的条形码和Barcode对比,当二者相同时输出商品信息。程序通过收银员 按下收银系统界面的“确认”键来确定购买的商品条形码全部输入电脑, 不再接收扫描仪输入,执行程序向终端(屏幕)输出顾客应付款金额等信息,同时 由打印机打印购物小票。-pos machine code instructions when
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:8017
    • 提供者:chenxiongbing
  1. Solver

    1下载:
  2. 使用VBA调用规划求解的例子(Excel2010)-call Excel Solver by Vba
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:12317
    • 提供者:wfccpa
  1. runexe

    0下载:
  2. 运指定的exe程序,直接调用C#的标准接口。-Transport specified exe programs to directly call the C# standard interface.
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:43510
    • 提供者:黄红伟
  1. WPFLiHuaSheng

    0下载:
  2. C#,关于WPF的热键,快捷键,文本输入焦点的热键绑定.以及自定义命令及调用系统常见的命令,比如黏贴功能-C#, WPF hotkey shortcuts, text input focus keybind and self-defined command and call the system command, such as adhesive function, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:68798
    • 提供者:李酱
  1. jni

    0下载:
  2. 该文档详细介绍了java jni的调用过程,希望对大家有所帮助。-The document details the Java JNI the call process, we hope to help.
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:70439
    • 提供者:pangang
  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. matlabaansys

    0下载:
  2. 总结了MATLAB与ANSYS联合调用的方法,适用于进行迭代计算的情况-Summarizes the method MATLAB and ANSYS joint call for conduct of iterative calculations
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1630376
    • 提供者:liuwenxin
  1. LPM_ROM

    0下载:
  2. lpm_rom模块的调用以及基本配置方法-Lpm_rom call module, and the use of methods, step by step into the holding
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:420167
    • 提供者:ren
« 12 »
搜珍网 www.dssz.com