登录
首页 » 界面开发 » ER 图编辑器

ER 图编辑器

于 2022-03-09 发布 文件大小:45.40 kB
0 227
下载积分: 2 下载次数: 1

代码说明:

这个项目生成的 ER 图编辑器工具。我们可以创建或编辑使用此工具的 ER 图。我们可以只需拖动每个组件使用 GUI 的 ER 图。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 按回车可直接跳到列表的下一个单元框,进行编辑,操作方便...
    按回车可直接跳到列表的下一个单元框,进行编辑,操作方便-Press Enter to jump directly to a unit under the list box, for editing, easy to operate
    2022-04-28 08:33:54下载
    积分:1
  • 使用Qt处理图片资源
    Use Qt in image development.  QPixmap largepixmap;  QPixmap smallpixmap;  QPixmap maskpixmap;  QPixmap zoompixmap;  QPoint offset(0,0);  QPoint dragpos(150,150);  QPoint set(90,50);    //加载图片:  largepixmap.load("ImagesMainGui.png");  smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);  maskpixmap.load("ImagesMainGui.png");    //绘制底层图片(非放大镜区域图案):  QPainter painter(this);  painter.drawPixmap(offset,smallpixmap);  painter.end();  //计算放大区域圆形的半径及所占矩形面积     int dim = qMin(width(), height());  int magnifierSize = dim * 5 / 6;  int radius = magnifierSize / 2;  int ring = radius - 15;  QSize box = QSize(magnifierSize, magnifierSize);
    2022-02-09 22:59:08下载
    积分:1
  • MFC写的24点游戏
    自己利用VC++6.0写的24点游戏功能简单明了,没有多余的附加,编译即可运行
    2022-08-05 12:48:20下载
    积分:1
  • 具有立体边框的虚拟仪器,同时可以动态显示两路仿真信号,可以实时改变仿真信号的参数...
    具有立体边框的虚拟仪器界面,同时可以动态显示两路仿真信号,可以实时改变仿真信号的参数-frame with a three-dimensional virtual instrument interface, which can be both dynamic display signal simulation, Real-time simulation can change the parameters of signal
    2022-04-27 21:38:04下载
    积分:1
  • PHP的-我的票
    应用背景它是一个基于网络的在线电影世界门户项目。电影世界门户网站项目的主要目标是任何用户,他们可以随时通过网站访问该系统,而不必去公司。作为一个新的用户,他还可以收集所有的信息,如电影,剧院名单。管理模块用户模块机票预订模块管理模块管理员是维护用户的细节,电影细节,戏剧细节,可以知道座位数量。用户模块用户可以先注册进入个人的详细信息,然后用户登录。假设用户想要更新它的个人数据,他可以这样做。用户可以看到所有的细节,如电影细节,戏剧细节。预约模块用户将搜索电影,然后去影院,然后在网上订票。关键技术现有系统电影世界门户网站项目,目前系统开发的,在三个复合系统中存在一定的局限性。
    2022-05-08 12:50:46下载
    积分:1
  • C#写的简单定位打印软件,初学者可以
    C#写的简单定位打印软件,初学者可以-C# to write a simple positioning printing software, beginners can take a look at
    2022-08-13 04:35:02下载
    积分:1
  • 1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是...
    1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是任意格式的Word文档;书签 的定义也不局限于文本,还包括为引用而命名的位置。 3、实例中,当更新书签内容时,应采取更简便的方法,避免程序的冗余。通 常的做法是:按一定的命名规则定义书签(如b1,b2,b3),将所有的数据信息 存放在数据库中,而数据库字段的命名也采用相应规则(如b1,b2,b3),因此 可以利用循环的方法从数据库中读出数据,同时更新书签内容。 4、第3点说明实际上与数据库发生联系,从而可实现标准文档的批量生成和 连续打印。-one, the above procedures in VB5.0 and installation of the Chinese version of Microsoft Word 97 Chinese version of the Windows 98 environment through debugging. 2, examples template file format is not limited to this, it can be in any format, Word documents; Bookmark not confined to the definition of the text, but also as a reference to the location and name. 3, example, when the content is updated bookmarks, should take a more easy ways to avoid redundant procedures. The usual practice is : according to certain rules of naming bookmarks definition (b1, b2, b3), all the data stored in the database and the database fields are named accordingly adopted rules (such as b1, b2, b3), it can use
    2022-11-30 05:15:03下载
    积分:1
  • GUI的消息机制说明文档,让你初步了解消息机制的实现
    GUI的消息机制说明文档,让你初步了解消息机制的实现-The message mechanism GUI documentation, so that you know the initial implementation of the message mechanism
    2022-05-26 14:46:31下载
    积分:1
  • 可以将数据库中导出的dbf文件轻松的转换为txt,里附带有dbf文件,可以照着使用。...
    可以将数据库中导出的dbf文件轻松的转换为txt,里面附带有dbf文件,可以照着使用。-database can be derived dbf file easily converted to txt, there are fringe dbf files that can be done from use.
    2023-07-10 04:00:05下载
    积分:1
  • 在Window标题栏写title的两种方法的VC原代码
    在Window标题栏写title的两种方法的VC原代码- Writes title in the Window title block two methods VC original codes
    2023-07-05 06:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载