Search Results for "ns2 code with algorithm" - Page 10

Showing 397 open source projects for "ns2 code with algorithm"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    VCipher

    VCipher

    A Social Media Encryption/Decryption Tool

    VCipher is a unique encryption and decryption tool.The code is not unique rather it is quite simple as it uses Vigenère cipher algorithm but the idea is quite unique.It is created to be used as an extra layer of protection for social networking sites,so even if someone's account is hacked it will take them so expertise to read those messages.And if used correctly it can also be made uncrackable if used correctly.This is a CLI(Command Line Interface) there is a web version too. VCipher Web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    TIDES

    Taylor series Integrator for Differential Equations

    Taylor series Integrator for Differential EquationS. This software is developed by Profs. A. Abad, R. Barrio, F. Blesa and M. Rodriguez, (GME, University of Zaragoza, Spain). It consists on a C (Fortran) library, libTIDES, and a Mathematica package, MathTIDES. (MathTIDES requires Mathematica version >= 7.0) . Basic references: * A. Abad, R. Barrio, F. Blesa, M. Rodriguez, 2012. Algorithm 924: TIDES, a Taylor series Integrator for Differential EquationS, ACM TOMS. 39, no. 1, art. 5. (Main...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ProvErr

    ProvErr

    System Level Statistical Fault Diagnosis using Dependency Model

    Code base moved to: https://github.com/Data-to-Insight-Center/ProvErr A statistical fault diagnosis tool that leverages an application's dependency model to automatically infer an o ending piece of software/system in event of failure
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary streams of objects.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 5

    VisionLoc

    Vision algorithm for the localization of robots in 2D

    Vision algorithm for the localization of robots in 2D. The library can be called from a C, C++ or Matlab code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AppM Build Automation

    AppM Build Automation

    Automated software application for constructing and building projects.

    AppM Build Automaiton is an open source and automated software application that is used to construct and build projects on different operating systems and using different development environments. General principles of implementation: -Each project must have a Build Project File, containing the necessary information on the construction of the project. For example, a unique name of the project, dependence on other projects and libraries, methods of construction, etc. Thus, the entire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    AlgorithmExpress

    Demo really working algorithm code segments in C++

    "Express" here means light-weight, simple and straightforward. We just want to demo algorithms in an express way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Matlab Algorithm To C or C++

    Matlab Algorithm To C or C++

    Matlab Mupad algo demos to C and C++

    A demo with Matlab Mupad with an Options Call and Put algos converted to various C and C++ projects. You could also use Simulink for even FPGA deployment via HDL for ultra lowest high frequency trading
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TEACryptor

    TEACryptor

    Encrypts text files

    Uses the Tiny Encryption Algorithm to encrypt text files. This program can only encrypt text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Maze Solver

    Maze Solver

    Solves mazes

    Why solve a maze when you can get a computer to do it for you? All you have to do is draw the maze in a text file using: the character 'T' to represent a free space, 'P' to represent a wall, the character 'S' to represent the starting point, and 'F' to represent the finishing point. Just drag and drop the text file into the program and select which algorithm you would like the program to use to solve the maze. Currently you can choose either the Recursive algorithm (which does not give you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SpriteBuncher

    SpriteBuncher

    A free, open-source texture packing program.

    SpriteBuncher is a free, open-source texture packing program. It features an easy-to-use graphical interface, and advanced packing algorithms such as MaxRects. Further options include cropping, rotation, extruding, and padding. Data can be exported to a range of common output formats – e.g. Cocos2d, LibGDX, and Unity – or via generic XML, JSON, and plain text files. Examples and documentation are included. Source code available at: https://github.com/bazgt/SpriteBuncher [GPLv3].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CudaChain

    The associated source code of a paper

    CudaChain is the associated source code of the library described by the paper entitled " CudaChain: A Practical GPU-accelerated 2D Convex Hull Algorithm". The paper has submitted to PLoS One, and now is under revision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LZWStream

    The LZW algorithm in C#

    Implementation of the LZW algorithm in C#, adhering to the built-in System.IO.Compression. The algorithm and code is much improved, compared to projects like SharpLZW. The LZW algorithm is for arbitrary lossless data compression and are noticeable for simplicity and low (compared to others) memory consumption. Making it interesting for eg. embedded use. There're many other LZW implementations out there. This one is focused on KISS and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PhEq_bootstrap

    FDA's f2 computation with bootstrap technique

    This program was developed as a help in establishing pharmaceutical equivalence by use of FDA f2 coefficient. It was designed to help with f2 computation in cases when intra- and inter-batch variability is large, namely RSD>10%. The use of statistical bootstrap technique allows to implement confidence interval (CI) into the f2 coefficients resulting in overcoming of their major drawback in the original metrics. The algorithm provides possible “worst case scenario” of f2 values, thus supporting...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    FastPeak

    FastPeak

    Fast AFM force curve peaks detector algorithm

    This is showcase program, with source code and sample data included for fast peak detection algorithm. It is great tool for entry level, automated analisys, to discard empty and junk curves and save only ones matching required criteria. Assuming that only 1% of data is worth reviewing, and that manual selection takes approx. 3 seconds per curve, you can save up to 8 hours per every 10000 curves (like 2 days every week!). Force amplitude analisys for single curve takes from 1 to 4...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ..." to ensure that the java virtual machine has enough space to run. You can find sample test files under code/Test. Test files for clustering part are under code/Test/InputFile which contains two chameleon datasets from: http://glaros.dtc.umn.edu/gkhome/cluto/cluto/download Also, you can find sample test files for self-learning and co-training under its corresponding folders. Mainly genes/miRNAs expressions downloaded from : http://0-www.ncbi.nlm.nih.gov.elis.tmu.edu.tw/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CodeSounding is a sonification framework which makes possible to hear how any existing Java program "sounds like", by assigning instruments and pitches to code statements (if, for, etc) so that the flowing of execution is played as a flow of music.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SimpleFB_GA

    a simple genetic algorithm written in FreeBasic

    a FreeBasic-written Genetic Algorithm code is here deployed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    EducationalLCS

    eLCS - Educational Learning Classifier System

    ... algorithm in order to illustrate how work, how they are coded, and what impact they have on how an LCS algorithm runs. The Demo 6 version of eLCS is most similar to the UCS algorithm. Each version only includes the minimum code needed to perform the functions they were designed for. This way users can start by examining the simplest version of the code and progress forward. This code is intended to be used as an educational tool, or as algorithmic code building blocks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Code to calculate the effective parameters of metamaterials. The algorithm is described in Zsolt Szabó et al., A Unique Extraction of Metamaterial Parameters based on Kramers-Kronig Relationship, IEEE MTT, vol. 58, no. 10, 2010, pp. 2646-2653.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    pe-group

    a novel algorithm for grouping

    Here we offer a small code for grouping. The input is a distance matrix and the out put includes grouping message in each step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FLAC Decoder/Encoder

    FLAC Decoder/Encoder

    Hardware FLAC Encoder / Decoder

    FLAC (Free Lossless Audio Codec) is a Codec for Lossless Compression of digital audio. Digital audio compressed by FLAC's algorithm can typically be reduced to 50–60% of its original size and decompressed to an identical copy of the original audio data. FLAC is an open format with royalty-free licensing and a reference implementation which is free software. This project is High Performance, Low Power and High Quality FLAC Encoder and Decoder on HDL Code for FPGAs or ASICs synthesis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Network Symmetries and Synchronization

    Sage scripts to analyse network symmetries

    The goal of this project is to help readers understand and utilize the algorithm presented in our paper (http://arxiv.org/abs/1309.6605). These scripts use Sage to find symmetries and clusters in networks, and compute the transformation matrix to irreducible representation coordinates. I will try to update these codes to be more useful in the coming months. I welcome feedback, and will try to fix bugs and add features accordingly. Disclaimer: I make no guarantee that my code will work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ciGen

    ciGen

    ciGen is a short C++ code to generate cohesive interface elements.

    ... was written by VP Nguyen (google scholar link: http://scholar.google.com/citations?user=jCqqCAoAAAAJ&hl=en) when he was at TU Delft and the algorithm is described in the article VP Nguyen, "An open source program to generate zero-thickness cohesive interface elements", Advances in Engineering Software, 2014(74), 27--39. The code was compiled in Ubuntu/Mac OS (a gnu makefile is provided) and Windows (Microsoft Visual Studio). You have to install the library Boost (http://www.boost.org) first.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.