CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - CALL

搜索资源列表

  1. CSimpleProject

    0下载:
  2. 该方法的功能取出正整数n从右边数的第k位数。用Main()方法调用digit(),输出诸如下面形式的信息:digit(1234,2)=3-The function of the method of removing the positive integer n from the right the number of the k-th digit. Main () method call digit (), the output of such information in the form b
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:17258
    • 提供者:何丽琼
  1. test

    0下载:
  2. 初始化Opengvs,包括系统自身的调用和回调用户的函数。-Initialization Opengvs, including call and callback function of the user of the system itself.
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:4829918
    • 提供者:zrz
  1. example8_10

    0下载:
  2. 在本程序中实现了线程的定义及简单的调用和运行,有助于初学线程者理解。-In this procedure the thread and Definition of a simple call and run helps beginner thread understand.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:701
    • 提供者:houbo
  1. ApiSampleModi

    0下载:
  2. st官方开源命令行写入工具本人修改版,缩短了命令行参数长度以适应在其他程序中调用,避免调用时出现命令行超过255字节错误。-st official open source command line writes the modified version of the tools I shorten the length of the command line parameters to adapt to call other programs to avoid the command line,
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:2827172
    • 提供者:sunny
  1. SDL_devel

    0下载:
  2. 程序库的使用,可以在C++的程序环境中直接调用该程序库,该程序是激光测距仪使用的程序库,方便快速使用激光雷达-The use of the library, call the library directly in the program environment C++ The program is a laser rangefinder library, easily and quickly using laser radar
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:1170681
    • 提供者:baizhijun
  1. Sqam-CPP-Matlab

    0下载:
  2. 在c++中调用matlab编译产生的动态连接库实例-c++ call Matlab‘functions
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:2825216
    • 提供者:王光君
  1. pjxt

    1下载:
  2. c++调用matlab模糊控制系统文件,就是.fis文件,实现整个化工生产系统的评价,可以直接把matlab中的fis文件保存为txt,也可以直接读取。-c++ call matlab fuzzy control system file is. fis file, realize the entire chemical production system can be evaluated directly in matlab fis file saved as txt, can also be
  3. 所属分类:Console

    • 发布日期:2017-05-26
    • 文件大小:9179741
    • 提供者:Tomas
  1. Stack

    0下载:
  2. 栈顺序定义,递归求解迷宫问题,栈和递归的建立和调用算法-Stack sequence defined recursively solving maze problem, stacks and recursive algorithm for the establishment and call
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1371
    • 提供者:张宏超
  1. B06040324_B2

    1下载:
  2. 模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:283751
    • 提供者:Chengwei Xiao
  1. Post-Office

    0下载:
  2. 算法设计与分析中邮局选址问题。 select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个 元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中 位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。 以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:169402
    • 提供者:
  1. class example

    0下载:
  2. call ecam ple in C++
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-11-29
    • 文件大小:1833844
    • 提供者:hoang_px
  1. random-call-name

    1下载:
  2. 随机点名系统,C++实现;教师在每次上课时,需要对学生随机点名提问,对此,请编写一个实用的软件来帮助老师点名-this is so funny
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2172
    • 提供者:liang
  1. 5_8

    0下载:
  2. [8] 一个名为CPersonInfo的类有以下保护属性:姓名、身份证号、性别和年龄,请用C++语言定义这个类,并为上述属性定义相应的方法。然后从CPersonInfo类中派生出类CEmployeeInfo (雇员),派生类CEmployeeInfo增加了两个新的数据成员,分别用于表示部门和工资。要求派生类CEmployeeInfo的构造函数显式调用基类CPersonInfo的构造函数,可根据需要为派生类增加新的成员函数。-a class called CPersonInfo protectio
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:250338
    • 提供者:陈蜕
  1. 2

    0下载:
  2. 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:吴我
  1. QuickSort

    0下载:
  2. 在VS 2008中,用C语言写的快速排序算法。不用多余的数组,直接对原数组进行排序。在递归调用中,对于【数组组就是数组首地址】的理解会更加通透。-In VS 2008, using C language to write quick sort algorithm. No extra array directly to the original array to be sorted. In the recursive call, the group is the first address of
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:988933
    • 提供者:贾立伟
  1. call

    0下载:
  2. C source code (include other header files)
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1072
    • 提供者:AliceBob
  1. testIp

    0下载:
  2. 一个简单的,利用库函数调用来查看本机IP地址的测试小程序,可以查看IPV4,IPV6以及dns地址-A simple, using the library function call to see the local IP address of the test applet, you can view IPV4, IPV6 and dns address
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:28004
    • 提供者:hatikoo
  1. keyword-P-implicit-VCPP

    0下载:
  2. vc6.0,关键字输出,关键字导入,隐式调用方式,VC6.0源码。-Vc6.0, keyword output, import the key word, implicit call way, vc6.0 source code.
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2185064
    • 提供者:lijuanjuan
  1. NETCONQQ

    0下载:
  2. 控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:26595
    • 提供者:namejiang
  1. mytest_libusb

    0下载:
  2. 此工程建在vs2010里面 使用前只需在main cpp里面把idVendor idProduct改为自己的USB设备ID #define MY VID 0x0666 #define MY PID 0x0001 即可直接打开 最简单的调用libusb w32的API程序了-The project built in vs2010 just in main CPP before use the idVendor idProduct instead of their own USB device ID
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:10647203
    • 提供者:李伟
« 1 23 »
搜珍网 www.dssz.com