"Source code" Essays and Research Papers

Sort By:
Satisfactory Essays
Good Essays
Better Essays
Powerful Essays
Best Essays
Page 19 of 50 - About 500 Essays
  • Good Essays

    Visual Basic Practical File

    • 3284 Words
    • 14 Pages

    Practical 1 Aim: - WAP to perform arithmetic operation using command buttons. (Declare variables globally). Design:- Source code :- Path :- F:\Program Files\Microsoft Visual Studio\COMMON\IDE\IDE ‘Initialize variable global Dim a‚ b‚ c As Integer ‘event for clear content Private Sub Command1_Click() ‘clear text box Text1.Text = "" Text2.Text = "" Text3.Text = "" End Sub ‘option for addition Private Sub Option1_Click() a = Val(Text1.Text) b = Val(Text2.Text) ‘Perform operation c = a + b Text3

    Premium Source code Prime number

    • 3284 Words
    • 14 Pages
    Good Essays
  • Good Essays

    Tapering of Arrays

    • 410 Words
    • 2 Pages

    Tapering of Arrays By Jaydeep Trivedi (09BEC096) And Kedar Trivedi (09BEC097) 1) Introduction: The code shown below is used to show the radiation pattern due to variable no of point sources‚ variable distance of the point of interest and variable wavelength. This code also determines the locations of all the nulls due to different input fed to the sources. Mostly we will be discussing three different feeding methods: uniform feeding‚ edge feeding and binomial feeding. 1.1) uniform pattern:

    Premium Fundamental physics concepts Ratio The Point

    • 410 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    enormous and costly to the company. The California plant has a license for fully integrated ERP systems in place but the license does not cover application source code. The Michigan plant has vendor developed applications and source code but the vendor is now out of business. The Georgia plant has vendor developed applications and source code through a different vendor that is still in business. Each system is run on different technologies in each plant and only the corporate office has a backup

    Premium Source code Corporation Business

    • 595 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Spring Tutorial

    • 6001 Words
    • 25 Pages

    Framework. For full details‚ we refer you to Rod Johnson’s book‚ Expert One-on-One J2EE Design and Development‚ published by Wrox Press in 2002. The book’s ISBN number is 1-86100-784-1. The code for the Spring Framework is contained in package com.interface21. We provide UML diagrams for the subpackages‚ as well as code samples. 1.1 Setting up for the samples The samples have been written using the MySQL database (www.mysql.com)‚ Tomcat (jakarta.apache.org/tomcat) and JBoss(www.jboss.org). We

    Premium Java Source code Subroutine

    • 6001 Words
    • 25 Pages
    Good Essays
  • Satisfactory Essays

    payrol management system

    • 1120 Words
    • 5 Pages

    interviews and collect documentation. This helps the analysts develop an initial set of system requirements. 3. The Design Phase - Describes desired features and operations in detail‚ including screen layouts‚ business rules‚ process diagrams‚ pseudo code and other documentation. A prototype should be developed during the logical design phase if possible. The detailed

    Premium Source code Business process reengineering Systems Development Life Cycle

    • 1120 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    programs of x86 system views memory as a collection of segments. Each segment belongs to a particular class corresponding to its contents. The commonly used classes are: 1. CODE 2. DATA 3. CONST 4. STACK During program execution segments are addressed via an x86 segment register. In most cases: Code Segments are addressed using register CS. Stack Segments are addressed using register SS. * The loader automatically sets CS and SS when the program is loaded. * CS is

    Premium Assembly language Source code Computer programming

    • 1156 Words
    • 5 Pages
    Good Essays
  • Good Essays

    TimberJack Case Study

    • 826 Words
    • 3 Pages

    issue that pushed the decision to purchase a new software package was the instability of our existing system. The current system would not allow user modification without altering the source code; over the years the changing of source code has lead to frequent system failures. Also due to modification of the source code and system failures the data is not reliable for users. The current system is a Hewlett-Packard’s MM3000 and HP has notified our company to inform that they no longer will support the

    Premium Source code Computer software Computer program

    • 826 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Assembly Language

    • 5117 Words
    • 21 Pages

    CONCLUSION. Assembly language is a representation of machine language. In other words‚ each assembly language instruction translates to a machine language instruction. The advantage of assembly language is that its instructions are readable. For example‚ assembly language statements like MOV and ADD are more recognizable than sequences of 0s and 1s. Though assembly language statements are readable‚ the statements are still low-level. Another disadvantage of assembly language is that it is not portable

    Premium Assembly language Hexadecimal Computer

    • 5117 Words
    • 21 Pages
    Good Essays
  • Good Essays

    Java Programming

    • 1974 Words
    • 8 Pages

    that is capable of developing robust mission-critical applications. Today‚ it is used not only for Web programming‚ but also for developing standalone applications across platforms on servers‚ desktops‚ and mobile devices. It was used to develop the code to communicate with and control the robotic rover that rolled on Mars. Many companies that once considered Java to be more hype than substance are now using it to create distributed applications accessed by customers and partners across the Internet

    Premium Java Source code Programming language

    • 1974 Words
    • 8 Pages
    Good Essays
  • Satisfactory Essays

    crap

    • 706 Words
    • 3 Pages

    ATGE1063 COMPUTER STUDIES ASSIGNMENT (2013/14) 1.0 General Information Objective: Apply the programming concepts and skills that you learnt from the subject unit ATGE1063 (Chapter 1 to Chapter 6) to design and develop a simple program. Task Summary: Design and develop Payroll Program that calculate net pay of a salesperson. Assessment Weight: This assignment contributes 30% of marks to the coursework component. Team Size: Group assignment (2 persons per group) Submission Mode:

    Premium Output Typeface Input

    • 706 Words
    • 3 Pages
    Satisfactory Essays
Page 1 16 17 18 19 20 21 22 23 50