Welcome![Sign In][Sign Up]
Location:
Search - swing up

Search list

[JSP/Java让人眼前一亮的java数据库设计

Description: 说明: 1、这是一个让人眼前一亮的设计,通过java swing能设计出如此漂亮的界面实属不易; 2、该代码的一个优势,能够复用!! 3、能够创建简单的表,插入表,查询表的功能,尤其是查询部分可以在空白处输入SQL语句就可以直接查询了; 4、插入部分执行成功后重置界面还可以再次执行插入功能; 5、如果多个文件插入,也可以通过输入不同表名来进行更改; 6、这是一个桥连数据库,需要配置ODBC; 7、不足之处,由于本次设计中数据库设计成自动增加的功能,所以有时比较别扭,可能插不进去,不过如果能看懂代码的可以进行局部更改,不失为一个好的代码;-Note : 1, it is a people's eyes and through java swing can design the interface so beautiful it is not easy; 2, the source of an advantage to reuse! ! 3, to create a simple table, insert the table look-up table functions, especially for some of the blank space on the importation of SQL statements can direct inquiries; 4, insert some replacement after successful implementation of interface implementation can also insert functional again; 5, insert multiple files, they can also be searched by name of the table to change; 6, which is a bridge even database, the need for ODBC; 7, inadequate, due to the design of the database is designed to automatically increase the function, sometimes uncomfortable, interpolation may not get, but if we can understand code the changes can be localized, is
Platform: | Size: 122255 | Author: zhangsan | Hits:

[Other resourceManning_Up-to-Speed-with-Swing-2nd-Ed

Description: Up to Speed with Swing 2nd Edition 一本英文原版Java电子书
Platform: | Size: 4736170 | Author: cc | Hits:

[Education soft systemLibrarySystem

Description: 图书管理系统v1.0是使用JAVA语言开发的解决图书基本管理的一个应用程序。 该系统能够实现简单的图书和用户管理,包括添加图书,删除图书,修改图书信息,添加用户, 删除用户,修改用户信息,外借图书,归还图书,罚款计算等等。该系统的前台界面采用JAVA的 SWING开发,具有简洁美观的外观,直观的用户使用界面十分方便上手使用;后台采用MS-ACCESS 数据库,采用JDBC-ODBC数据库连结方式,使用前须在控制面板中的数据库(ODBC)中的用户 DSN里将ACCESS数据库文件添加到用户数据源,数据源名为JLibrary,登陆名称和密码设置为空。注意:该程序正常运行需要安装JAVA运行环境(Java Runtime Environment v1.4.1_05)-Library Management System v1.0 is the use of the Java language books to solve basic management of an application. The system is capable of achieving a simple and user management books, including the addition of books, books delete, modify library information, add users, delete users, change user information, borrowing books, return books, etc. fine calculation. The future of the system interface using Java SWING development, with the simple and beautiful appearance, intuitive user interface is very convenient to get started; Background using MS-Access database using JDBC-ODBC database links, prior to the use of the control panel databases (ODBC) the user DSN Lane ACCESS database files will be added to the user data sources, data source named JLibrary, user name and password set up empty. N
Platform: | Size: 420864 | Author: xy | Hits:

[JSP/Java让人眼前一亮的java数据库设计

Description: 说明: 1、这是一个让人眼前一亮的设计,通过java swing能设计出如此漂亮的界面实属不易; 2、该代码的一个优势,能够复用!! 3、能够创建简单的表,插入表,查询表的功能,尤其是查询部分可以在空白处输入SQL语句就可以直接查询了; 4、插入部分执行成功后重置界面还可以再次执行插入功能; 5、如果多个文件插入,也可以通过输入不同表名来进行更改; 6、这是一个桥连数据库,需要配置ODBC; 7、不足之处,由于本次设计中数据库设计成自动增加的功能,所以有时比较别扭,可能插不进去,不过如果能看懂代码的可以进行局部更改,不失为一个好的代码;-Note : 1, it is a people's eyes and through java swing can design the interface so beautiful it is not easy; 2, the source of an advantage to reuse! ! 3, to create a simple table, insert the table look-up table functions, especially for some of the blank space on the importation of SQL statements can direct inquiries; 4, insert some replacement after successful implementation of interface implementation can also insert functional again; 5, insert multiple files, they can also be searched by name of the table to change; 6, which is a bridge even database, the need for ODBC; 7, inadequate, due to the design of the database is designed to automatically increase the function, sometimes uncomfortable, interpolation may not get, but if we can understand code the changes can be localized, is
Platform: | Size: 121856 | Author: zhangsan | Hits:

[Dialog_WindowJavaJTableJTree

Description: 刚开始看到这个题目的时候,我并不是十分明白自己要做什么。Java语言是我们这个学期刚刚学过的课程,但是我们所学的都是些基本的东西,而且没有涉及到控件的问题。我查阅了一些资料,终于大体了解JTable和JTree是Swing组件里面的控件,一个是远程表,一个是目录树。在了解了一些关于这两个控件的一些知识之后,脑海中大体出现了一些流程。 我的程序设计大致按照下列流程进行:    1. 引入Awt包,Swing包    2. 设置顶层容器    3. 设置按钮和标签    4. 向容器中添加组件(JTable和JTree)    5. 进行事件处理 一、 实现过程以及实例解析 题目要求是用Java实现控件,因此我所使用的实现语言就是Java,刚开始我没有了解题目的真正含义,只实现了静态的JTable和JTree控件。 静态JTable是在JavaApplet中实现的,实现的大致过程为:首先建了一个容器,该容器用来获得新建的表格,然后建了一个模板,并给该模板添加滚动条,接着往容器中添加该模板,最后往数组中添加数据,并获取关于表格的相关信息。至此,程序就结束了。 -just beginning to see this subject, I do not quite understand what they ought to do. Java is the language of this semester we just learned in the course, but we have learned are some basic things, but did not address the issue of control. I looked up some information, and finally a general understanding and J Swing JTree component of the controls inside, a remote table is a directory tree. In some understanding on these two controls knowledge, mind there are some general procedures. I generally design the procedures in accordance with the following procedures : 1. Introduction Awt kits, Swing Pack 2. The top three containers installed. Set up four buttons and labels. Adding to the vessel components (J and JTree) 5. For an incident to achieve analytic process and examples of subject is requ
Platform: | Size: 403456 | Author: 丁兴全 | Hits:

[JSPCore_Java2_I_7th_Edithon

Description: Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API-Core Java 2 Volume I- Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API
Platform: | Size: 6638592 | Author: tengteng | Hits:

[JSPManning_Up-to-Speed-with-Swing-2nd-Ed

Description: Up to Speed with Swing 2nd Edition 一本英文原版Java电子书-Up to Speed with Swing 2nd Edition an English original Java eBook
Platform: | Size: 4736000 | Author: cc | Hits:

[JSP/Javas52

Description: pov led时钟,当摇摆起来时,七个led流水显示出时钟,和字母-pov led clock, when the swing up, seven demonstrated flow led clock, and letters
Platform: | Size: 2048 | Author: ckr | Hits:

[matlabmodel

Description: 倒立摆模型建立,基于变结构和最优控制的一阶倒立摆起摆和稳摆控制,matlab实现。-Inverted pendulum model, based on the variable structure and optimal control of first-order inverted pendulum swing-up and steady pendulum control, matlab achieve.
Platform: | Size: 15360 | Author: 杨卫 | Hits:

[JSPjavahxjsj18th

Description: 《Java核心技术》出版以来一直畅销不衰,深受读者青睐,每个新版本都尽可能快地跟上Java开发工具箱发展的步伐,而且每一版都重新改写了部分内容,以便适应Java的最新特性。本版也不例外,它反映了Java SE 6的新特性。全书共14章,包括Java基本的程序结构、对象与类、继承、接口与内部类、图形程序设计、事件处理、Swing用户界面组件、部署应用程序和Applet、异常日志断言和调试、泛型程序设计、集合以及多线程等内容。 全书对Java技术的阐述精确到位,叙述方式深入浅出,并包含大量示例,从而帮助读者充分理解Java语言以及Java类库的相关特性 -"Java core technology," published in salable has been well received by readers favor, each new version as soon as possible to keep up with the pace of the development of Java Development Kit, and each version had to rewrite some of the content in order to adapt Java The latest features. Edition is no exception, which reflects the new features of Java SE 6. A total of 14 book chapters, including the Java basic program structure, objects and classes, inheritance, interfaces and inner classes, graphics programming, event handling, Swing user interface components, deploy applications, and Applet, exception log assertions and debugging, the generic program design, collection and multi-threaded and so on. The book expounded on the Java technology, precisely in place, narrative simple terms, and includes a large number of examples to help readers fully understand the Java language and Java class library-related features
Platform: | Size: 64826368 | Author: 小二 | Hits:

[matlabpendulumsimulation

Description: 一级倒立摆仿真程序,实现了一级倒立摆的摆起稳定控制-one inverted pendulum simulation program, to achieve a level of stability control for inverted pendulum swing-up
Platform: | Size: 21504 | Author: 郭亿 | Hits:

[JSP/JavaUDPTalker

Description: 自已在学完java swing 和 网络开发之后写的一个小程序。能够在局域网内像飞鸽一样实现无服务器聊天,还可以建立房间-Java swing in the completion of their own, and network development and wrote a small program. Able to the same LAN as the Flying Pigeon-free chat server, you can also set up the room
Platform: | Size: 136192 | Author: asdfasfasf | Hits:

[matlabpendulumswingup

Description: 详细研究了单级倒立摆起摆控制方法,并给出了详细的仿真模型与仿真效果-Detailed study of the single inverted pendulum swing-up control method, and gives a detailed simulation model and simulation results
Platform: | Size: 4494336 | Author: 郑才娟 | Hits:

[JSP/Javaexample-swing

Description: 该程序实现了图像的输入输出,对话框的弹出,颜色选择器,文件选择器等Java Swing的基本功能,可以指引Java Swing的初学者!-Image of the input and output, the dialog box pops up, color picker, file picker basic functions such as Java Swing,
Platform: | Size: 755712 | Author: 木子 | Hits:

[matlabslidingmode

Description: 利用滑模变结构在60秒之内实现倒立摆的摆起控制和稳定控制-The use of sliding mode in 60 seconds to achieve inverted pendulum swing-up control and stability control
Platform: | Size: 10240 | Author: wuliangye | Hits:

[Mathimatics-Numerical algorithmsLQR-base

Description: LQR-based variable gain control method automatically inverted pendulum swing-up基于变增益LQR控制方法的二级倒立摆自动摆起-LQR-based variable gain control method automatically inverted pendulum swing-up
Platform: | Size: 1347584 | Author: hand | Hits:

[JSPJiglooPPSwing

Description: Jigloo 开发 Swing 的入门教程 搭建开发环境 Jigloo 简单使用 打包发布应用-The introductory tutorial Jigloo development Swing up a development environment Jigloo publishing applications simple to use package
Platform: | Size: 1807360 | Author: z | Hits:

[CommunicationPelcoControl--ML

Description: Pelco P/D协议,自带协议选择、上下左右摆动、预置位等功能-Pelco P/D protocol, comes with protocol selection, swing up and down, preset function
Platform: | Size: 11648000 | Author: meilei | Hits:

[matlabQUBE-Servo-Swing-Up-Workbook---MATLAB

Description: QUBE-Servo Swing-Up Workbook - MATLAB
Platform: | Size: 1029120 | Author: ali | Hits:

[Web Serverhtml5-3d-cloth-move

Description: 今天我向大家分享一款HTML5 3D衣服摆动动画特效,动画也是在HTML5 Canvas上完成,它模拟衣服晾在绳子上,移动鼠标可调整不同的观察视角,点击鼠标可以让衣服摆动起来,就行风吹动它一样,非常逼真炫酷。是一款非常优秀的特效源码。-Today, I would like to share a HTML5 3D clothes swing animation effects, animation is complete on the HTML5 Canvas, which simulates the clothes drying on the line, move the mouse to adjust the different viewing angle, click on the mouse can make clothes swing up, it MORALS blowing it, very cool realistic. It is a very good source of special effects.
Platform: | Size: 32768 | Author: 秦昆阳 | Hits:
« 12 3 4 »

CodeBus www.codebus.net