您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3mb
    • 提供者:zhangxucool
  1. 嵌入式系统词汇表 必备 学习更简单明了

  2. ASIC(专用集成电路) Application-Specific Integrated Circuit. A piece of custom-designed hardware in a chip. 专用集成电路。一个在一个芯片上定制设计的硬件。 address bus (地址总线) A set of electrical lines connected to the processor and all of the peripherals withwhich itcommunicates.
  3. 所属分类:硬件开发

    • 发布日期:2009-10-15
    • 文件大小:161kb
    • 提供者:junliuyao
  1. 一个关于双向链表的基本操作程序

  2. 本程序是一个关于双向链表的操作,包括插入节点,删除节点,遍历等
  3. 所属分类:C/C++

    • 发布日期:2009-10-20
    • 文件大小:922byte
    • 提供者:guominb08100205
  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4mb
    • 提供者:rjlovexrr
  1. C++ Hackers Guide

  2. Table of Contents Real World Hacks................................................................................................9 Hack 1: Make Code Disappear..........................................................................10 Hack 2: Let S
  3. 所属分类:C++

    • 发布日期:2010-03-15
    • 文件大小:2mb
    • 提供者:zltension1
  1. Tracking Human Position and Lower Body Parts Using Kalman and Particle Filters Constrained by Human Biomechanics

  2. Abstract—In this paper, a novel framework for visual tracking of human body parts is introduced. The approach presented demonstrates the feasibility of recovering human poses with data from a single uncalibrated camera by using a limb-tracking syste
  3. 所属分类:其它

    • 发布日期:2010-05-10
    • 文件大小:1mb
    • 提供者:star142
  1. Java语言规范 Java Language Specification

  2. Java语言规范: This specification is organized as follows: Chapter 2 describes grammars and the notation used to present the lexical and syntactic grammars for the language. Chapter 3 describes the lexical structure of the Java programming language, whic
  3. 所属分类:Java

  1. 单项链表和双向环链表

  2. this file is the test of the single linked-list and double linked-list take care that each node in the list have a key id, the node with same key id can only be added once,before one node is added,the routine will check if there have the node that h
  3. 所属分类:C

    • 发布日期:2011-03-27
    • 文件大小:12kb
    • 提供者:besidemyself
  1. 双向链表详细分析(很有用)

  2. 详细分析双向链表 1、双向链表(Double Linked List) 2、双向链表的结点结构和形式描述
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:134kb
    • 提供者:nihaomabmt
  1. 数据结构常用算法c++实现

  2. 数据结构常用算法c++实现,程序目录如下: Array shuffle Prime test(trial division) Prime test(Miller-Rabin's method) 2D Array Arbitary Integer Linear congruential generator Maximum subarray problem Bit-Set Queue Stack Binary Heap Fibonacci Heap Priority Queue (list bas
  3. 所属分类:C/C++

    • 发布日期:2014-08-22
    • 文件大小:1mb
    • 提供者:hs2024966214
  1. list.c双向循环链表

  2. double linked list双向循环链表,数据区指针,表头有数据大小
  3. 所属分类:C/C++

    • 发布日期:2014-09-05
    • 文件大小:2kb
    • 提供者:u010897479
  1. Python Data Structures and Algorithms [2017]

  2. Python Data Structures and Algorithms by Benjamin Baka English | 30 May 2017 | ASIN: B01IF7NLM8 | 310 Pages | AZW3 | 6.63 MB Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundament
  3. 所属分类:Python

    • 发布日期:2017-06-11
    • 文件大小:6mb
    • 提供者:u013003382
  1. PHP 7 Data Structures and Algorithms

  2. PHP 7 Data Structures and Algorithms by Mizanur Rahman English | 6 Jun. 2017 | ASIN: B01IF7NLDW | 340 Pages | AZW3 | 2.55 MB Key Features Gain a complete understanding of data structures using a simple approach Analyze algorithms and learn when you
  3. 所属分类:PHP

    • 发布日期:2017-06-14
    • 文件大小:2mb
    • 提供者:u013003382
  1. Unreliable Guide To Hacking The Linux Kernel

  2. Table of Contents 1. Introduction................................................................................................................5 2. The Players .......................................................................................
  3. 所属分类:Linux

    • 发布日期:2018-10-10
    • 文件大小:52kb
    • 提供者:bitzhd
  1. PHP 7 - Data Structures and Algorithms

  2. Increase your productivity by implementing data structures About This Book ? Gain a complete understanding of data structures using a simple approach ? Analyze algorithms and learn when you should apply each solution ? Explore the true potential of f
  3. 所属分类:PHP

    • 发布日期:2018-12-27
    • 文件大小:5mb
    • 提供者:situxuming
  1. 单链表双向链表ADT_C语言项目

  2. Singly Linked List: 1. DestroyList 2. InsertList 3. DeleteList 4. TraverseList 5. SearchList 6. ReverseList 7. IsLoopList 8. ReverseEvenList 9. FindMidNode Double Linked List: 1. DestroyList_DuL 2. InsertBeforeList_DuL 3. InsertAfterList
  3. 所属分类:C

    • 发布日期:2020-04-04
    • 文件大小:224kb
    • 提供者:weixin_46265255
  1. 15085 王小凤主讲 严蔚敏《数据结构》考研冲刺串讲与模拟四套卷.pdf

  2. 考研数据结构很好的复习材料,考点清晰适合学习数据结构的同学们。考试点(www.kaoshidian.com)名师精品课程电话:400-6885-365 输入 输出 (2)算法设计的要求 ·正确性 ·可读性 健壮性 通用性 ·效率与存储量需求 (3)“正确”分4个层次 ·程序不含语法错误 ·程序对于几组输入数据能够得出满足规格说明要求的结果; ·程序对于精心选择的典型、苛刻而带有刁难性的几组输亼欻据能够得岀满是规格说明要求的 结果 程序对于一切合法的输入数据都能产生满足规格说明要求的结果。 通常以
  3. 所属分类:讲义

  1. Matlab中如何实现双向链表(Double Linked List)

  2. 目录   概述 类属性 类方法 创建链表的过程中为什么需要用到句柄类? dlnode类概述 实例 概述 Matlab中双向链表是基于matlab支持面向对象编程(OOP)的特性来实现的。基于这样的共识,来看一下具体是如何实现建立双向链表过程的。   Matlab建立了一个dlnode类专门用于创建双向链表,其中的每一个节点都包含了如下: Data array Handle to the next node Handle to the previous node 要想使用该类,必须要
  3. 所属分类:其它

    • 发布日期:2020-12-14
    • 文件大小:135kb
    • 提供者:weixin_38702047
  1. 在C++中通过模板去除强制转换

  2. C++与C语言相比是一个强类型语言,即对数据类型的匹配程度较C更为严格,这有助于避免程序员在编程过程中由于粗心所犯之错。由于历史原因,C++中仍保留了reinterpret_ cast、static_cast等用于强制类型转换的关键字,但从语言向强类型发展的趋势来看,我们在编程工作中应尽量少使用强制类型转换,模板有助于我们实现这一目的。减少使用强制类型转换的另一个好处,是程序的可维护性更强。   下面让我们通过例子来了解如何通过模板减少程序中的强制转换。图1以简化的形式示例了双向链表(Dou
  3. 所属分类:其它

    • 发布日期:2020-12-22
    • 文件大小:46kb
    • 提供者:weixin_38623009
  1. 如何在C++中通过模板去除强制转换

  2. C++与C语言相比是一个强类型语言,即对数据类型的匹配程度较C更为严格,这有助于避免程序员在编程过程中由于粗心所犯之错。由于历史原因,C++中仍保留了reinterpret_ cast、static_cast等用于强制类型转换的关键字,但从语言向强类型发展的趋势来看,我们在编程工作中应尽量少使用强制类型转换,模板有助于我们实现这一目的。减少使用强制类型转换的另一个好处,是程序的可维护性更强。 下面让我们通过例子来了解如何通过模板减少程序中的强制转换。图1以简化的形式示例了双向链表(Double-
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:49kb
    • 提供者:weixin_38604916
« 12 3 »