Software Engineering pdf by Ashwin G. Raiyani at R.K.University

Read more...

Sample Applications for the Android platform

SeeJoPlayer Android music player Project


android game, android app development,programming,Android Application Development, android sample application, adnroid development, android projects,  final yer project, mca projects on android
A collection of useful, open source applications that demonstrate features of the Android platform:
  • Amazed: A simple but addictive accelerometer-based marble-guidance game.
  • AndroidGlobalTime: a full representation of the Earth that you can spin around.
  • AnyCut: A utility that lets users create Home screen shortcuts to nearly anything in the system.
  • Clickin2DaBeat: A game that mashes up YouTube with custom rhythm-game logic.
  • DivideAndConquer: a game in which you must isolate bouncing balls by creating walls around them.
  • HeightMapProfiler: A simple 3D performance testing tool that renders a 3D height map.
  • LOLcat Builder: O HAI. I CN HAS CHEEZBURGER?! IM N UR PHONE, CAPTIONIN UR PHOTOS.
  • Panoramio: An app that shows you nearby photos and points of interest.
  • Photostream: An app that lets you view photostreams from online photo-hosting services.
  • Radar: A radar-style relative location display view, used by Panoramio and others.
  • RingsExtended: A utility that provides enhanced control over ringtones.
  • Samples: Miscellaneous examples showing features of the Android platform (among which OpenGL ES).
  • SpriteMethodTest: An application that compares the speed of various 2D sprite drawing methods.
  • Translate: Translates more than 150 language pairs with Google's translation service.
  • WebViewDemo: How Java and JavaScript can call each other inside a WebView.
  • WikiNotes: A wiki note pad that uses intents to navigate to wiki words and other rich content stored in the notes. 

Read more...

Android Sudoku Game Source Code

android games, android app development,programming, Android Employee Directory , Android Application Development, android sample application, adnroid development, android projects,  final yer project, mca projects on android
OpenSudoku is a simple open source sudoku game. It's designed to be controlled both by finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty levels, more puzzles can be downloaded from the web and it also allows you to enter your own puzzles.

Read more...

Android Smallest webserver


smallest android webserver. Server understands "GET"-Requests and can handle ASCII and BINARY files. Works only when connected to a wifi-network.
by Hardik H. Kothadia R.K.University Rajkot.

Read more...

Android music player


Android Jamendo is a music player online android platform, open source online music player, the player' s main features are as follows:
1. Beautiful interface, at jamendo player everywhere exquisite layout, extensive use of custom controls and Adapter the layout, good for beginners of this study
2. framework clear
3. in the code a lot of use global buffering mechanisms, such as the Global Application buffer, picture buffer and so on. .
4. Data transfer mode using JSON, network transmission (Apache Http 4.0). . .
5. Global MediaService, and accompanied by such a notification NotifyManager

Read more...

Android Google Map Application


Android Google Map Application android, Android Tutorial, API key, applicatio,example, fingerprint, google, Google Map, google map application example, map application code.
 by hardik kothadia R.K.University at rajkot.

Read more...

Android Employee Directory with source code

 
Android Employee Directory with source code hello friend here you download android application with source code .



Read more...

Electrical & Electronics Engineering Projects


Read more...

IEEE Electronics & Communication ECE projects

Read more...

final year project for all branch

Read more...

Advanced Encryption Standard CSE Project Report

This is a good Computer science and IT project report on AES (Advanced Encryption Standard) of which use has increased level of security in recent days. Advanced Encryption Standard (AES), also known as Rijndael, is an encryption standard used for securing information. AES is a block cipher algorithm that has been analyzed extensively and is now used widely.
The AES Encryption and Decryption is synthesized on FPGA family of Virtex-2 using Xilinx ISE tool and hence the design operates at a maximum clock frequency of 18.970 MHz with a minimum period of 52.716ns. The project gives you the full coding and algorithm of this project. Use for your help and study work.

Read more...

Artificial Neural Networks and Their Application in River Flow Modeling

This is a good Computer science engineering project report on Artificial Neural Networks and their application in River Flow Modeling. An Artificial Neural Network(ANN) is network of parallel, distributed information processing system that relates an input vector to an output vector. It consists of a number of information processing elements called neurons or nodes, which are grouped in layers.  
The objective of this study are development of stage-discharge artificial neural network (ANN) models for the Godavari river at Dummagudem hydrological gauging station in Khammam district of Andhra Pradesh, validation of the formulated models, performance evaluation of the formulated models for Dummagudem gauging station. Use only for your reference and study work.

Read more...

E-Post Office System CSE PHP Project

This is a very good Computer Science project report on e-Post Office System which is a Website based project. The e-Post Office is the shopping portal of the world renowned postal service on the Internet and an additional distribution channel. It sells Stamps, Post Cards, Packets, Cartons and has services like courier, registering for electricity vendors, selling mobile cards, etc. This Project mainly includes selling of products and offering services just as a normal Post Office but with greater efficiency.
The project uses PHP and HTML as a software language and contains screen shots, different level diagrams like activity diagram, class diagram, state transition diagram, testing strategy etc. Use this project for your reference and study work.

Read more...

Karnaugh Map Using C++ CSE Project

This is a good project report on Karnaugh Map(K-Map) Using C++ which is also known as a Veitch diagram, is a tool to facilitate the simplification of Boolean algebraic expressions. The Karnaugh map reduces the need for extensive calculations by taking advantage of human pattern-recognition and permitting the rapid identification and elimination of potential race hazards.

A Karnaugh Map is a grid-like representation of a truth table. It is really just another way of presenting a truth table, but the mode of presentation gives more insight. A Karnaugh map has zero and one entries at different positions. This report contains full C++ programming of this project for your reference work.

Read more...

Customer Query Track ASP Project

This is a good MCA final year ASP.net project report on "customer query track" and explains about customer service software which handles customer feedback and submit answers for requests submitted by customers. The project is Submitted in partial fulfillment of the requirement for the award of bachelor degree in information technology. The project has been planned to be having the view of distributed architecture, with centralized storage of the database. The application for the storage of the data has been planned.
This report includes system deign, implementation, E-R diagram, flow diagram, data diagram etc. This System being web-based and an undertaking of Cyber Security Division, needs to be thoroughly tested to find out any security gaps. Use this report for your reference and study only.

Read more...

Online Mobile Phone Shop

This is a very good ASP dot net project report on "online mobile phone shop". This project is to develop an Internet based sale and purchase system for mobile. As mobile market is increasing very sharply and will increase with boom in near future. Visualizing the huge opportunity this is an effort to internationalize the business through Internet.



Read more...

Write a program to rotate a wheel with fill color as per user’s choice.

#include<stdio.h>
#include<conio.h>
#include<graphics.h>

#define ROUND(x) ( (int) (x+0.5) )

void lineDDA(int, int, int, int, int);
void midpoint(int, int, int, int);
void circlepoints(int, int, int, int, int);

void main()
{
    int gdriver=DETECT, gmode;
    int x1,y1,x2,y2,r;

    initgraph(&gdriver,&gmode,"c:\\tc\\bgi");

    cleardevice();

    //printf("Enter the value of (X1,Y1) : ");
    //scanf("%d %d",&x1,&y1);
    printf("Enter the value of (X2,Y2) : ");
    scanf("%d %d",&x2,&y2);
    printf("Enter the Radius : ");
    scanf("%d",&r);
    x1=getmaxx()/2;
    y1=getmaxy()/2;

    //printf("%d %d",x1,y1);
    lineDDA(x1,y1,x2,y2,r);

    getch();
    closegraph();
}

void lineDDA(int x1, int y1, int x2, int y2, int r)
{
    int dx=x2-x1, dy=y2-y1, step, i;
    float xIncr, yIncr, x=x1, y=y1;
 //    int midx = 319, midy = 239;

    if (abs(dx) > abs(dy))
        step = abs(dx);
    else
        step = abs(dy);

    xIncr = dx / (float) step;
    yIncr = dy / (float) step;

    midpoint(ROUND(x), ROUND(y), r, 9);

    for(i=0 ; i<step ; i++)
    {
        midpoint(ROUND(x), ROUND(y), r, 9);
        delay(10);
        midpoint(ROUND(x), ROUND(y), r, 0);

        x += xIncr;
        y += yIncr;
    }
    midpoint(ROUND(x), ROUND(y), r, 9);
}

void midpoint(int dx, int dy, int r, int c)
{
    int x=0, y=r, d=1-r;
    int de=3, dse=-2*r+5;

    circlepoints(x,y,dx,dy,c);

    while(y > x)
    {
        if(d < 0)
        {
            d += de;
            dse += 2;
        }
        else
        {
            d += dse;
            dse += 4;
            y--;
        }
        de += 2;
        x++;
        circlepoints(x,y,dx,dy,c);
    }
    setfillstyle(1,c);
    floodfill(dx,dy,c);
}

void circlepoints(int x, int y, int dx, int dy, int c)
{
    putpixel(dx+x,dy+y,c);
    putpixel(dx+x,dy-y,c);
    putpixel(dx-x,dy+y,c);
    putpixel(dx-x,dy-y,c);
    putpixel(dx+y,dy+x,c);
    putpixel(dx+y,dy-x,c);
    putpixel(dx-y,dy+x,c);
    putpixel(dx-y,dy-x,c);
}

Read more...

Program to show the implementation of Bottom-Up Parsing in C++ Programming

A C++ Program to show the implementation of Bottom-Up Parsing.


Download Here

Read more...
Related Posts Plugin for WordPress, Blogger...

Engineering material

GTU IDP/ UDP PROJECT

GTU IDP/ UDP PROJECT

Patel free software download

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP