CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scope

搜索资源列表

  1. VCDdecoder

    0下载:
  2. 基于GTK-wave做的verilog test bench语法解析器 解析vcd file. 俺自己写的-VCD (Value Change Dump) file is widely used in industry. A VCD file is an ASCII file, which contains header information, variable definitions and the value changes for specified variables, or
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:8051632
    • 提供者:Hao Wang
  1. trie-tree

    0下载:
  2. Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1269
    • 提供者:咋都有
  1. node

    0下载:
  2. 判断链表里面是否存在节点,插入位置是否超出链表当前最大位置的范围,获取当前位置的前一个节点,将要节点插入要插入的位置,删除节点-List to determine whether there is inside the node, to determine whether the insertion position of the maximum position beyond the scope of the current list, the current location of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1341
    • 提供者:王元
  1. the-use-of-variable-

    0下载:
  2. 变量代表了一段可操作的内存,也可以认为变量是内存的符号化表示。当程序中需要使用内存时,可以定义某种类型的变量。此时编译器根据变量的数据类型分配一 定大小的内存空间。程序就可以通过变量名来访问对应的内存了。 如果说变量的数据类型决定了对应内存的大小,那么存储类型则影响着对应内存的使用方式。所谓使用方式,具体说就是在什么时间、程序的什么地方可以 使用变量,即变量的生命周期和作用域。 先了解一些基本常识。一、在程序运行时内存中有三个区域可以保存变量:静态存储区、栈(stack)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:12652
    • 提供者:邵海飞
  1. suijihanshuMFC

    0下载:
  2. MFC随机函数总结,包括随机生成整数,随机生成浮点数,随机数的范围可以自由控制-MFC summary random functions, including randomly generated integer, randomly generated floating-point number, the scope of the random number can free control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:22550
    • 提供者:啊啊
  1. you-xiang-kou-li-gong-ji

    0下载:
  2. 邮箱口令攻击系统的程序源码,用VC++编写,属于黑客攻击口令的范畴-E-mail Password attack system source code, written with VC++, belongs to the scope of hacking password
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-26
    • 文件大小:9467490
    • 提供者:高秋秋
  1. CtrlDialogSize

    0下载:
  2. txt文档,该文档中讲述了如何实现限制窗口的缩放范围-txt document, the document describes how to limit the scope of the window scaling
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:670
    • 提供者:l
  1. Interrupt-mode-keyboard-applications

    0下载:
  2. 1.设计三个按钮,分别为K0,K1,K2 2.K0:暂停/启动数字循环显示 3.K1:显示的初始值递增1.变化范围,从自己的学号后两位开始,+10为止。 4.K2:显示的初始值递增1.变化范围,从自己的学号后两位开始,-10为止,如果不足10,则到0为止。 5.K1与K2的功能必须是在K0暂停状态时才能起作用。 6.在LCD上显示初始值。当前值及按下的键值。 7.当改变初始值时,必须在LCD上同时显示出来 -1. The design three buttons, r
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:49236
    • 提供者:
  1. Interrupt-way

    0下载:
  2. 1.设计了三个按钮,分别为K0,K1,K2 2.K0:暂停/启动数字循环显示 3.K1:显示的初始值递增1.变化范围,从自己的学号后两位开始,+10为止。 4.K2:显示的初始值递增1.变化范围,从自己的学号后两位开始,-10为止,如果不足10,则到0为止。 5.K1与K2的功能必须是在K0暂停状态时才能起作用。 6.在LCD上显示初始值。当前值及按下的键值。 7.当改变初始值时,在LCD上同时显示出来。 -1. Designed three button, resp
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:32786
    • 提供者:
  1. find-prime-numbers-code

    0下载:
  2. 此代码可以高效的求出所1到1200000的素数,具体的范围可以根据需要修改代码-This code can efficiently find the prime numbers 1-1200000, the specific scope may need to modify code
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1125
    • 提供者:黄明
  1. DlgDraw

    0下载:
  2. 示波器类,自己搜集的示波器的标准类,好像还可以-Oscilloscope class, gather their own scope of standard class, if you can
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1600865
    • 提供者:张来祥
  1. Payroll-Management-System

    0下载:
  2. It a Complete HRIS Solution but there are lot of scope to advance the application. Please donate your module to this
  3. 所属分类:CSharp

  1. W9_4[20111119-212502]

    0下载:
  2. 用C#方法与作用域介绍out关键字使用举例 程序代码如下-Methods and scope in C# out keyword using the example described below code
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:658537
    • 提供者:陈乾
  1. APNMemoryManage

    0下载:
  2. 当时在WinCE下工作,项目中给我们指定使用的内存大小只有10M,而在项目中经常发生内存泄漏,内存使用超出范围等各种错误,所以为了项目质量的提高,写了一个模块系统内存分配的库,用于管理项目中的内存分配。重载了 new,delete 以及实现了 malloc fr-At work in WinCE project gave us the memory size specified using only 10M, and often occur in the project memory leaks
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:15840
    • 提供者:宋江华
  1. EarnedValueForAgileProjects

    0下载:
  2. 挣值管理(EVM)是项目管理方式的技术进步的客观衡量项目绩效和 EVM的有能力结合在一个单一的集成系统,范围,进度和成本的测量。挣值管理是它能够提供准确的预测项目绩效显着的问题。EVM的研究表明,早期的规划和控制的地区有显着影响其使用,并同样地,使用该方法提高了两个范围的定义,以及对整个项目的执行分析。-Earned value management ( EVM ) is a project management technique for measuring project performan
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:265742
    • 提供者:Mr_Ning
  1. 854394095

    0下载:
  2. 这个是一个利用1602显示的计算器,带有消失点、正负号、可运算范围是 -3.4×10^38 ~ 3.4×10^38、 可清除多余位、可连续运算等功能。-This is a use of 1602 show calculators, with a vanishing point, positive and negative number, but operation scope is 3.4 x 10 ^ 38 ~ 3.4 x 10 ^ 38, can remove excess, and a c
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:88252
    • 提供者:黄玉华
  1. Otsu

    0下载:
  2. 最大类间方差法,以其分割效果较好、适用范围较广、简单有效而引起人们普遍关注,且应用最为广泛。该方法基于类别可分离性,根据图像的一维灰度直方图,选取一个阈值使得类间方差最大。-Otsu method, with its split better, broader scope of application is simple and effective and caused widespread concern, and the most widely used. The method is bas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:863
    • 提供者:李开龙
  1. zw_0911020104

    0下载:
  2. 在表格里提供了某快递公司联邦快递的资费标准和服务项范围。本题要求我们通过输入包裹的重量和邮寄地点,我们可以查出输出它的邮费,并且对不在服务范围内的邮件进行提示。其中不接收21KG以下和不在表格所在地的物品。 Fedex联邦快递价格 國家 / 地區 21-44KG 45-70KG 71-99KG 100-300KG 301KG以上 日本 Japan 44.6 38.2 35.3 33.7 29.5 马来西亚 Malaysia 37.4 31.2 27.9 26.3
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:6031
    • 提供者:吴郡
  1. the-dynamic-planning

    0下载:
  2. 本文讨论了动态规划这一思想的核心内容和其基本特点,探讨了动态规划思想的适用范围,动态规划子问题空间和递推关系式确立的一般思路。-This paper discusses the dynamic planning this thought core content and its basic characteristics, this paper discusses the dynamic planning idea, the applicable scope of the dynamic pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:60091
    • 提供者:
  1. 20116231249943

    0下载:
  2. 进销存财四位一体,特别为中小企业设计,它的功能范围包括进货管理、销货管理、退换货管理、应收应付款的管理、库存管理,并配备有功能完整、全面的经营报告系统(收支明细表、进货明细表、销货明细表、库存一览表、货品进销一览表、货品销售排行榜等)。-Invoicing fiscal four in one, designed specifically for small and medium enterprises, the scope of its functions, including purchas
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-09
    • 文件大小:2011968
    • 提供者:hyhp123
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com