搜索资源列表
ZigBeejishu
- 本文介绍了ZigBee 技术的由来,接着介绍了ZigBee 协议栈 的组成、网络拓扑、特点以及ZigBee技术的优点,最后介绍了ZigBee 技术的应用。 -This paper introduces the origin of the ZigBee technology, and then introduced the ZigBee protocol stack component, network topology and characteristics of ZigBee te
DATALECTURE
- 数据结构 授课教案 本章主要介绍以下内容: 1.数据结构研究的主要内容 2.数据结构中涉及的基本概念 3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构 2.二叉树的定义、性质、存储结构 3.二叉树的遍历、线索算法 4.树和二叉树的转换 5.哈夫曼树及其应用 -data structure templates teach this chapter introduces the follow
dierci
- 1)掌握栈与队列的数据类型描述及特点; 2)掌握栈的顺序和链式存储存表示与基本算法的实现; 3)掌握队列的链式存储表示与基本操作算法实现 4) 掌握栈与队列在实际问题中的应用和基本编程技巧
Code
- Java中的集合类的学习和应用,栈、对列、链表等数据结构的学习和应用。-Java collections in the study and application stack on the list, linked list data structure, such as learning and application.
KT
- java实现骑士寻路,栈结构的典型应用,使用applet实现骑士的图形化表示-Knights find way java implementation, the stack structure of a typical application, use the applet to achieve a graphical representation of the Knight
Mystack
- 写一个线程安全的栈,底层用LinkedList实现,提供进栈和 出栈的方法,应用生产者-消费者模式。另外写两个类, 分别实现生产和消费者。 -Write a thread safe stack, the bottom with a LinkedList implementation, providing out of the stack into the stack and method of application of the producer- consumer model
SimpleCalc
- 栈的简单应用,实现四则运算,可检查输入是否有误-A simple application of stack,you could enter a expression. If right,output the result else,output the error infomation.
spring-framework-3.2.x
- Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。-The application framework Spring Framework is an open source Java/Java EE full-featured stack (full-stack), the form of the Apache license release also transpla
Expressions-computing
- 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
中缀转后缀
- 栈的应用:在四则运算中序式转后续式的基础上,利用栈的帮助完成后序式的计算,并输出结果。(Application of stack: in the four operations, in order to follow up the follow-up, based on the help of the stack to complete the sequent calculation, and output the results.)
xboot-plus-master xboot官方卖198的学习版
- xboot-plus-master boot官方销售198的资源 可以在码云上搜索xboot 操作一个GPIO,需要仔细对照芯片手册,好繁琐;每换一个主控芯片,所有工作从头来过;想开发个现代点支持各种动效的UI,发现几乎是不可能的事情;各种协议栈有如天书一样,阅读都困难,何谈编写;虚拟机技术很流行,功能很强大,想自己移植个,可是困难重重;还是放开自己吧,让XBOOT来替你解决这些问题。XBOOT不仅仅是一款功能强大、可移植性强、代码复用率高的嵌入式系统bootloader,而且还是一款SO
QuestionMaker
- ##QuestionMaker 这是一个学习项目。 使用“MEAN”技术栈(即:mongodb、express、angular、nodejs)开发的实验性项目,用于研究基本技术。 ####项目概述: QuestionMaker可以用来编辑试题(选择题、填空题)和试卷,然后把题目添加到试卷中,从而生成一份调查问卷,类似调查派。 demo 项目的功能主要是CRUD操作,所以非常适合angular的应用场景,双向绑定对于实现实时预览这样的功能简直是信手拈来。 本着前后端分