CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - CALL

搜索资源列表

  1. p1-1

    0下载:
  2. 根据半径计算圆的周长和面积.程序中调用函数,输入R值利用局部变量调用生成周长面积的值。-Calculated in accordance with the radius and area of the circumference of a circle. Procedural function call, enter the R value of the use of local variables called perimeter area to generate value.
  3. 所属分类:source in ebook

    • 发布日期:2016-01-26
    • 文件大小:594
    • 提供者:金鑫
  1. monibao

    0下载:
  2. 很实用的I2C的模拟包时序,可以直接调用-I2C practical timing simulation package, you can directly call
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:27762
    • 提供者:视屏技术
  1. I2C_example

    0下载:
  2. I2C读写时序C例程,已测试过,可以直接调用-I2C read and write sequential C routines have been tested, you can directly call
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1330
    • 提供者:hong
  1. 200717105422

    0下载:
  2. LabVIEW学习资料,如何制作动态链接库,以及如何调用-LabVIEW learning materials, how to create dynamic-link library, and how to call the
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:81142
    • 提供者:kitty
  1. circle

    0下载:
  2. 在AutoCAD里面画圆,可以在AutoCAD里面调用动态链接-Inside draw a circle in AutoCAD, you can call to dynamic-link inside AutoCAD
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:981264
    • 提供者:贺瑞宾
  1. hotel

    0下载:
  2. 旅馆管理系统,基本的C++语言实现的,可以直接调用-Hotel management system, the basic C++ language implementation, and can directly call the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:693374
    • 提供者:hdhh
  1. vbexcle

    1下载:
  2. vb调用excel然后打印用vb6.0编写-vb call excel then print prepared using vb6.0
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:637
    • 提供者:李亮
  1. BlackJack

    0下载:
  2. 完成一个Blackjack的纸牌游戏,主要是考察队类的继承等特性,但其中有个地方逻辑上存在问题,在此版本中是先调用发牌函数,然后在发牌函数只能够去查看是否满足发牌条件,但我认为,应该是先检查发票条件,再执行发牌函数,但后者实现步骤会比前者多-Complete a Blackjack card game, mainly expedition features such as class inheritance, but there was a place of logic problems, in
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:379239
    • 提供者:flying
  1. UseProcedure

    0下载:
  2. 在ADO中调用、执行SQL Server中的存储过程-The ADO call, the implementation of SQL Server stored procedure
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:75988
    • 提供者:柳州
  1. main1

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

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:billy
  1. kmean

    0下载:
  2. 用c语言写的k均值聚类,代码简单,易懂,可以拿来直接调用-Language written by c k means clustering, the code is simple, easy to understand, could be used to directly call
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5610
    • 提供者:lan
  1. cklib_user_routines

    0下载:
  2. Template for user-modify of default reaction rates-of-progress. CAUTIONS!!! (1) CKUPROG should only modify RPROG and possibly the error flag (IFLAG) use local variables and arrays for any other work some local arrays have been provided a
  3. 所属分类:source in ebook

    • 发布日期:2016-01-14
    • 文件大小:2048
    • 提供者:yangyu
  1. API

    0下载:
  2. 利用API函数获得驱动器类型和序列号,delphi调用API-API function to get the drive type and serial number, delphi call the API
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:228080
    • 提供者:zgzsdhy
  1. AVI

    0下载:
  2. 读AVI的方法,调用avi.lib,写AVI的方法,调用avi.lib-Read AVI, call avi.lib, write to AVI, call avi.lib
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:698
    • 提供者:789uuu
  1. MakeFile.ppt

    0下载:
  2. 十年的发展,Linux系统已经赶上了微软,于是很多人开始学习Linux时,学习Linux,你可能会遇到Linux动态库的显式调用,这里将介绍Linux动态库的显式调用的解决方法,在这里拿出来和大家介绍下。 -A decade of development, Linux system has caught up with Microsoft, so a lot of people start learning Linux, learning Linux, you may encounter the
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:16199
    • 提供者:zhaoxinyue
  1. function

    0下载:
  2. 教新手们练习如何调用函数,进一步熟悉最大公约数和最小公倍数之间的转换关系-To teach novices practice how to call the function, to further familiarize themselves with the conversion relationship between the greatest common divisor and least common multiple
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:535
    • 提供者:mary
  1. Daila

    0下载:
  2. 基于C#开发的企业电话客服系统, 用户在拨打企业电话客服后,系统会进行自动语音引导,客户通过按键选择,从而可以听到预先设置好的语音咨讯,如企业简介、信息、最新产品等……。所有咨讯信息通过按键即可获得。-Enterprise telephone customer service system based on C# developers,  users call the business telephone customer, the system will aut
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:628048
    • 提供者:易晓
  1. TerminateProc

    0下载:
  2. 在VC6.0工程中建立一个对话框应用程序,创建一个进程,通过进程调用计算器应用程序。-VC6.0 project to establish a dialog application, create a process to call calculator application process
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:2278947
    • 提供者:王雪琴
  1. askdigital

    0下载:
  2. 这是简易的ASK信号调制,把文件放入matlab的文件库中,通过在matlab的命令窗口直接调用功能函数并运行,可以直接看到仿真结果。-This is a simple the ASK signal modulation, the file into Matlab file library, call function directly in the Matlab command window and run the simulation results can be seen directly
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:584
    • 提供者:何荣聪
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1651
    • 提供者:张国
« 1 23 4 »
搜珍网 www.dssz.com