Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Fortran – Inquiry Functions

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Fortran
    • Post comments:2 Comments

    In this guide, we will discuss Fortran Inquiry Functions. The following table describes the inquiry functions − Sr.NoFunction & Description1allocated(array)It is a logical function which indicates if the array is…

    Continue ReadingFortran – Inquiry Functions

    Fortran – Reduction Functions

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Fortran
    • Post comments:2 Comments

    In this guide, we will discuss Fortran Reduction Functions. The following table describes the reduction functions: FunctionDescriptionall(mask, dim)It returns a logical value that indicates whether all relations in mask are…

    Continue ReadingFortran – Reduction Functions

    Fortran – Vector and Matrix Multiplication Functions

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Fortran
    • Post comments:1 Comment

    In this guide, we will discuss Fortran vector and matrix multiplication functions. The following table describes the vector and matrix multiplication functions: FunctionDescriptiondot_product(vector_a, vector_b)This function returns a scalar product of…

    Continue ReadingFortran – Vector and Matrix Multiplication Functions

    Fortran – Arrays

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Fortran
    • Post comments:1 Comment

    In this guide, we will discuss Fortran Arrays. Arrays can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of…

    Continue ReadingFortran – Arrays

    XStream – Package Aliasing

    • Post author:SUBHA S
    • Post published:October 18, 2021
    • Post category:Xstream
    • Post comments:0 Comments

    Xstream Package aliasing is used to create an alias of a fully qualified name of a class in XML to a new qualified name. Let us modify our example again…

    Continue ReadingXStream – Package Aliasing

    Fortran – Strings

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Fortran
    • Post comments:2 Comments

    In this guide, we will discuss Fortran Strings. The Fortran language can treat characters as single character or contiguous strings. A character string may be only one character in length,…

    Continue ReadingFortran – Strings

    XStream – Attribute Aliasing

    • Post author:SUBHA S
    • Post published:October 18, 2021
    • Post category:Xstream
    • Post comments:0 Comments

    Xstream Attribute aliasing is used to serialize a member variable as an XML attribute. Let us modify our example again and add the following code to it. xstream.useAttributeFor(Student.class, "studentName"); xstream.aliasField("name",…

    Continue ReadingXStream – Attribute Aliasing

    XStream – Implicit Collections Aliasing

    • Post author:SUBHA S
    • Post published:October 18, 2021
    • Post category:Xstream
    • Post comments:0 Comments

    XStream Implicit Collections Aliasing is used when a collection is to be represented in XML without displaying the roots. For example, in our case, we need to display each note…

    Continue ReadingXStream – Implicit Collections Aliasing

    XStream – Field Aliasing

    • Post author:SUBHA S
    • Post published:October 18, 2021
    • Post category:Xstream
    • Post comments:0 Comments

    Xstream Field aliasing is used to create an alias of a field in XML. Let us modify our example again and add the following code to it. xstream.aliasField("studentName", Student.class, "name");…

    Continue ReadingXStream – Field Aliasing

    XStream – Class Aliasing

    • Post author:SUBHA S
    • Post published:October 18, 2021
    • Post category:Xstream
    • Post comments:0 Comments

    Xstream Class aliasing is used to create an alias of a fully qualified name of a class in XML. Let us modify our original example and add the following code…

    Continue ReadingXStream – Class Aliasing
    • Go to the previous page
    • 1
    • …
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP