Showing 303 open source projects for "c array"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1

    A Compressed Enhanced Suffix Array Index

    A Compressed Suffix Arrays Based Index with Succinct LCP Information

    We have moved our project to github. https://github.com/saaddan/Compressed-Enhanced-Suffix-Array
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    TinyMT

    Fast high quality random number generator.

    TinyMT is a very fast random number generator..It produces high quality random numbers that pass the BigCrush and AdaptiveCrush tests. This project is a port of the TinyMT project on GitHub, which is written in C: https://github.com/jj1bdx/TinyMT My updates to this project include: 1. Ported the project over to C++. 2. Ported the project over to C#. 3. Made the class retain state .vs. passing in the state each time a ran number is needed. 4. Added a method to fill an array with random bytes - see GetRandBytes(). 5. Renamed methods, constants and types to something easier to use and remember. 6. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ezOdometer

    A C++ class for linear and non-linear positional notation iteration.

    ...This allows one to model multi-dimensional array slicing (aka hyper-slabbing) or permutation. It's a single header templated implementation to minimize memory usage and uses STL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KlustaKwik is an open-source C++ and Java program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data. NOTE (25/04/12): For those interested in trying the new masked version of KlustaKwik designed for large dense electrode array, download KlustaKwik3.0.1 in the maskedKlustaKwik folder.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    bin2froh

    Converts binary file(s) to/from C header file(s)

    Binary files, like Bitmap, have binary format ,while C compiler requires that they are converted to char array in C header files. Bin2froh comprises two programs, "bintoh" and "binfromh", which convert binary files to and from C header files. Use "bintoh" to convert binary files to C header files, and "binfromh" to revert the works done by "bintoh".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FAZIA DAQ

    FAZIA DAQ

    The aim of FAZIA project is to build a 4Pi array for charged particles

    The FAZIA project groups together more than 10 institutions in Nuclear Physics, which are working in the domain of heavy-ion induced reactions around and below the Fermi energy (10-100AMeV). The aim of the project is to build a 4Pi array for charged particles, with high granularity and good energy resolution, with A and Z identification capability over the widest possible range. It will use the up-to-date techniques concerning detection, signal processing and data flow, with full digital...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Bis-SNP

    Bisulfite-seq/NOMe-seq SNPs & cytosine methylation caller

    ...It uses bayesian inference with either manually specified or automatically estimated methylation probabilities of different cytosine context(not only CpG, CHH, CHG in Bisulfite-seq, but also GCH et.al. in other bisulfite treated sequencing) to determine genotypes and methylation levels simultaneously. It works for both of single-end and paired-end reads.Specificity and sensitivity has been validate by Illumina IM SNP array. In default threshold (Phred scale score > 20), it could detect 92.21% heterozygous SNPs with 0.14% false positive rate (90.88% sensitivity in C/T SNPs with 0.16% false positive rate, 98.51% sensitivity in non C/T SNPs with 0.16% false positive rate). Cytosine calling is not only based on reference context, so it could detect non-reference cytosine context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    libQtSerialization

    libQtSerialization

    Serialize your data in a backward and forward compatible manner.

    The libQtSerialization library is a Qt extension that makes it really easy to serialize your data in a forward and backward compatible way. The library is composed of two sides: the QWriter which helps you serialize data, and the QReader that helps you unserialize data. The writer is quiet straight forward. Pretty much, all you have to do is call a writeTag() function and the data gets serialized. The reader is a little more complex so the serialization can support special cases,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ESRI Shape Dump

    ESRI Shape Dump

    ESRI shape file binary viewer

    ESRI shape file viewer for Windows, written in C#. Dumps binary information, such as shape header, point info and array info for polylines and polygons. No graphical shape output; the intent here is to view the binary information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    makingMazes

    makingMazes

    Creator of mazes, with a recursive algorithm homemade (I'm not mathema

    The algorithm will carving zeros in an integer array initialized to "1". Data can be recorded in a simple way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    EpLibrary

    Visual C++ Utility Library

    * EpLibrary project in this site is not maintained anymore. * The project has been moved to https://github.com/juhgiyo/EpLibrary EpLibrary is a utility library for Visual C++. The features includes: - Math Framework - Enhanced Binary Search - Sort - Stream Framework - Container Framework - Simple Debugger Framework - FileSystem Framework - Other Frameworks - Server/Client Template Framework - System Framework - Thread System For detailed documentation,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PerfCache

    PerfCache

    A high-performance C++ cache library implementing O(1) LRU and LFU.

    PerfCache is an API that allows for creation and management of a memory cache. It includes basic cache operations (insert and retrieve), replacement policies, and expiration. Cache entry keys are strings of bytes, and data items are arrays of bytes. Variable length keys and data are supported. The cache itself is implemented as an array. The cache infrastructure includes a directory, mapping cache entry keys to cache array indices, and a sub-system for handling cache entry replacement...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    knowceans

    Utility classes from maps to search engine to random samplers

    Collection of several multi-purpose Java libraries. --- knowceans-tools = collection of Java utility classes. --- Highlights: --- org.knowceans.util: IndexQuickSort, TableList: apply order of one array/list to others +++ Vectors, ArrayUtils: array convenience +++ RandomSamplers, CokusRandom, ArmSampler, Densities: random sampling and distributions +++ Arguments: command line parser +++ StopWatch, Which, ExternalProcess: runtime stuff +++ ParallelFor: OpenMP workalike +++ PatternString, NamedGroupRegex: regex convenience --- org.knowceans.corpus: CorpusSearcher: full-text search engine +++ LabelNumCorpus: svmlight corpus storage and filtering +++ NIPS corpus with text, authors, labels and citations --- org.knowceans.map: InvertibleHashMultiMap, BijectiveHashMap: implement n:m and 1:1 relations. --- Other libs: knowceans-arms = port of the Adaptive Rejection Metropolis Sampler (ARMS) for arbitrary distributions +++ lda-j = port of lda-c, implementing Latent Dirichlet Allocation (LDA)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Apparat

    C++ library

    Apparat is a powerful C++ framework for linux programmers. It presents handy and practical facilities, including following: advanced smart pointers (strong and weak handles), set of containers (array, list, map, sector, cycle buffer, priority queue), own powerful signal/slot mechanism (signal can connect with slots in other threads), functors and functor's map, threads and timers, state machines, input/output streams and serialization, serial port, sockets and so on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A toolkit with using Suffix Array indexing for empirical natural language processing. Providing functions such as searching the occurrences of n-grams in the corpus and suffix array language model which can use arbitrarily long history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Signal And Noise Estimation Procedure Including Correlation (SANEPIC) has been originaly developped by G. Patanchon to be used on data from the Ballon-borne Large Aperture Submillimeter Telescope experiment (BLAST) . It has been modularized and generalized to other bolometer array by A. Beelen & M. Husson. SANEPIC has been applied with success to LABOCA and Herschel-SPIRE data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bugger!

    Bugger!

    A debugging-themed top-down shooter

    "Bugger!" is a little debugging-themed "top-down shooter" game. The player takes on the role of a programmer trying to clear bugs out of a project using an array of pun-y weapons. I need to put this on hold for a while, so I'm posting the source in the meantime. Never fear though, I'll be back ;-) Requires SFML 1.6 to compile/run, but tinyxml source-code is included with the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Though a large array of IRC daemons are already in existence, this ircd has been written from the ground-up in C with the goal of engendering a form of experimental IRC that lacks the traditional power struggles of modern IRC servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IPAT-S Scenario Scripting Language
    IPAT-S is a scenario modeling language. Use it for rapid development of quantitative strategic scenarios for governments, agencies, businesses, etc. using a fast and compact interpreted language. Package includes IPAT Studio development environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a simple opaque code that represents function pointers, array of function pointers, recursion, trigraphs, digraphs, typedef of funtions with pointers, passing functions as parameter that returns pointer to function arrays and soon ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a small lib. It gives you the ability to have a byte array and write/read on any position with any byte or bit offset (i.e write a MAC (48bit) from the second byte's 3rd bit and on). +OO UDP/TCP Sockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    x_array is a multidimensional array template class for C++, using techniques from the C++0X standard to achieve a unified interface for both fixed and dynamic storage needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    clibutils is collection of common data structures , This library supports any type, Following are the datastructures currently implemented. 1. Dynamic Array 2. Single Linked List 3. Heap 4. Map 4. Set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BezierSignature
    A simple .NET signature box for handheld application. Usage of bezier curves makes the resulting signature look more like the pen and paper version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AS3 Signals

    AS3 Signals

    Signals is a new approach for AS3 events, inspired by C# events

    A library offering a modern event system for ActionScript 3 inspired by C# events and Qt’s signals/slots, replacing string-based events with type-safe, boilerplate-free Signals. A Signal is essentially a mini-dispatcher specific to one event, with its own array of listeners. A Signal gives an event a concrete membership in a class. Listeners subscribe to real objects, not to string-based channels. Event string constants are no longer needed.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB