搜索资源列表
zxksxt123
- 网络考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联网络或局域网进行,方便校方考务的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。本系统包括系统管理、考生管理、在线考试、在线制作试卷、控制学生考试、试卷审批中心等功能。本论文主要介绍了系统的分析,设计和开发的全部过程。运用数据流图,ER图,程序流程图等对系统的设计过程进行详细的说明。全文共分为前言、需求分析、系统设计、开发技术、关键技术解决,结论六部分。西统采用B/S开发模式,开发工具选择JAVA、JSP、Javas
Computerhardwaresalesmanagementsystem
- 实现了电脑硬件销售管理系统,有代码及整个的设计过程。目录 第一章 概述 第二章 需求分析 2.1 可行性研究 2.2 系统数据流图 2.3 E-R模型图 第三章 数据库逻辑设计 3.1 表的定义 3.2 表的关系 3.3 视图 第四章 软件功能设计 4.1 模块结构图 4.2 模块功能 第五章 界面设计 第六章 结束语 6.1收获心得 6.2 系统的改进与扩展-The realization of the computer har
sql
- 图书馆管理系统开发设计方案 目录 1 需求分析 3 1.1 系统目标 3 1.2 需求定义 3 2 功能说明 4 2.1 图书基本情况 4 2.2 办理借书证 4 2.3 实现借书功能 4 2.4 实现还书功能 5 2.5 图书查询 5 3 系统功能结构图 5 4 业务流程图 6 4.1 借阅信息管理 6 4.2 书籍信息管理 6 4.3 读者信息管理 7 4.4 系统管理 7 5 绘制数据流图 7 5.1 “借书证生成”数
FastWalshHadamardTransform
- The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented
DFG_fdct
- FDCT源码及其数据流图,用于图像处理或者视频编码解码-FDCT source and the data flow graph
TriangleTest
- 参考“三角形问题”的程序流图, 实现如下功能: (1)当输入a,b,c三个数据时,高亮显示程序所经过的路径。 (2)列出已经过的和未经过的路径表2 开发环境-Reference " triangle problem" of the program flow graph, to achieve the following functions: (1) when the input a, b, c 3 data, highlight the path through t
sjlt
- 作为结构化软件分析设计方法中有效的分析工具-Data flow graph
chaoshi-
- 本文详细说明了一个超市财务管理的业务流程,分析了其数据流程,明确了数据表之间的联系,详细说明了主要的程序逻辑。并以图表的方式直观的说明,使程序易于理解。在分析财务管理的具体情况后,充分利用Visual c++面向对象的模块化和数据库Access在应用程序开发上灵活和效率高的特点,开发财务管理系统。-In this paper, a detailed descr iption of the financial management of supermarket business processes
CDFG
- document about control and data flow graph
shujuliu
- 这个文件将教你从0开始画数据流图很容易学习-this file can teach you draw data flow graph from scrath
ACM_UJN
- ACM模版包括图论,网络流,数据结构,数论等acm比赛中常用算法。-ACM commonly used algorithm templates, including graph theory, network flow, data structures, and number theory acm race.
EK
- 图论---数据结构---算法,网络流中求最大流的经典算法,EK算法。-Graph Theory--- Data Structures--- algorithms, network flow for maximum flow of the classical algorithm, EK algorithms.
Current_Plot_DC
- 可以批量绘制全潮海流观测的流速流向曲线图,以大潮为例.只需将观测数据写为xlsx格式,即可自动出图.可以支持多个xlsx文件批量绘制.-You can draw all tidal currents observed mass flow rate of the flow graph to tide Case observational data simply written as xlsx format, you can automatically plot can support multip
graph
- 数据结构Java版图的实验,作业,大学 数据结构作业 图的实现-Java map data structure experiment, assignments, university of the realization of the data structure flow chart
1001451_PA2
- 通过DFG图进元件的排列执行调度和资源结合.排列出出尽量少的层数-In this assignment, you are asked to write a program that performs scheduling and resource binding for a given data flow graph (DFG) under resource constraint. In a DFG, there are two types of operations: ADD (A) an
51CTO下载-MyLibary
- 图书管理系统。通过对系统进行的需求分析研究,建立结构化分析模型,得出系统功能模块及数据流图,然后进行数据字典分析,确定数据的定义与属性,建立数据表,最后完成系统功能的实现。(MyLibary.Through the requirement analysis and research of the system, we set up the structural analysis model, get the system function module and data flow graph,
Tensorflow 实战Google深度学习框架
- TensorFlow的一些样例代码。Tensor(张量)意味着N维数组,Flow(流)意味着基于数据流图的计算,TensorFlow为张量从流图的一端流动到另一端计算过程。TensorFlow是将复杂的数据结构传输至人工智能神经网中进行分析和处理过程的系统。(Tensor (Zhang Liang) means N dimension array. Flow (flow) means computation based on data flow graph. TensorFlow flows f
Deep-ADMM-Net-master
- Net is defined over a data flow graph, which is derived from the iterative pro- cedures in Alternating Direction Method of Multipliers (ADMM) algorithm for optimizing a CS-based MRI model. In the training phase, all parameters of the net, e.g., im
Tensorflow-Tutorial-master
- TensorFlow是谷歌基于DistBelief进行研发的第二代人工智能学习系统,其命名来源于本身的运行原理。Tensor(张量)意味着N维数组,Flow(流)意味着基于数据流图的计算,TensorFlow为张量从流图的一端流动到另一端计算过程。TensorFlow是将复杂的数据结构传输至人工智能神经网中进行分析和处理过程的系统。(TensorFlow is the second generation of artificial intelligence learning system dev
TensorFlowSharp
- TensorFlow? 是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。节点(Nodes)在图中表示数学操作,图中的线(edges)则表示在节点间相互联系的多维数据数组,即张量(tensor)。它灵活的架构让你可以在多种平台上展开计算,例如台式计算机中的一个或多个CPU(或GPU),服务器,移动设备等等。TensorFlow 最初由Google大脑小组(隶属于Google机器智能研究机构)的研究员和工程师们开发出来,用于机器学习和深度神经网络方面的研究,但这个系