line follower robot using arduino programming

FOLLOWER ROBOT 1

FOLLOWER ROBOT 1

Ngày tải lên: 15/09/2013, 21:51

1 427 1
Line tracking robot

Line tracking robot

Ngày tải lên: 22/05/2014, 20:53

71 930 6
Programming Business Logic using EJB

Programming Business Logic using EJB

... RemoteException, CreateException ; } a) No errors c) Error in line – class myeg not found b) Error in line – the package d) Error in line – two javax.ejb EJBHome needs to exceptions cannot be thrown ... 5) public string myrem() throws RemoteException; } a) No errors c) Error in line only b) Error in line and d) Error in line 153 Assume that the files Myeg, Myeghome and Myegbean representing the ... of the following lines pertaining to local objects are true a) 12 They are created in a totally c) References are obtained different JVM directly b) They are interfaces accessed using d) They always...

Ngày tải lên: 09/04/2013, 09:10

83 646 4
Robot dò line

Robot dò line

... Trong đồ án lần em thực làm robot dò line, so với robot robot nhỏ, đơn giản tảng để em làm lớn hơn, có ích trình học tập làm việc em sau I Tổng quan: Cấu trúc: - Cấu trúc robot gồm: Hai bánh xe sau ... giải quyết: Ứng dụng: Dựa vào cách hoạt động robotline phát triển rộng để tạo nên robot có ứng dụng thực tế robot thay người vào nơi nguy hiểm, robot làm công việc hành trình cố định v.v Hạn ... bám line đường Vì ta sử dụng ngắt tràn timer0 để tạo thời gian kiểm tra servo 20ms Khi 20ms servo điều chỉnh hướng quay lần đảm bảo robot di chuyển line Khi gặp vạch báo hiệu bẻ góc 900 chuyển line...

Ngày tải lên: 25/04/2013, 13:45

28 2,7K 3
Advanced Graphics Programming Techniques Using OpenGL P1

Advanced Graphics Programming Techniques Using OpenGL P1

... Shells Using Stencil to Dissolve Between Images Using Stencil to Render Co-planar Polygons Haloed Line xvi Programming with OpenGL: ... Lights 9.4.5 Soft Shadows Using Textures 10 Transparency 10.1 Screen-Door Transparency 10.2 Alpha Blending 10.3 Sorting 10.4 Using the Alpha Function 10.5 Using Multisampling ... 204 204 205 207 15 Line Rendering Techniques 15.1 Wireframe Models 15.2 Hidden Lines 15.2.1 glPolygonOffset 15.2.2 glDepthRange 15.3 Haloed Lines ...

Ngày tải lên: 28/10/2013, 00:15

30 465 0
Advanced Graphics Programming Techniques Using OpenGL P2

Advanced Graphics Programming Techniques Using OpenGL P2

... updates and continue on Outlining a polygon and drawing hidden lines are similar problems If we have an algorithm to outline polygons, hidden lines can be removed by outlining polygons with one color ... polygon could be outlined by simply connecting the vertices together with line primitives This seems similar to the decaling problem except that edges of the polygon being outlined may be shared ... The solution most frequently suggested for this problem is to draw the outline as a series of lines and translate the outline a small amount towards the eye Alternately, the polygon could be translated...

Ngày tải lên: 06/11/2013, 11:15

20 459 0
Tài liệu Web Programming Using a Simple Server ( http://thisisplc.blogspot.com) pdf

Tài liệu Web Programming Using a Simple Server ( http://thisisplc.blogspot.com) pdf

... only necessary to catch the first The first thing that NIST sends is a blank line The second thing is the date and time using Greenwich Mean Time (GMT) The following is a sample of the output from ... socket.getInputStream ())); // Read two lines from the BufferedReader and display them in the console window for (int count = 0; count < 2; count++) { String time = reader.readLine (); System.out.println ... clientSocket sent to it by the WebServer class to get a BufferedReader and then reads the first line This line is the URL string created by the browser The one generated from the form above is The...

Ngày tải lên: 22/12/2013, 17:15

19 566 0
Tài liệu PDA Robotics - Using Your Personal Digital Assistant to Control Your Robot ppt

Tài liệu PDA Robotics - Using Your Personal Digital Assistant to Control Your Robot ppt

... Command Line Compiler 146 The Source Code 147 Program the PIC16F876 xii 138 153 Contents PDA Robot Palm OS Software Using Code Warrior 8.0 155 Creating the PDA Robot Project 157 PDA Robot Software ... xv xix Robotic System Overview 15 Tools and Equipment 23 Infrared Communications Overview 29 The Electronics 43 Building PDA Robot 107 Programming the PIC16F876 Microcontroller 137 PDA Robot Palm ... Software Using Code Warrior 8.0 155 vii Copyright 2003 by The McGraw-Hill Companies, Inc Click Here for Terms of Use PDA Robotics PDA Robot Software for Pocket PC 2002 (Windows CE) 169 10 The PDA Robotics...

Ngày tải lên: 24/12/2013, 14:16

256 344 0
Tài liệu Introduction to Programming Using Java docx

Tài liệu Introduction to Programming Using Java docx

... 10 Generic Programming and Collection Classes 10.1 Generic Programming 10.1.1 Generic Programming in Smalltalk 10.1.2 Generic Programming in C++ 10.1.3 Generic Programming ... Introduction to Programming Using Java is a free introductory computer programming textbook that uses Java as the language of instruction It is suitable for use in an introductory programming course ... Chapter Arrays 7.1 Creating and Using Arrays 7.1.1 Arrays 7.1.2 Using Arrays 7.1.3 Array Initialization 7.2 Programming With Arrays 7.2.1 Arrays and...

Ngày tải lên: 19/01/2014, 16:20

690 2,3K 0
Tài liệu Parallel Port Complete: Programming, Interfacing, & Using the PC''''s Parallel Printer Port ppt

Tài liệu Parallel Port Complete: Programming, Interfacing, & Using the PC''''s Parallel Printer Port ppt

... Ports Direct Port 1/O 26 Programming in Basic Other Programming Languages Other Ways to Access Ports 31 LPT Access in Visual Basic Windows API Calls DOS and BIOS Interrupts Programming Issues 39 ... focuses on several areas related to the parallel port: Using the New Modes Some of the most frequently asked parallel-port questions relate to using, programming, and interfacing the port in the new, ... program listings printed in this book, I use Visual Basic 4's line- continuation character ( _) to extend program lines that don't fit on one line on the page In other words, this: PortType = Left$(ReturnBuffer,...

Ngày tải lên: 22/01/2014, 11:20

63 355 0
Core PHP programming   using PHP to build dynamic web sites

Core PHP programming using PHP to build dynamic web sites

... IT-SC book Core PHP Programming CORE PHP Programming Using PHP to Build Dynamic Web Sites Library of Congress Cataloging-in-Publication Date Atkinson, Leon Core PHP programming : using PHP to build ... does the line end? Unlike BASIC and JavaScript, which use a line break to denote the end of a line, PHP uses a semicolon On this issue PHP takes inspiration from C The contents of the line between ... IT-SC book 18 Core PHP Programming This book is organized into four main sections: an introduction to programming; a reference for all the functions in PHP; a survey of common programming problems;...

Ngày tải lên: 24/01/2014, 14:20

671 385 0
w