开源共983篇

Location Source-卡核

Location Source

LocationSource 是Java Location API(JSR-179)规范的一个实现。当前只支持装有IBM J9虚拟机的Windows Mobile平台。
oschina的头像-卡核oschina1年前
09687531
Algebra.js 代数方程库-卡核

Algebra.js 代数方程库

Algebra.js 是一个用于构建,展示和解决代数方程的 JavaScript 库。它主要的可用对象是分数、表达式和公式。
oschina的头像-卡核oschina1年前
09678191
libmv-卡核

libmv

libmv 是一个通过运动计算结构的库,期望有朝一日能够从连续镜头或者照片中获得全部相机标定信息并建立3D模型。
oschina的头像-卡核oschina1年前
09673536
MATLABRobotics MATLAB sample codes for mobile robot navigation-卡核

MATLABRobotics MATLAB sample codes for mobile robot navigation

MATLABRobotics MATLAB sample codes for mobile robot navigation. === I'm sorry this project is no longer active. === If you are interested in robotics algorithms, this project ...
oschina的头像-卡核oschina1年前
09673147
CuPy 基于CUDA实现与NumPy兼容的多维数组的实现-卡核

CuPy 基于CUDA实现与NumPy兼容的多维数组的实现

CuPy是基于CUDA实现与NumPy兼容的多维数组的实现。 CuPy由核心多维数组类cupy.ndarray和许多函数组成。 它支持numpy.ndarray接口的子集。 安装: (Binary Package for CUDA 8.0) $ pip install ...
oschina的头像-卡核oschina1年前
09665387
Pose-estimation_tutorials-卡核

Pose-estimation_tutorials

Pose Estimation tutorials 这个repo的内容是我在硕士研究生期间学到的很多deep learning内容的大汇总,我的研究方向是pose estimation。仓库里包含了2d和3d pose estimation的一些代码和我的一...
oschina的头像-卡核oschina1年前
09663506
mathc Pure C math library for 2D and 3D programming-卡核

mathc Pure C math library for 2D and 3D programming

MATHC MATHC is a simple math library for 2D and 3D programming. Features Vectors (2D, 3D and 4D) (integer type and floating-point type) Quaternions Matrices (2×2, 3×3, and 4×4) ...
oschina的头像-卡核oschina1年前
09653670
speech_dereverbaration_using_lp_residual-卡核

speech_dereverbaration_using_lp_residual

Single Channel Speech Dereverbaration using LP Residual This is a single channel speech dereverberation method based on the paper "A two-stage algorithm for one-microphone rev...
oschina的头像-卡核oschina1年前
09628676
Topper 3D 模型的填充工具-卡核

Topper 3D 模型的填充工具

Topper 是一款 3D 模型的填充工具。目前有以下四种效果,可以用命令 configuration.scad 去转换它们: 序号 填充 效果图 1 球填充 2 Truncated Octohedron Tessellation 3 Rhombic Dodecahedron...
oschina的头像-卡核oschina1年前
09607933
PHP Geo PHP 地理位置计算库-卡核

PHP Geo PHP 地理位置计算库

phpgeo 是一个用于计算地理坐标之间高精度距离。 示例代码: <?php use Location\\Coordinate; use Location\\Distance\\Vincenty; $coordinate1 = new Coordinate...
oschina的头像-卡核oschina1年前
09602661
A-STAR 最短路径计算-卡核

A-STAR 最短路径计算

A-STAR 寻找一种静态路网(本算法中为二维数组)中求解最短路径的解决办法 我们可以通过: var element = new Element(); 来创建二维数组的一个节点。 element自身包含了一些方法: element.setS...
oschina的头像-卡核oschina1年前
09593255
Ahkab 电路仿真软件-卡核

Ahkab 电路仿真软件

类似于spice命令行电路仿真软件,使用python开发,可以对电路进行数值计算分析和符号计算分析。其符号分析系统目前只提供小信号分析方法,另外数值计算分析除了提供spice提供的直流分析、交流分...