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

搜索资源列表

  1. create_thread

    0下载:
  2. 创建线程的小演示程序,计数演示分别为使用新线程和不使用线程。自编-A small demo program to create the thread, self. .
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:168964
    • 提供者:端木含章
  1. MulThread

    0下载:
  2. 一个简单的多线程计数实例,带有挂起和唤醒的功能-A simple count of instances of multi-threaded, with suspend and wake-up function
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1899882
    • 提供者:谢婷
  1. VC.search.code.array.list

    0下载:
  2. VC编程设计数组列表搜索代码VC Programming search code array list -VC Programming search code array list
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:18010
    • 提供者:teem
  1. autodialupbcb

    0下载:
  2. 次偶然的机会,一个朋友要一个自动拨号断开的程序,联接指定的网页,以刷新指定网页的访问计数。使用的拨号控件是开源的DialUp.pas,只要建了一个包,加入这个文件后,就可以编译建立TDialUp控件。于是写了这个程序,内置FHRasConn数据成员,用于存放当前活动链接的句柄,主要是通过个句柄取得当前连接的IP地址。用自己家的ADSL来测试,最后,测试OK了。这个程序没有新意的地方,就拿来共享给大家了,希望能对大家有所帮助。这里包括所有的源代码。-Second chance, a friend
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:190213
    • 提供者:guanping
  1. VC.plug.in.module.development.array.list

    0下载:
  2. VC设计数组列表插入模块开发VC plug-in module design development array list -VC plug-in module design development array list
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:18382
    • 提供者:bx
  1. VC.add.programming.array.list

    0下载:
  2. VC设计数组列表添加编程代码VC designed to add programming code array list -VC designed to add programming code array list
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:17909
    • 提供者:bx
  1. 24

    0下载:
  2. 实现24小时的计数和同步置数 可用于计时-xianxian24xiaoshijishuhe tongbuzhishu
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1097
    • 提供者:vampire
  1. C2

    0下载:
  2. 编写程序通过设置ios::scientific和ios::fixed标志以定点和科学计数法显示浮点类型数据-Programming by setting the ios:: scientific and ios:: fixed flag to display scientific notation fixed-point and floating-point type data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1086
    • 提供者:David
  1. shiziluoji

    0下载:
  2. 三位二进制加1与加2计数器 :三位二进制模5计数器。当外部输入X = 1时,计数器加2计数;外部输入X = 0时,计数器加1计数。“模5”为逢“5”进1计数。 原始条件:使用D触发器( 74 LS 74 )、“与”门 ( 74 LS 08 )、“或”门( 74 LS 32 )、非门 ( 74 LS 04 ),设计三位二进制模5计数器。 -The three binary counter plus 1 and plus 2 : three binary mod 5 counter. X =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:202111
    • 提供者:王军
  1. InDose2

    0下载:
  2. 剂量测算软件,可以计数放射性元素的剂量情况-a dose rate calculation software
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:298056
    • 提供者:zhaoli
  1. 232

    0下载:
  2. 这段程序是三级上机试题的节选,主要引用循环计数来实现-That is used for sum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4558
    • 提供者:廖辉
  1. jinzhizhuanhuan

    0下载:
  2. 进制转换是人们利用符号来计数的方法,包含很多种数字转换。进制转换由一组数码符号和两个基本因素(“基”与“权”)构成。 -Disables conversion
  3. 所属分类:.net

    • 发布日期:2017-04-12
    • 文件大小:1123
    • 提供者:楚狂人
  1. timer_wtb

    0下载:
  2. VC++,SetTimeEvent实现精确计数定时功能,可以用来监听串口和其他外设的通讯情况-VC++, SetTimeEvent timing accurate count can be used to monitor serial communication peripherals, conditions and other
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:35295
    • 提供者:pingchao
  1. CreateThread

    0下载:
  2. 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:14259
    • 提供者:idcomcn
  1. ref

    0下载:
  2. 引用计数器模板类,为其他对象增加引用计数功能,可用于多线程环境(目前用于windows,稍加修改即可用于linux),自动管理计数器,不用显示调用,在没有任何引用时自动删除对象。-Reference counter template class, increase the reference count for the function of other objects
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:610
    • 提供者:stan
  1. asd

    0下载:
  2. 有一个黑箱子,里面会按升序存储整数,你可以对黑箱子下达下面的指令: a. ADD n 将n加入黑箱子 b. Get 获得一个数,这个数在黑箱子里的序号(从0开始计数)是Get的出现次数。 黑箱子中最初存了一个数0,现给你一个操作序列,要你输出Get命令时获的那个数。 -There is a black box, which will store the integers in ascending order, you can order black box issued the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2458
    • 提供者:qxz
  1. GB-T-9588-1988

    0下载:
  2. GBT,9588,1988盖革弥勒计数管测试方法-GBT95881988GeigerMuller counter test methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:625383
    • 提供者:zhaozt
  1. 123

    0下载:
  2. 脉冲计数 SpacecraftThe Space Shuttle APUs provide hydraulic pressure. The Space Shuttle has three redundant APUs, powered by hydrazine fuel. They function during powered ascent, re-entry, and landing. During ascent, the APUs provide hydraulic power
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:41132
    • 提供者:密码
  1. ELECTRONICSYAS_ACA

    0下载:
  2. ACS-A系列新壳电子计重/计数/百分比秤的通信协议-The ACS- A series of new shell electronic account heavy/count/percentage scales communication protocol
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:117966
    • 提供者:飞飞
  1. jiajiajia

    0下载:
  2. VB加法器,可以进行加法运算,支持科学计数法以及小数等等。而已成为偷懒的好工具!-VB adder, addition operations can support scientific notation and decimal and so on. Only be a good tool for lazy!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:7729
    • 提供者:longway
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com