CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 数据结构 c

搜索资源列表

  1. cf_fp_mul_c_8_23

    0下载:
  2. c语言浮点乘发器,特定数据结构,指数底为10-floating point multiplication hair, a specific data structure, the index for the end of 10
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:24902
    • 提供者:丁谨
  1. BST

    0下载:
  2. 这是用C实现的二叉树的算法程序,很经典,二叉树是一种经典的数据结构
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:min
  1. 数据结构c描述习题集答案

    0下载:
  2. 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counter a reduction, design requirem
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:112206
    • 提供者:tutu
  1. CLanguageDetailedexamples

    0下载:
  2. 本书对C++、面向对象、数据结构都做了全面详细的讲解,是一本非常好的基础教程。适合初学者使用。-The book of C++, Object-oriented, data structure have done a full and detailed explanations, it is a very good basis for tutorials. Suitable for beginners to use.
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4792162
    • 提供者:sunny
  1. yuesefu

    0下载:
  2. 数据结构的课程设计题目以及源代码 约瑟夫环问题 c-Data structure of the curriculum design topics, as well as the question of the source code c Joseph Central
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:86504
    • 提供者:晴天
  1. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:82895
    • 提供者:晴天
  1. eightQueensdynamic

    0下载:
  2. 数据结构课程设计(C++)_八皇后动态演示原代码_文档提供 -Curriculum design data structure (C++) _ eight Queen' s dynamic presentation to provide the original source document _
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1451
    • 提供者:张丽娜
  1. C_Program_Daquan

    0下载:
  2. 用c实现数据结构、Winsock2编程、鼠标编程、asm嵌入式编程、汉诺塔问题、效验算法、N皇后问题回溯算法、骑士遍历、文件加密、万年历的算法,很好很强大-Data structure using c implementation, Winsock2 programming, mouse programming, asm embedded programming, Tower of Hanoi problem, well-tested algorithm, N Queen' s probl
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:315037
    • 提供者:chyjp
  1. 1020

    0下载:
  2. 课程 1020 BTL: 16位自举程序的概念和实践 课程简介 本课程介绍目前的16位自举程序方案并全面概述高级模块化的自举程序概念。将具体介绍目前的16位自举程序的详细 情况,包括C数据结构、C和汇编函数以及一些协议细节。本课程还将演示一个运行于16位单片机上的小型串行自举程 序。还会讨论高级模块化的自举程序概念,包括通信层模块的设计、实用的自举程序诊断、加密、各种进入/退出方式 和常见的应用程序调用的原因等。-Course 1020 BTL: 16
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:480586
    • 提供者:lajie
  1. Cchapter5

    0下载:
  2. C语言进阶-第五讲 数据结构与链表 C语言进阶 (东大 凌明)-C-Advanced- 5th speak with the linked list data structure
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:43452
    • 提供者:ccc
  1. farmer

    0下载:
  2. 数据结构实验:这个是C语言求解农夫过河问题-Experimental data structure: This is the C language to solve the problem the farmer across the river
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-26
    • 文件大小:933
    • 提供者:zx
  1. 413069

    0下载:
  2. 嵌入式实时操作系统 μC/OS-II讲座 一.凡从事嵌入式系统开发工作的人,必须 对嵌入式操作系统有足够的了解。 二.对于初学者,从μC/OS-II开始是个明智的选择。 1. μC/OS-II麻雀虽小,却五脏基本全(它是个微内核)。 2.可以学习实时系统的一些编程技巧。 3.可以把在学校中学到的操作系统抽象概念具体化。 4.具有很强的实用性。 5.学习数据结构应用的好例子。 -Embedded real time operating sys
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-16
    • 文件大小:4444506
    • 提供者:hao
  1. 51kaifa

    0下载:
  2. 51单片机开发宝典,C语言和汇编语言交叉开展.包括原理图和相应的程序,值得一看! 目录 第1部分 51系列单片机基础 第1章 51系列单片机概述 第2章 51系列单片机基本结构 第3章 51系列单片机的指令系统 第4章 51系列单片机的定时/计数器 第5章 51系列单片机中断系统 第6章 51系列单片机的串行接口 第2部分 51系列单片机程序设计 第7章 汇编语言程序设计 第8章 单片机C语言程序设计基础 第9章 C51的数据结构与函数 第10
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-20
    • 文件大小:6094807
    • 提供者:huangyunfa
  1. ZLG_FS

    0下载:
  2. 周立功文件系统zlg_fs,能用的。我已经在基于LPC2290的MINIARM开发板上移值成功。源码用到的数据结构和指针很多,方便C语言的学习-ZLG file system zlg_fs, usable. I have the MINIARM based LPC2290 development board transplant success. Source used in a lot of data structures and pointers to facilitate the C la
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:81839
    • 提供者:hegang
  1. DataSample

    0下载:
  2. 基于8051单片机+FPGA的高速数据采集系统单片机部分,C源码,对于这种结构的数据采集系统有一定的参考意义-8051 MCU+ FPGA based high-speed data acquisition system in SCM, C source code, for this structure to the data acquisition system has some reference value
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:3798
    • 提供者:bjtu
  1. shujujiegou(C)

    0下载:
  2. 这是一份C语言的数据结构。PDF格式的。完整的介绍了关于C语言的数据结构-This is a C language data structures. PDF format. Complete descr iption of the data structure on C language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-24
    • 文件大小:7852761
    • 提供者:沧海
  1. C_linked_list_data

    0下载:
  2. C语言实现数据结构的链表,介绍链表的数据结构及基本的算法-C language linked list data structures, linked list data structure and introduces the basic algorithm
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:4614
    • 提供者:Bob
  1. c

    0下载:
  2. C语言指针、数据结构,培训学习笔记(包含数组指针)。-C language pointer, data structures, training Study Notes (including an array of pointers).
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:544487
    • 提供者:jason
  1. programs

    0下载:
  2. 数据结构(c语言)全部源代码-Data structure of the source code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:47536
    • 提供者:zlc
  1. system

    0下载:
  2. linux下简单学生操作系统的实现,双向循环链表的使用,数据结构中对于结构体的练习。(Linux simple calendar implementation, the use of curses library color change function, you can make the color more brilliant.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-20
    • 文件大小:8192
    • 提供者:尺素
« 12 3 »
搜珍网 www.dssz.com