196 skills found · Page 5 of 7
Code-XYZxyz / Real Time Interferometric Measurement Control For Photopolymer Additive ManufacturingThis is a comprehensive MATLAB-based software platform developed for real-time measurement and feedback control of a custom mask-projection photopolymerization based additive manufacturing system (referred as "ECPL", i.e., Exposure Controlled Projection Lithography) using a lab-built interferometry (referred as "ICM&M", i.e., Interferometric Curing Monitoring and Measurement). A graphical user interface using the graphical user interface development environment (GUIDE) of MATLAB was created to implement the ICM&M method for the ECPL process. The software interfaces with the hardware of the ECPL system’s ultraviolet lamp and DMD, and the ICM&M system’s camera. It was designed to streamline the operation of the ECPL process with the aid of parallel computing that implements online both the ICM&M acquisition and measurement analysis as well as the feedback control method. The application logs the acquired interferogram video data, performs numerical computations for the ICM&M measurement algorithms and control law, saves the real-time data and measurement results for all voxels in the region of interest. Meanwhile, it displays interferogram frames and visualize the photocuring process without a substantial sacrifice in temporal performance of other key functions such as data acquisition and measurement & control analysis. The software could be extended to real-time process measurement and control for other additive manufacturing systems, for example, metal based additive manufacturing aided by in-situ thermal images analysis.
enthought / Numpy Tutorial SciPyConf 2022Public GitHub repo for SciPy 2022 tutorial (Introduction to Numerical Computing With NumPy)
garethcmurphy / Interstellar Jet MHD Simulation🚀 A parallelized numerical solver for magnetohydrodynamics (MHD) equations, developed using finite volume methods to simulate 🌌 jets in the interstellar medium. This code is optimized for large-scale astrophysical simulations with ⚡ MPI-based parallelism, making it suitable for high-performance computing environments 🖥️. Perfect for exploring th
victorkreutzfeldt / Mec With Ris ControlCodes for reproducing the numerical results reported in: "Control Aspects for Using RIS in Latency-Constrained Mobile Edge Computing" by F. Saggese, V. Croisfelt, F. Costanzo, J. Shiraishi, R. Kotaba, P. Di Lorenzo, and P. Popovski.
muhammad-fiaz / Num.zigA production-grade, high-performance numerical computing library for Zig, designed with a clean, intuitive, and developer-friendly API similar to NumPy.
donald-pinckney / SwiftNumNumerical Computing in Swift
zvanjak / MMLMML (Minimal Math Library) - A comprehensive, single-header C++ mathematical library for numerical computing
tengjuilin / Intro Sci ComputingUW AMATH 301. Scientific computing and numerical methods for physical, biological, and engineering problems. Topics include root-finding, optimization, curve fitting, solving linear systems, singular value decomposition (SVD, PCA), numerical differentiation and integration, solving first-order and higher order ODEs, stability and stiffness of ODEs, phase portraits, chaotic systems, and Fourier transform.
rougier / DanaDistributed (Asynchronous) Numerical Adaptive computing framework
CrissNamon / CompajProgramming and numeric computing platform for math modeling and visualization with fully functional programming language
pnkraemer / ProbfindiffProbabilistic numerical finite differences. Compute finite difference weights and differentiation matrices on scattered data sites and with out-of-the-box uncertainty quantification.
nkeranova / Databases:open_file_folder: Databases is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full-text, numeric, and images. DEFINITION database Posted by: Margaret Rouse WhatIs.com Contributor(s): Allan Leake Sponsored News Using Automation to Solve Data Management Challenges –Veritas Avoid the Pain of Cloud Silos With Unified Management and Visibility –Splunk See More Vendor Resources Guide to Consolidating SQL Server 2000 and SQL Server 2005 Databases to SQL ... –Dell and Microsoft SQL Zero-Time Upgrades to Oracle Database 11g Using Oracle GoldenGate –Oracle Corporation A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full-text, numeric, and images. Download this free guide Download Our Exclusive Big Data Analytics Guide An unbiased look at real-life analytics success stories, including a Time Warner Cable case study, and tips on how to evaluate big data tools. This guide will benefit BI and analytics pros, data scientists, business execs and project managers. Start Download In computing, databases are sometimes classified according to their organizational approach. The most prevalent approach is the relational database, a tabular database in which data is defined so that it can be reorganized and accessed in a number of different ways. A distributed database is one that can be dispersed or replicated among different points in a network. An object-oriented programming database is one that is congruent with the data defined in object classes and subclasses. Computer databases typically contain aggregations of data records or files, such as sales transactions, product catalogs and inventories, and customer profiles. Typically, a database manager provides users the capabilities of controlling read/write access, specifying report generation, and analyzing usage. Databases and database managers are prevalent in large mainframe systems, but are also present in smaller distributed workstation and mid-range systems such as the AS/400 and on personal computers. SQL (Structured Query Language) is a standard language for making interactive queries from and updating a database such as IBM's DB2, Microsoft's SQL Server, and database products from Oracle, Sybase, and Computer Associates.
team-pancho / DeltaBEMMATLAB-based suite for 2-D numerical computing with the boundary element method on smooth geometries and open arcs.
gbenroscience / Parserng AndroidAn Android port of the multi-functional ParserNG for JavaSE. Compute Math expressions, work with variables, constants, formulae, functions, statistics, solve quadratic equations, Tartaglia's equations, do exact numerical differential calculus, numerical integration among others! All in pure java...no native dependencies
insertinterestingnamehere / Numerical ComputingNumerical computing labs
PacktPublishing / Numerical Computing With PythonLearning Path - Numerical Computing with Python
stdlib-js / WwwWebsite for stdlib, a standard library for JavaScript and Node.js.
fcooper8472 / Cpp Cbl 2019Repository for "Numerical Computing in C++", CBL 2019
enthought / Numpy Tutorial SciPyConf 2023Public GitHub repo for SciPy 2023 tutorial (Introduction to Numerical Computing With NumPy)
serve-and-volley / Strange AttractorsRendering strange attractors in 3D using Pre3D and HTML5 Canvas. Numerical solutions to the systems of differential equations computed using both the Euler method and the Runge-Kutta 4th-order method.