Coder Social home page Coder Social logo

proyecto-pa's Introduction

Getting Started

Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

proyecto-pa's People

Contributors

temobgallardo avatar victorhdzgeo avatar chuyromav avatar

Stargazers

 avatar

Watchers

 avatar

proyecto-pa's Issues

Crear clase para el calculo de OWA

##Objetivo

Crear una clase que reciba dos listas, la primera de valores de pixel y la segunda lista de pesos, y un valor de alfa debe retornar el valor de OWA dada un alfa

sugerencia:

private double[] valores = {0.10,0.5,0.23,0.75};
private double[] pesos = {0.6,0.15,0.1,0.15};

Crear clase de lectura de archivo csv

Objetivo

Crear una clase que pueda recibir un archivo CSV y regrese los datos en forma de diccionario

donde:

  • key: seria el nombre o ruta de la capa
  • valor: peso
key          | value
 -             | -
carretera | 0.9
agua       | 0.8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.