Ngày tải lên: 22/08/2013, 14:52
Tài liệu Java 3d Programming pdf
... Java plug−in control applet from the Windows Control Panel and set the Java Runtime Environment (JRE) to the newly installed SDK location. This will enable running Java 3D applets using the Java ... (geometryArray.getVertexFormat( ) GeometryArray.NORMALS) == GeometryArray.NORMALS ) { double cos_theta; double cos_alpha; double cos_beta; for( int n = 0; n <numPoints; n++ ) geometryArray.getNormal( ... capabilities of the Java 2 JVM. See the documentation for the java –Xprof argument for details. 3.1.6 Java class decompiler (optional) When things get really sticky and you can’t understand what Java 3D...
Ngày tải lên: 10/12/2013, 02:15
Tài liệu Java 3d Programming pdf
... temp.scale( (float) cos_theta ); 21 myJava3D.setTitle( "MyJava3D" ); myJava3D.setSize( 300, 300 ); myJava3D.setVisible( true ); } } 2.5 Summary The MyJava3D example application ... (geometryArray.getVertexFormat( ) GeometryArray.NORMALS) == GeometryArray.NORMALS ) { double cos_theta; double cos_alpha; double cos_beta; for( int n = 0; n <numPoints; n++ ) geometryArray.getNormal( ... Vorobiev (http://www.manning.com/Robinson/index.html). ã Java 3D JavaDocOf course you should ensure that you download the latest API documentation for Java 3D. ã Sun collateral Java 3D tutorialThe free Java 3D tutorial from Sun...
Ngày tải lên: 10/12/2013, 02:15
Tài liệu PHÂN TÍCH & THIẾT KẾ HƯỚNG ĐỐI TƯỢNG DÙNG UML pdf
... 60000; // in milliseconds } import java. applet.Applet; import java. awt.Graphics; import java. util.*; import java. text.DateFormat; public class GUIClock extends Applet implements Sleeper { private ... dùng UML Slide 44 Thñ du vï̀ chương trònh Java import java. net.*; public class getnet { public static void main(String args[]) { try { if(args.length!=1) { System.out.println("Usage: java ... dùng UML Slide 51 Thñ du vï̀ cac class Java public void start() { clock.letMeSleepFor(this, 1000); } public void paint(Graphics g) { Calendar cal = Calendar.getInstance(); Date date = cal.getTime(); DateFormat...
Ngày tải lên: 10/12/2013, 04:15
Tài liệu Oracle interMedia Java Classes Reference pdf
... 9-83 enableParameterTranslation(String) 9-87 getFileParameter(String) 9-90 getFileParameterNames( ) 9-91 getFileParameterValues(String) 9-92 getParameter(String) 9-93 getParameterNames( ) 9-94 getParameterValues(String) ... 9-55 setMedia(OrdVideo) 9-56 setServletRequest(HttpServletRequest) 9-57 setServletResponse(HttpServletResponse) 9-58 OrdHttpUploadFile Class 9-59 getContentLength( ) 9-60 getInputStream( ) 9-61 getMimeType( ... 2-19 getDataInByteArray( ) 2-20 getDataInFile(String) 2-21 getDataInStream( ) 2-22 getDescription( ) 2-23 getEncoding( ) 2-24 getORADataFactory( ) 2-25 getFormat( ) 2-26 getMimeType( ) 2-27 getNumberOfChannels(...
Ngày tải lên: 10/12/2013, 13:15
Tài liệu The Dynamic Model_ An Introduction to UML pdf
... the overall model structure. Introduction to UML The Unified Modelling Language (UML) is, as its name implies, a modelling language and not a method or process. UML is made up of a very specific notation ... selections. Arrows between components represent the flow of information and requests for services between users and components A message to self Login GetDocument ValidateCustomer [UserDetails] Validate [Result] GetName Note ... modelling of dynamic behaviour using UML notation and semantics. Dynamic interaction and behaviour in UML is broken down into three main categories: 1. Interactions between object instances at run-time....
Ngày tải lên: 10/12/2013, 14:16
Tài liệu Chương 2: Java cơ bản pdf
... giảng Lập trình Java 14 Kiểu mảng Trong Java, mảng là kiểu dữ liệu tham chiếu Bạn có thể định nghĩa một mảng với bất kỳ kiểu dữ liệu nào (kiểu đơn nguyên hay kiểu tham chiếu) Java tự động ... Hiển – Bài giảng Lập trình Java 3 Nội dung Kiểu dữ liệu Java Toán tử Cấu trúc điều khiển Mảng Kiểu chuổi (String) Nguyễn Đức Hiển – Bài giảng Lập trình Java 21 Các toán tử chuổi Toán ... ) toLowerCase( ) trim( ) equals( ) … Chi tiết xem Java API: http:/ /java. sun.com/j2se/1.4.2/docs/api/index.html Nguyễn Đức Hiển – Bài giảng Lập trình Java 5 Các kiểu dữ liệu đơn nguyên Kiểu số...
Ngày tải lên: 12/12/2013, 20:15
Tài liệu JasperReports 3.5 for Java Developers- P6 pdf
... </servlet-class> </servlet> <servlet> <servlet-name>ImageServlet</servlet-name> <servlet-class> net.sf.jasperreports.j2ee.servlets.ImageServlet </servlet-class> ... "http:/ /java. sun.com/dtd/web-app_2_3.dtd"> <web-app> <servlet> <servlet-name>webreport</servlet-name> <servlet-class> net.ensode.jasperbook.HtmlReportServlet ... response.setContentType("text/html"); request.getSession().setAttribute( ImageServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE, jasperPrint); htmlExporter.setParameter(JRExporterParameter.JASPER_PRINT,...
Ngày tải lên: 14/12/2013, 20:15
Tài liệu JasperReports 3.5 for Java Developers- P8 pdf
... 183 rectangles, adding to report 183, 184 getFieldValue() method 115, 214 getName() method 115 getParameterValue() method 214 getVariableValue() method 214 getWriter() method 267 GPL 271 H hAlign attribute ... 210 example 211 features 211, 213, 214 setFieldNames() method 115 setParameter() method 244 setUseFirstRowAsHeader() method 113 setVisible() method 104 Spring about 327 JasperReports, integrating ... used standard Java servlets to generate web reports, implementing the report logic in the servlet's doGet() method. As both the HttpServlet.doGet() and Action.execute() methods take...
Ngày tải lên: 14/12/2013, 20:15
Tài liệu The Essence of Object-Oriented Programming with Java and UML pptx
... Although it may not be a magic bullet that solves all the problems associated with producing software, it is really better than other methodologies. While development methodologies such as structured ... Eiffel, C++, Objective C, Objective Pascal, Java, Ada, and even a version of Lisp. There are two clear marketplace winners, C++ and Java. Today, Java is the emerging object-oriented language ... reasons for Java& apos;s emergence is the World Wide Web, and Java& apos;s ability to run web applets directly on any computer or operating system with a web browser. Another reason is that Java is...
Ngày tải lên: 20/12/2013, 21:16
Tài liệu Giáo Trình Java part 16 pdf
... của button, cũng nh nút Reset. Nút này đa thông tin hiện tại từ các trường của form tới địa chỉ URL được chỉ ra trong thuộc tính ACTION của thẻ form sử dụng cách thức METHOD chỉ ra trong thẻ FORM. ... Sửa các danh sách lựa chọn Navigator 3.0 cho phép thay đổi nội dung của danh sách lựa chọn từ JavaScript bằng cách liên kết các giá trị mới cho thuộc tính text của các thực thể trong danh sách. ... ACTION của thẻ form sử dụng cách thức METHOD chỉ ra trong thẻ FORM. Giống nh đối tượng button và reset, đối tượng submit có sẵn thuộ c tính name và value, cách thức click() và thẻ sự kiện onClick....
Ngày tải lên: 24/12/2013, 10:17
Tài liệu Giáo Trình Java part 2 pdf
... <TITLE> JavaScript Exemple </TITLE> <SCRIPT LANGUAGE= “JavaScript”> var name=window.prompt(“Hello! What’s your name ?”,””); document.write(“Hello ” + name + “ ! I hope you like JavaScript ... </HTML> Ví dụ: Sự khác nhau của write() và writeln(): <PRE> <SCRIPT LANGUAGE="JavaScript"> <! HIDE FROM OTHER BROWSERS document.writeln("One,"); document.writeln("Two,"); ... alert() mới chỉ cho phép thông báo với người sử dụng chứ cha thực sự giao tiếp với người sử dụng. JavaScript cung cấp một cách thức khác để giao tiếp với người sử dụng là promt(). Tương tự nh alert(),...
Ngày tải lên: 24/12/2013, 10:17
Tài liệu Micro Java™ Game Development pdf
... graphical overlays For more information on the Java TV API, visit http:/ /java. sun.com/products/javatv/ . JavaPhone The JavaPhone 1.0 specifications are a set of routines with access to typical phone ... supports Java Management Extensions (JMX), Java Naming and Directory Interface (JNDI), Java Database Connector (JDBC), Remote Method Invocation (RMI), Java Dynamic Management (JDMK), and Java Beans. ... be easily loaded with PersonalJava. Micro Java Virtual Machines While most PDAs do not have Java pre-installed on them, it is almost always possible to get Java support. Some devices are...
Ngày tải lên: 16/01/2014, 20:20
Tài liệu LẬP TRÌNH JAVA Chương 1 pdf
... điểm của Java ✦ Java is simple ✦ Java is object-oriented ✦ Java is distributed ✦ Java is interpreted ✦ Java is robust ✦ Java is secure ✦ Java is architecture-neutral ✦ Java is portable ✦ Java s ... Wordpad…) – Ghi tệp tên Welcome .java vào thư mục C:\javapro ✦ Biên dịch: – Trên cửa sổ lệnh (cmd.exe) – cd\ ↵ – cd javapro ↵ – javac Welcome .java ↵ ✦ Chạy: – java Welcome ↵ 8 Java IDE Tools ✦ JCreator ✦ Forte ... của chương 1 ✦ Java là gì? ✦ Lịch sử hình thành và phát triển ✦ Các đặc điểm của Java ✦ Bắt đầu với lập trình Java – Tạo, biên dịch và chạy một ứng dụng Java 14 Comments ✦ Trong Java, các chú...
Ngày tải lên: 19/01/2014, 16:20
Tài liệu LẬP TRÌNH JAVA Chương 2 pdf
... Set, cont. ASCII Character Set is a subset of the Unicode from \u0000 to \u007f Biểu thức gán và Câu lệnh gán Trước Java 2, tất cả các biểu thức có thể được sử dụng như câu lệnh. Kể từ Java ... Character Set ASCII Character Set is a subset of the Unicode from \u0000 to \u007f Kiểu dữ liệu ký tự char letter = 'A'; (ASCII) char numChar = '4'; (ASCII) char letter = '\u0041'; ... Biểu thức toán học ) 94 (9 ))(5(10 5 43 y x xx cbayx + ++ ++− − + được chuyển thành công thức Java như sau: (3+4*x)/5 – 10*(y-5)*(a+b+c)/x + 9*(4/x + (9+x)/y) Bảng chân lý của toán tử ! p !p...
Ngày tải lên: 19/01/2014, 16:20