CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - CALL

搜索资源列表

  1. RTX

    0下载:
  2. 开发了地面实验验证系统中的实时数据采集软件:利用RTX提供的高速,准确 的RTSS响应,来优化windows中断服务线程机制、1/O端口调用机制等等,使得基于 RTX环境的数据采集卡具有更强的实时性能.-Developed a ground-based experiment to verify the system real-time data acquisition software: the use of RTX to provide high-speed, accurate RTS
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:8091177
    • 提供者:li
  1. 5D6Dhome

    0下载:
  2. 5D6D论坛首页调用. 须具备以下条件,5D6D免费论坛,开启官方首页调用插件,开启游客版块,游客浏览会员列表,有独立空间。-Forum Home 5D6D call. Must have the following conditions, 5D6D free forum, open to official Home call plug-in, open the view of tourists, tourists visit the membership list of an indepe
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:56158
    • 提供者:王吉亮
  1. MPEG4EncodeDecodeINF

    0下载:
  2. MPEG4编解码INF安装版,可以在代码中调用该文件安装编解码过滤器,免去手工安装的麻烦。-MPEG4 codec installed INF version, you can call in the code of the document filter codec installed, replacing the trouble of manual installation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:252808
    • 提供者:wwz
  1. lpmex

    0下载:
  2. lpmex调用lp_solve,进行优化问题的仿真计算-lpmex call lp_solve, to carry out simulation optimization problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:20768
    • 提供者:mj
  1. soring

    0下载:
  2. 调用方法,简单的使用栈实现进制间的转换。如十进制和八进制的转换/设计一个算法,将顺序表重新排列成以第一个元素为界的两部分,前一部分元素的值都小于它,后一部分元素的值都大于或等于它。-Call the method, the use of a simple stack to achieve the conversion between hexadecimal. If the decimal and octal conversion/design an algorithm will be re-ar
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:溺所至
  1. MSComm

    0下载:
  2. labview MSComm控件,是跟vc++中的控件一样,可以在lbview中直接调用-labview MSComm control, with vc++ of control, like, you can directly call lbview
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:31339
    • 提供者:吴欣雨
  1. readCALL

    0下载:
  2. PureBasic 4.10 能过编译 自动定位游戏CALL地址-PureBasic 4.10 to have the compiler automatically positioning game CALL address
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2986
    • 提供者:何乾
  1. rename

    0下载:
  2. 使用python中的remane,调用shutil,对磁盘下的多文件进行重命名-The use of python in remane, call shutil, on the disk under multi-file rename
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:963
    • 提供者:cmc37
  1. call

    0下载:
  2. Python 的基本通信代码,包括一个server 和一个client 线程实现,大家可以拿来做参考!-Python s basic communication code, including a server and a client thread to achieve, we can be used as a reference!
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1210
    • 提供者:mking
  1. ocx_saomiao

    0下载:
  2. 系统的空间,用来调用扫描的图像,生成文件以及保存文件。-System space, used to call the scanned images, documents, and save the file to generate.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:669391
    • 提供者:xwj
  1. Search

    0下载:
  2. 利用批处理程序写的代码,调用浏览器使用相应搜索引擎进行搜索 -Use a batch process to write the code, call the browser using the appropriate search engine search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:995
    • 提供者:张鑫
  1. mfcsid_matcom

    0下载:
  2. vc++用引擎调用matlab的程序代码,大家可以看看,适合初学者。-vc++ with engine call matlab program code, we will look at suitable for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:113182
    • 提供者:chengxiaojun
  1. lua

    0下载:
  2. c调用lua语言....脚本-c call lua scr ipting language ....
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:163719
    • 提供者:啊K
  1. StaticLib

    0下载:
  2. VC 编写静态调用DLL 示例,适合初学者学习使用-VC call DLL static sample preparation, suitable for beginners learning to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:14294
    • 提供者:han
  1. shiyan15

    0下载:
  2. 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果
  3. 所属分类:Other systems

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

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981
    • 提供者:李伟
  1. callandreturn

    0下载:
  2. Call和Return使用方法的汇编例子 调用子程序通用-Call and Return of the compilation of examples of the use of GM subroutine call
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1832
    • 提供者:何青国
  1. msjexhnd

    0下载:
  2. 输出异常调用栈的信息到文件,可以查看程序崩溃的地址-Output abnormal call stack information to a file, you can view the collapse of the address of the procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:4429
    • 提供者:wubq
  1. HMM

    0下载:
  2. 简单明了的HMM-GMM-KEAMS调用接口,C环境使用。-Simple HMM-GMM-KEAMS Call Interface, C environments.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:11760
    • 提供者:安安
  1. diaoyongexechengxu

    0下载:
  2. 调用系统中其他的程序,而把它作为该程序的子程序-Call other procedures system, and as the program s subroutine
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:11744
    • 提供者:wsr
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com