搜索资源列表
基于可复用构件的DCS组态软件研究与设计
- 论文题目:基于可复用构件的DCS组态软件研究与设计 该文首先从工控组态软件的分析和设计方法着手,提出了基于可复用构件的工控组态软件的设计思想,并分析了可复用构件及其开发和组装方法,重点研究COM/DCOM技术.为了增强通用性、可复用性、可扩展性和开放性,该文在分析了DCS领域特性和组态软件的基础上,提出了统一接口的多层构件体系结构.该文探讨了系统数据的组织和存储结构,开发了通用数据访问构件 针对DCS组态软件的多种通信方式导致的不一致性,提出了通信代理和协议适配器两层通信构件结构,并设计了统
xiti
- 关于大学计算机软件技术基础的配套习题及答案-About basic computer software technology supporting Exercises
Cprogram
- 计算机软件技术基础的c程序提高习题及答案-Basic computer software technology to improve the c program exercises and answers
list
- 该程序实现软件技术基础中的单链表的建立和插入功能 单链表中断开某结点的方法 掌握用指针 链 入一个新结点的原理和方法 -The program software technology base to achieve a single linked list creation and insertion of a single chain of disconnected nodes approachgrasp the chain with a pointer to a new node
employer
- vc++程序,实现一个员工类,软件技术基础实验,含实验报告,注释详细-vc++ program, implement a staff class, based on software technology experiments, including test reports, detailed notes
L_stack
- 这是一个单链表的插入的程序,参见软件技术基础或者是数据结构课程-This is an algorithm about a single list insert algorithm, who will be appeared in data structure. And it is a common algorithm.
software-base_3
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目3 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation sophomore next software technology based courses on the plane topic 3 compiled by
software-base_4
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验四 一元多项式的表示及相加 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation Software Technology sophomore next topic experiment four courses on the plane one yuan polynomial
software-base_5
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验五 栈的操作 编译通过,仅供参考-Automation software technology foundation courses sophomore next topic experimental five-on operation of the stack compiler, for reference only
software-base_6
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验六 键盘缓冲区问题 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation software technology foundation courses sophomore next topic on the plane experiment six questions comp
software-base_7
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验七 二叉排序树的构造与查找 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation software technology foundation courses sophomore next topic Experiment 7-on binary sort tree and f
software-base_8
- 厦门大学信息科学与技术学院 自动化系大二下 软件技术基础课程 上机题目 实验八 二叉树的先序遍历 编译通过,仅供参考-Xiamen University, College of Information Science and Technology Department of Automation software technology foundation courses sophomore next topic on the plane first experiment eight binar
Decimal_Binary
- 软件技术基础中的十进制转二进制问题,简单的将十进制数转化为二进制数。 -Software technology base in decimal to binary problem, a simple decimal number into a binary number.
bstree_frame
- 软件技术基础中的二叉排序树,以二叉排序树的形式将一串数据转化。-Software technology base in binary sort tree, in the form of binary sort tree a string of data transformation.
sort
- 软件技术基础中的简单数据排序,包括选择排序,冒泡排序,快速排序等等。-Software technical basis of simple data sort, including selection sort, bubble sort, quick sort, and so on.
demo
- 东北大学计算机软件技术基础第一次实验C语言代码-Northeastern University computer software technology base first experiment C language code
list_sample
- 程序结构之链表 软件技术基础 typedef struct LIST { char name[MaxLength]; int length; struct LIST *next; }LIST; void print_list(LIST *p) /* Print all the node of the list. */ { } LIST * insert_node(LIST *head, char x[MaxLength], int k) {
软件技术基础
- 关于数据结构的基础,涉及排序、图论、树等。(On the basis of data structure, this files involve sorting, graph theory, trees and so on.)
软件技术
- 该文档主要是基于清华大学出版的数据结构课件,也是软件技术基础(This document is mainly based on the data structure courseware published by Tsinghua University, and it is also the basis of software technology)
软件技术基础2
- 栈与队列、树、图、查找和排序 一些比较有用的资料(Stack with queues, trees, graphs, lookup, and sort some useful information)