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. dfgdfgd

    0下载:
  2. 还有就是这个函数对于有标题框的窗体支持不好,就是它裁切的只是客户区域,好在我们要制作透明窗体的场合一般用不到标题框下面就说名例程的制作过程。(我旨在说明这种透明窗体的思路及函数的用法,所以代码非常简单,并且没有必要的错误验证机制,希望大家谅解) 建立一张用于在窗体上绘制的背景图片,把要裁切的部分用一种颜色标记出来,我们叫它MaskColor,例如图片背景是绿色则MaskColor =0xFF00,也就是 RGB(0,255,0). 建立一个基于对话框的工程,修改对话框资源的属性,主要
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:6479
    • 提供者:样样
  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. 01JDBC(S)

    0下载:
  2. 一些关于javajdbbc的初步学习,共大家学习-JDBC: The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases – SQL databases and other tabular data sourc
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:354283
    • 提供者:腾龙
  1. CGLGrassfire

    0下载:
  2. OpenCV function that finds BLOBS in a binary image with the help of the Grassfire algorithm. It is not recursive, but call the function Grassfire each time a white pixel is found in the image. Input: 8bit Unsigned Char binary image. Output: Ch
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:1636
    • 提供者:Christian
  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. SuspendResumeMediaApplications

    0下载:
  2. The document explains how a BREW application should be suspended and Resumed. And How a call interrupt is made.
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:66831
    • 提供者:Subhi
  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. Call-of-Duty-5V1.4

    0下载:
  2. 使命召唤5V1.4合作模式联机教程,,,本人QQ1259289522 QQ群1119210-Call of Duty 5V1.4 cooperative mode online tutorial
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:22916
    • 提供者:御庭摘希
  1. pppd-call-gprs

    0下载:
  2. 在EVM板子上跑操作系统,再连接3G模块来实现拨号功能,主要可以实现gprs,wcdma等。-realise the function of pppd call gprs.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:9495
    • 提供者:何赵
  1. 3G-dropped-a-blocked-call-specifications

    0下载:
  2. drop call event analysis
  3. 所属分类:File Formats

    • 发布日期:2017-05-09
    • 文件大小:1935059
    • 提供者:amar
« 12 »
搜珍网 www.dssz.com