Ngày tải lên: 28/04/2014, 16:20
Ngày tải lên: 28/04/2014, 16:20
Báo cáo hóa học: "Rule-Driven Object Tracking in Clutter and Partial Occlusion with Model-Based Snakes" doc
Ngày tải lên: 23/06/2014, 01:20
Lập trình Java Script
... lập trình JavaScript gần như giống nhau. Ví dụ về JavaScrip: <html> <body> < ;script type="text/javascript"> document. write("This is my first JavaScript!"); ... onclick="message()" /> JavaScript 8 Đặt code JavaScript ở đâu ? Cách 1: Đặt trong một trang HTML Ví dụ: <html> <body> < ;script type="text/javascript"> document. write("Hello ... < ;script type="text/javascript"> function product(a,b) { return a*b; } < /script& gt; </head> <body> < ;script type="text/javascript"> document. write(product(4,3));...
Ngày tải lên: 16/08/2012, 15:07
Bài tập java Script
... to JavaScript !" Hướng dẫn: Dùng thẻ để tạo nút nhấn và thêm thuộc tính onClick = "<Câu lệnh JavaScript>;" (Trong đó <Câu lệnh JavaScript> có thể là một lệnh JavaScript ... margin-left:5pt margin length | percentage | auto {1,4} margin: 10px 5px 10px 5px padding-top length | percentage padding-top:10% padding-right length | percentage padding-right:15px padding-bottom ... lệ Ví dụ margin-top length | percentage | auto margin-top:5px margin-right length | percentage | auto margin-right:5px margin-bottom length | percentage | auto margin-bottom:1em margin-left length...
Ngày tải lên: 17/08/2012, 10:40
Bài tập thực hành Java Script
... thùc hµnh Javascript _NguyÔn H÷u TuÊn <html> <head>< ;script LANGUAGE="JavaScript"> <! Begin function scrollit(seed) { var m1 = "Welcome to Total JavaScript 99! ... hµnh Javascript _NguyÔn H÷u TuÊn <HEAD> < ;SCRIPT LANGUAGE="JavaScript"> <! Begin function customize(form) { var address = document. form1.url.value; var op_tool = (document. form1.tool.checked== ... startit(){ setInterval("scrollwindow()",10) } window.onload=initialize < /script& gt; 17. Bµi tËp 17 T¹o Combo box cã fulldown menu <html> <head>< ;script LANGUAGE="JavaScript"> <!...
Ngày tải lên: 17/08/2012, 10:48
Java Script - The Definitive Guide
... page, and, in this sense, JavaScript really can script Java (see Chapter 22 for details). 1.1.2 JavaScript Is Not Simple JavaScript is touted as a scripting language instead of a programming language, ... special infinity value, which JavaScript prints as Infi y. Similarly, when a negative value han the last representable nega . number, the result is negative infinity, printe I Another special JavaScript ... meaning of the pattern. For example: /^HTML/ /[1-9][0-9]*/ /\bjavascript\b/i The regular expression grammar is complex and is documented in detail in Ch . in JavaScript code. the At this point,...
Ngày tải lên: 21/08/2012, 09:57