搜索资源列表
ER
- 这是一个画ER图的实验报告,里面有详细的实验内容和报告。
er
- er图,看了对大家应该有一定的帮助哦
考勤管理系统设计方案
- 这是一个考勤管理系统的设计方案.. 里面含:流程图,ER图,源代码. 欢迎大家来-This is an appraisal management system design .. inside containing : flowchart, ER map, the source code. Welcome everyone to see
ASP.net选课系统小程序
- 一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。 -Elective a simple system, the basic functions have been achieved! SQL.sql document is use
tushuguang
- 一人比较完善的图书馆管理系统!里面包含有需求分析,ER图,及各种的说明!-compared to a comprehensive library management system. They include needs analysis, ER map, and various Note!
erfghfjhgjhg
- 台北市立圖書館管理系統(含所有分館) ER图,经典之作。-Taipei Municipal Library Management System (including all sub-Museum) ER map, classic.
front_Pos-misER
- POS—MIS前台ER图设计范例,DOC文档。-POS-MIS prospects ER designs example, DOC files.
i12133123g
- java中的ewrw全re景er图成品。不知道怎么用。asderwa-java ewrw the entire King er map're finished. Do not know how use. Asderwa
DBDesigner4.0.5.6_CLXsource
- 功能强大的ER图建模工具的源代码。 可以代替ERWin了-powerful ER modeling tools for source code. Can replace the ERWin
ER_Studio6.01
- er 数据库设计软件,功能强大,适用于oracle,sql server ,mysql,db2 ,等大型数据库,提高开发效率-er database design software, powerful functions applicable to the oracle, sql server, mysql, db2, such as large databases, improve development efficiency
My_eclat
- A program to find frequent itemsets with the relim algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated data structures. The mai
CASEMANAGESRS
- 试题库管理系统的需求规格说明文挡,包括详细的需求分析,ER图分析等内容。-test library management system requirements specification of the text block, including the detailed needs analysis, analysis of ER and so forth.
ERRandomGraph
- ER随机图算法,matlab程序,复杂网络仿真-ER random graph algorithms, Matlab procedures, complex network simulation
ER
- 这是一个画ER图的实验报告,里面有详细的实验内容和报告。-This is a painting ER Experimental report, there are detailed experimental content and reporting.
er
- er图,看了对大家应该有一定的帮助哦-er map, reading for all of us should have some help, oh
ER-DiagramEditorAndConverter
- 1.通过鼠标拖拽和弹出对话框完成实体、属性、联系的绘制以及各参数设定 2.对绘制的实体、属性、联系提供合法性检查 3.对绘制的图形进行拖动、重设大小、删除 4.通过属性对话框对实体、属性、联系的各种参数进行重新设置 5.数据的串行化 6.将绘制完成的E-R图转换成数据库脚本-1. Through mouse drag and drop and pop-up dialog box to complete entitie
ER
- ER图 报价分析 欢迎下载-ER diagram analysis of ER diagram quote quote analysis are welcome to download
Draw-ER-diagram-for-gadgets
- 用于画ER图的小工具(数据库中画ER图使用,小巧,方便)-ER diagram for the painting of small tools (database, draw ER diagram use, compact, easy)
ER&GN
- ER随机网 GN经典人造网MATLAB实现,每个节点度值均为16,呈均匀分布,社团内部连边概率为0.9,应用MATLAB生成edge矩阵,可用可视化软件 进行可视化(MATLAB implementation of GN classic artificial network)
ER随机图构造算法
- ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm: