repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_ary.h | null | null | null | null | null | null | C | 2026-05-04T18:32:37.403112 | #ifndef FIOBJ_ARRAY_H
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
/**
A dynamic Array type for the fiobj_s dynamic type system.
*/
#define FIOBJ_ARRAY_H
#include <fiobject.h>
#ifdef __cplusplus
extern "C" {
#endif
/* *****************************************************************************
Array creatio... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj.h | null | null | null | null | null | null | C | 2026-05-04T18:32:37.469656 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#ifndef H_FIOBJ_H
#define H_FIOBJ_H
#include <fiobj_ary.h>
#include <fiobj_data.h>
#include <fiobj_hash.h>
#include <fiobj_json.h>
#include <fiobj_mustache.h>
#include <fiobj_numbers.h>
#include <fiobj_str.h>
#include <fiobject.h>
#include <fio_siphash.h>
#ifdef H_... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_data.c | null | null | null | null | null | null | C | 2026-05-04T18:32:37.637587 | #if defined(__unix__) || defined(__APPLE__) || defined(__linux__) || \
defined(__CYGWIN__) /* require POSIX */
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
/**
* A dynamic type for reading / writing to a local file, a temporary file or an
* in-memo... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_json.c | null | null | null | null | null | null | C | 2026-05-04T18:32:37.927766 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fiobj_json.h>
#define FIO_ARY_NAME fio_json_stack
#define FIO_ARY_TYPE FIOBJ
#include <fio.h>
#include <fio_json_parser.h>
#include <assert.h>
#include <ctype.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
/* ********************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_mustache.c | null | null | null | null | null | null | C | 2026-05-04T18:32:37.957754 | /*
Copyright: Boaz Segev, 2018-2019
License: MIT
*/
#define INCLUDE_MUSTACHE_IMPLEMENTATION 1
#include <mustache_parser.h>
#include <fiobj_ary.h>
#include <fiobj_hash.h>
#include <fiobj_mustache.h>
#include <fiobj_str.h>
#ifndef FIO_IGNORE_MACRO
/**
* This is used internally to ignore macros that shadow functions (a... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_json.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.024355 | #ifndef H_FIOBJ_JSON_H
#define H_FIOBJ_JSON_H
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fiobj_ary.h>
#include <fiobj_hash.h>
#include <fiobj_numbers.h>
#include <fiobj_str.h>
#include <fiobject.h>
#ifdef __cplusplus
extern "C" {
#endif
/* *********************************************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_numbers.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.032782 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fiobj_numbers.h>
#include <fiobject.h>
#include <fio.h>
#include <assert.h>
#include <errno.h>
#include <math.h>
/* *****************************************************************************
Numbers Type
***********************************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_mustache.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.059810 | /*
Copyright: Boaz Segev, 2018-2019
License: MIT
*/
#ifndef H_FIOBJ_MUSTACHE_H
#define H_FIOBJ_MUSTACHE_H
#include <fiobject.h>
#include <mustache_parser.h>
/**
* Loads a mustache template, converting it into an opaque instruction array.
*
* Returns a pointer to the instruction array or NULL (on error).
*
* The... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_numbers.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.121028 | #ifndef H_FIOBJ_NUMBERS_H
#define H_FIOBJ_NUMBERS_H
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fiobject.h>
#ifdef __cplusplus
extern "C" {
#endif
/* *****************************************************************************
Numbers API (Integers)
************************************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_data.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.177221 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#if !defined(H_FIOBJ_IO_H) && (defined(__unix__) || defined(__APPLE__) || \
defined(__linux__) || defined(__CYGWIN__))
/**
* A dynamic type for reading / writing to a local file, a temporary file or an
* in-memory string.
*
* ... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_hash.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.234217 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fiobject.h>
#include <assert.h>
#include <fiobj_hash.h>
#define FIO_SET_CALLOC(size, count) fio_calloc((size), (count))
#define FIO_SET_REALLOC(ptr, original_size, size, valid_data_length) \
fio_realloc2((ptr), (size), (valid_data_length))
#de... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_str.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.251090 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#if defined(__unix__) || defined(__APPLE__) || defined(__linux__)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <unistd.h>
#endif
#ifdef _SC_PAGESIZE
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
#else
#define PAGE_SIZE 4096
#endif
#include <fiobject.h>
#inclu... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobject.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.572752 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
/**
This facil.io core library provides wrappers around complex and (or) dynamic
types, abstracting some complexity and making dynamic type related tasks easier.
*/
#include <fiobject.h>
#define FIO_ARY_NAME fiobj_stack
#define FIO_ARY_TYPE FIOBJ
#define FIO_ARY_IN... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_str.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.599894 | #ifndef H_FIOBJ_STR_H
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#define H_FIOBJ_STR_H
#include <fiobject.h>
#ifdef __cplusplus
extern "C" {
#endif
#define FIOBJ_IS_STRING(obj) FIOBJ_TYPE_IS((obj), FIOBJ_T_STRING)
/* *****************************************************************************
API: Creatin... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobject.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.602234 | #ifndef H_FIOBJECT_H
/*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
/**
This facil.io core library provides wrappers around complex and (or) dynamic
types, abstracting some complexity and making dynamic type related tasks easier.
*/
#define H_FIOBJECT_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <s... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/mustache_parser.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.676886 | /*
Copyright: Boaz Segev, 2018-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#ifndef H_MUSTACHE_LOADR_H
/**
* A mustache parser using a callback systems that allows this implementation to
* be framework agnostic (i.e., can be used with any JSON library).
*/
#define H_MUSTA... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http1.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.809231 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#ifndef H_HTTP1_H
#define H_HTTP1_H
#include <http.h>
#ifndef HTTP1_READ_BUFFER
/**
* The size of a single `read` command, it sets the limit for an HTTP/1.1
* header line.
*/
#define HTTP1_READ_BUFFER (8 * 1024) /* ~8kb */
#endif
/** Creates an HTTP1 protocol ob... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http1.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.826265 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#include <fio.h>
#include <http1.h>
#include <http1_parser.h>
#include <http_internal.h>
#include <websockets.h>
#include <fiobj.h>
#include <assert.h>
#include <stddef.h>
/* *****************************************************************************
The HTTP/1.... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http.h | null | null | null | null | null | null | C | 2026-05-04T18:32:38.867418 | #ifndef H_HTTP_H
/*
Copyright: Boaz Segev, 2016-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#define H_HTTP_H
#include <fio.h>
#include <fiobj.h>
#include <time.h>
/* support C++ */
#ifdef __cplusplus
extern "C" {
#endif
/* **********************************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http.c | null | null | null | null | null | null | C | 2026-05-04T18:32:38.898302 | /*
Copyright: Boaz Segev, 2016-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#include <fio.h>
#include <http1.h>
#include <http_internal.h>
#include <ctype.h>
#include <fcntl.h>
#include <signal.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http_internal.c | null | null | null | null | null | null | C | 2026-05-04T18:32:39.226629 | /*
Copyright: Boaz Segev, 2016-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#include <http_internal.h>
#include <http1.h>
/* *****************************************************************************
Internal Request / Response Handlers
*********************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/http_internal.h | null | null | null | null | null | null | C | 2026-05-04T18:32:39.475316 | /*
Copyright: Boaz Segev, 2016-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#ifndef H_HTTP_INTERNAL_H
#define H_HTTP_INTERNAL_H
#include <fio.h>
/* subscription lists have a long lifetime */
#define FIO_FORCE_MALLOC_TMP 1
#define FIO_INCLUDE_LINKED_LIST
#include <fio.h>
#i... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/parsers/http1_parser.h | null | null | null | null | null | null | C | 2026-05-04T18:32:39.477349 | #ifndef H_HTTP1_PARSER_H
/*
Copyright: Boaz Segev, 2017-2020
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
/**
This is a callback based parser. It parses the skeleton of the HTTP/1.x protocol
and leaves most of the work (validation, error checks, etc') to the callbacks.
*/
#defin... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/parsers/hpack.h | null | null | null | null | null | null | C | 2026-05-04T18:32:39.497953 | #ifndef H_HPACK_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <fio.h>
#ifndef MAYBE_UNUSED
#define MAYBE_UNUSED __attribute__((unused))
#endif
/**
* Sets the limit for both a single header value and a packed header group.
* Must be less than... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/http/parsers/http_mime_parser.h | null | null | null | null | null | null | C | 2026-05-04T18:32:39.716866 | /*
Copyright: Boaz Segev, 2018-2019
License: MIT
Feel free to copy, use and enjoy according to the license provided.
*/
#ifndef H_HTTP_MIME_PARSER_H
#define H_HTTP_MIME_PARSER_H
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
/* *****************************************************************************... |
zigzap/zap | https://github.com/zigzap/zap | null | null | null | null | 3,316 | null | null | mit | null | null | null | null | null | null | null | facil.io/lib/facil/fiobj/fiobj_hash.h | null | null | null | null | null | null | C | 2026-05-04T18:32:42.596202 | /*
Copyright: Boaz Segev, 2017-2019
License: MIT
*/
#ifndef H_FIOBJ_HASH_H
/**
* The facil.io Hash object is an ordered Hash Table implementation.
*
* By compromising some of the HashMap's collision resistance (comparing only
* the Hash values rather than comparing key data), memory comparison can be
* avoided and... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/conv_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.282196 |
#ifndef CONV_ALGORITHM_H
#define CONV_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
// convolution 相关
typedef enum{
ConvMode_Full=0,
ConvMode_Same,
ConvMode_Valid,
} ConvModeType;
typedef enum{
ConvMethod_Auto=0,
ConvMethod_Direct,
... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/cwt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.323326 |
#ifndef CWT_ALGORITHM_H
#define CWT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueCWT *CWTObj;
/***
waveletType 'morse'
scaleType 'log'
'morse' gamma 3 beta 20
'morlet' gamma 6 beta 2
'bump' gamma 5 beta 0.6
'paul' gamm... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/czt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.324512 |
#ifndef CZT_ALGORITHM_H
#define CZT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueCZT *CZTObj;
int cztObj_new(CZTObj *cztObj,int radix2Exp);
void cztObj_czt(CZTObj cztObj,float *realArr1,float *imageArr1,
float lowW,fl... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/classic/nmf.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.325422 |
#ifndef NMF_H
#define NMF_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
/***
V=W*H
k k<n&&k<m,k*(n+m)<n*m
maxIter 300
type 0 0 KL 1 IS 2 Euc
thresh 1e-3
norm 0 max 1 sum/p-1 2 p-2
****/
void nmf(float *mDataArr,int nLength,int mLength,int k,
float *wArr,float *hArr,
int... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/classic/viterbi.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.326956 |
#ifndef VITERBI_H
#define VITERBI_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
/***
λ=(π,A,B) sLength*1,sLength*sLength,sLength*nLength
oArr B nLength index
mProbArr tLength*sLength
sArr A sLength index
****/
float viterbi(float *piArr,float *mAArr,float *mBArr,
int sLengt... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/bft_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.330411 |
#ifndef BFT_ALGORITHM_H
#define BFT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueBFT *BFTObj;
/***
num>=2&&num<=2048
samplate 32000
binPerOctave 12 >=4&&<=48
radix2Exp 12
WindowType "hann"
slideLength 1024
filterSc... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/cepstrogram_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.331407 |
#ifndef CEPSTROGRAM_ALGORITHM_H
#define CEPSTROGRAM_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueCepstrogram *CepstrogramObj;
/***
radix2Exp 12
WindowType "rect"
slideLength 1024
****/
int cepstrogramObj_new(CepstrogramOb... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/cqt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.332563 |
#ifndef CQT_ALGORITHM_H
#define CQT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueCQT *CQTObj;
int cqtObj_new(CQTObj *cqtObj,int num,int samplate,float minFre,int *isContinue);
/***
num n*binPerOctave
samplate 32000
minFre ... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/classic/hmm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.363001 |
#ifndef HMM_H
#define HMM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
typedef struct OpaqueHMM *HMMObj;
int hmmObj_new(HMMObj *hmmObj,int nLength,int mLength);
void hmmObj_init(HMMObj hmmObj,float *piArr,float *mArr,float *mBArr);
// predict/decode
float hmmObj_predict(HMMObj... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/cwd_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:45.363534 |
#ifndef CWD_ALGORITHM_H
#define CWD_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueCWD *CWDObj;
int cwdObj_new(CWDObj *wvdObj,int num,int radix2Exp);
void cwdObj_cwd(CWDObj wvdObj,float *dataArr,float *mRealArr1,float *mImageA... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/xcorr_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:46.212656 |
#ifndef XCORR_ALGORITHM_H
#define XCORR_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef enum{
XcorrNormal_None=0,
XcorrNormal_Coeff,
} XcorrNormalType;
typedef struct OpaqueXcorr *XcorrObj;
int xcorrObj_new(XcorrObj *xcorrObj);
/**... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/feature/xxcc_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:46.907734 |
#ifndef XXCC_ALGORITHM_H
#define XXCC_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueXXCC *XXCCObj;
int xxccObj_new(XXCCObj *xxccObj,int num);
void xxccObj_setTimeLength(XXCCObj xxccObj,int timeLength);
/***
mDataArr1 'ma... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/hilbert_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:47.122801 |
#ifndef HILBERT_ALGORITHM_H
#define HILBERT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueHilbert *HilbertObj;
int hilbertObj_new(HilbertObj *hilbertObj,int radix2Exp);
void hilbertObj_hilbert(HilbertObj hilbertObj,float *... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/filterbank/auditory_weight.h | null | null | null | null | null | null | C | 2026-05-04T18:32:47.655153 |
#ifndef AUDITORY_WEIGHT_H
#define AUDITORY_WEIGHT_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
void auditory_weightA(float *freArr,int length,float *dBArr);
void auditory_weightB(float *freArr,int length,float *dBArr);
void auditory_weightC(float *freArr,int length,float *dBArr);... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/flux_base.h | null | null | null | null | null | null | C | 2026-05-04T18:32:47.850193 |
#ifndef FLUX_BASE_H
#define FLUX_BASE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
// window相关
typedef enum{
Window_Rect=0,
Window_Hann,
Window_Hamm,
Window_Blackman,
Window_Kaiser,
Window_Bartlett,
Window_Triang,
Window_Flattop,
Window_Gauss,
Window_Blackman_Harri... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/fst_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:48.419576 |
#ifndef FST_ALGORITHM_H
#define FST_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueFST *FSTObj;
int fstObj_new(FSTObj *fstObj,int radix2Exp);
void fstObj_fst(FSTObj fstObj,float *dataArr,int minIndex,int maxIndex,float *mRealA... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/hht_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:48.536301 |
#ifndef HHT_ALGORITHM_H
#define HHT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueHHT *HHTObj;
/***
num radix2Exp-1 <=radix2Exp-1
waveletType 'sym4' 'db4'/'coif4'/'fk4'/'bior4.4'
****/
int hhtObj_new(HHTObj *hhtObj,int num,i... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_cep.h | null | null | null | null | null | null | C | 2026-05-04T18:32:49.108706 |
#ifndef _PITCH_CEP_H
#define _PITCH_CEP_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchCEP *PitchCEPObj;
/***
samplate 32000
lowFre 32,
highFre 2000
radix2Exp 12
WindowType Hamm
slideLength (1<<radix2Exp)/4
isContinue 0
*... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_hps.h | null | null | null | null | null | null | C | 2026-05-04T18:32:49.213661 |
#ifndef _PITCH_HPS_H
#define _PITCH_HPS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchHPS *PitchHPSObj;
/***
samplate 32000
lowFre 32,
highFre 2000
radix2Exp 12
WindowType Hamm
slideLength (1<<radix2Exp)/4
harmonicCoun... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_lhs.h | null | null | null | null | null | null | C | 2026-05-04T18:32:49.841531 |
#ifndef _PITCH_LHS_H
#define _PITCH_LHS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchLHS *PitchLHSObj;
/***
samplate 32000
lowFre 32,
highFre 2000
radix2Exp 12
WindowType hamm
slideLength (1<<radix2Exp)/4
harmonicCou... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_ncf.h | null | null | null | null | null | null | C | 2026-05-04T18:32:49.902322 |
#ifndef _PITCH_NCF_H
#define _PITCH_NCF_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchNCF *PitchNCFObj;
/***
samplate 32000
lowFre 32,
highFre 2000
radix2Exp 12
WindowType rect
slideLength (1<<radix2Exp)/4
isContinue 0
*... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_pef.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.525862 |
#ifndef _PITCH_PEF_H
#define _PITCH_PEF_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchPEF *PitchPEFObj;
/***
samplate 32000
lowFre 32,
highFre 2000
cutFre 4000, >highFre
radix2Exp 12
WindowType hamm
slideLength (1<<radi... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/_pitch_yin.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.553420 |
#ifndef _PITCH_YIN_H
#define _PITCH_YIN_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
typedef struct OpaquePitchYIN *PitchYINObj;
/***
samplate 32000
lowFre 27
highFre 2000
radix2Exp 12
slideLength (1<<radix2Exp)/4
autoLength (1<<radix2Exp)/2
isContinue 0
****/
int pitch... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dwt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.945585 |
#ifndef DWT_ALGORITHM_H
#define DWT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueDWT *DWTObj;
/***
num radix2Exp-1 <=radix2Exp-1
waveletType 'sym4' 'db4'/'coif4'/'fk4'/'bior4.4'
****/
int dwtObj_new(DWTObj *dwtObj,int num,i... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/feature/chroma_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.962648 |
#ifndef CHROMA_ALGORITHM_H
#define CHROMA_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueChroma *ChromaObj;
// chNum >=binPerOctave; times
int chromaObj_new(ChromaObj *chromaObj,int num,float *freBandArr,
int *binPerOcta... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/feature/spectral_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.985436 |
#ifndef SPECTRAL_ALGORITHM_H
#define SPECTRAL_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueSpectral *SpectralObj;
int spectralObj_new(SpectralObj *spectralObj,int num,float *freBandArr);
// 0~num-1
void spectralObj_setEdg... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/feature/deconv_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:50.994678 |
#ifndef DECONV_ALGORITHM_H
#define DECONV_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueDeconv *DeconvObj;
int deconvObj_new(DeconvObj *deconvObj,int num);
void deconvObj_setTimeLength(DeconvObj deconvObj,int timeLength);
... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/resample_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.075750 |
#ifndef RESAMPLE_ALGORITHM_H
#define RESAMPLE_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef enum{
ResampleAlg_Polyphase=0, // stand
ResampleAlg_Bandlimited, // ccrma
} ResampleAlgType;
typedef enum{
ResampleQuality_Best=0,
Resamp... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/emd_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.094159 |
#ifndef EMD_ALGORITHM_H
#define EMD_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueEMD *EMDObj;
int emdObj_new(EMDObj *emdObj,int num,int radix2Exp);
void emdObj_emd(EMDObj emdObj,float *dataArr,float *mRealArr1,float *mImageA... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/ewt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.102299 |
#ifndef EWT_ALGORITHM_H
#define EWT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueEWT *EWTObj;
/***
num radix2Exp-1 <=radix2Exp-1
waveletType 'sym4' 'db4'/'coif4'/'fk4'/'bior4.4'
****/
int ewtObj_new(EWTObj *ewtObj,int num,i... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/harmonicRatio_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.154385 |
#ifndef HARMONICRATIO_ALGORITHM_H
#define HARMONICRATIO_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueHarmonicRatio *HarmonicRatioObj;
/***
samplate 32000
lowFre 25
radix2Exp 12
windowType hamm
****/
int harmonicRatioO... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/harmonic_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.177832 |
#ifndef HARMONI_ALGORITHM_H
#define HARMONI_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueHarmonic *HarmonicObj;
/***
samplate 32000
radix2Exp 12
windowType hamm
****/
int harmonicObj_new(HarmonicObj *harmonicObj,
... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/dsp/phase_vocoder.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.182308 |
#ifndef PHASE_VOCODER_H
#define PHASE_VOCODER_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
/***
mDataArr1 stft time*fftLength
rate 0.5~2
slideLength fftLength/4
****/
void phase_vocoder(float *mRealArr1,float *mImageArr1,int timeLength,int fftLength,int slideLength,float rate,... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/hpss_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.522149 |
#ifndef HPSS_ALGORITHM_H
#define HPSS_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueHPSS *HPSSObj;
/***
windowType 'hamm'
slideLength (1<<radix2Exp)/4
hOrder/pOreder 21/31 (radix2Exp=11) ;must odd
****/
int hpssObj_new(H... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/onset_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.564901 |
#ifndef ONSET_ALGORITHM_H
#define ONSET_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
typedef enum{
Novelty_Flux=0,
Novelty_HFC,
Novelty_SD,
Novelty_SF,
Novelty_MKL,
Novelty_PD,
Novelty_WPD,
Novelty_NWPD,
Novelty_CD,
Novelty_RCD,
Novelty_Broadband,
} ... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/pitchShift_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.566332 |
#ifndef PITCHSHIFT_ALGORITHM_H
#define PITCHSHIFT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaquePitchShift *PitchShiftObj;
/***
radix2Exp 12
WindowType hann
slideLength (1<<radix2Exp)/4
****/
int pitchShiftObj_new(Pitch... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/mir/timeStretch_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.613961 |
#ifndef TIMESTRETCH_ALGORITHM_H
#define TIMESTRETCH_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "../flux_base.h"
typedef struct OpaqueTimeStretch *TimeStretchObj;
/***
radix2Exp 12
WindowType hann
slideLength (1<<radix2Exp)/4
****/
int timeStretchObj_new(... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/st_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.783666 |
#ifndef ST_ALGORITHM_H
#define ST_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueST *STObj;
// minIndex>0 maxIndex<fftLength/2 not contain edge
int stObj_new(STObj *stObj,int radix2Exp,int minIndex,int maxIndex,float *factor,fl... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/spectrogram_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.818433 |
#ifndef SPECTROGRAM_ALGORITHM_H
#define SPECTROGRAM_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueSpectrogram *SpectrogramObj;
/***
num>=2&&num<=2048
samplate 32000
lowFre linear 0 mel/bark/erb/log 27.5
highFre 16000
binP... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/pwt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.820903 |
#ifndef PWT_ALGORITHM_H
#define PWT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaquePWT *PWTObj;
int pwtObj_new(PWTObj *pwtObj,int num,int radix2Exp,
int *samplate,float *lowFre,float *highFre,int *binPerOctave,
Spectral... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/nsgt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.825616 |
#ifndef NSGT_ALGORITHM_H
#define NSGT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef enum{
NSGTFilterBank_Efficient=0,
NSGTFilterBank_Standard,
} NSGTFilterBankType;
typedef struct OpaqueNSGT *NSGTObj;
/***
samplate 32000
lowFre lin... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/reassign_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.858047 |
#ifndef REASSIGN_ALGORITHM_H
#define REASSIGN_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef enum{
Reassign_All=0,
Reassign_Fre,
Reassign_Time,
Reassign_None,
} ReassignType;
typedef struct OpaqueReassign *ReassignObj;
/***
rad... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/stft_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:51.947086 |
#ifndef STFT_ALGORITHM_H
#define STFT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueSTFT *STFTObj;
int stftObj_new(STFTObj *stftObj,int radix2Exp,WindowType *windowType,int *slideLength,int *isContinue);
void stftObj_setSlide... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/swt_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.118873 |
#ifndef SWT_ALGORITHM_H
#define SWT_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueSWT *SWTObj;
/***
num >=1
fftLength fftLength%2^num=0
waveletType 'sym4' 'db4'/'coif4'/'fk4'/'bior4.4'
****/
int swtObj_new(SWTObj *swtObj,in... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/temporal_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.152809 |
#ifndef TEMPORAL_ALGORITHM_H
#define TEMPORAL_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueTemporal *TemporalObj;
/***
frameLength 2048
slideLength 512
windowType Hann
****/
int temporalObj_new(TemporalObj *temporalObj,
... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/synsq_algorithm.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.164794 |
#ifndef SYNSQ_ALGORITHM_H
#define SYNSQ_ALGORITHM_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
typedef struct OpaqueSynsq *SynsqObj;
/***
for cwt system:cwt,dwt,wpt,st,fst
samplate 32000
order 1 >=1
scaleType
thresh >=0 default 0.001
****/
int synsqO... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/track/tune_track.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.215743 |
#ifndef TUNE_TRACK_H
#define TUNE_TRACK_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
typedef struct OpaqueTuneTrack *TuneTrackObj;
/***
samplate 32000
lowFre 27
highFre 4000
radix2Exp 12
slideLength (1<<radix2Exp)/4
isContinue 0
****/
int tuneTrackObj_new(TuneTrackObj *tun... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/util/flux_wave.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.534431 |
#ifndef FLUX_WAVE_H
#define FLUX_WAVE_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
typedef struct OpaqueWaveRead *WaveReadObj;
typedef struct OpaqueWaveWrite *WaveWriteObj;
int waveReadObj_new(WaveReadObj *waveObj,char *fileName);
int waveReadObj_getInfor(WaveReadObj waveObj,int... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/util/flux_util.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.534974 |
#ifndef FLUX_UTIL_H
#define FLUX_UTIL_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
// 2^n
int util_isPowerTwo(int value);
int util_ceilPowerTwo(int value);
int util_floorPowerTwo(int value);
int util_roundPowerTwo(int value);
// value=2^n =>n
int util_powerTwoBit(int value);
//... |
libAudioFlux/audioFlux | https://github.com/libAudioFlux/audioFlux | null | null | null | null | 3,309 | null | null | mit | null | null | null | null | null | null | null | include/vector/flux_complex.h | null | null | null | null | null | null | C | 2026-05-04T18:32:52.711431 |
#ifndef FLUX_COMPLEX_H
#define FLUX_COMPLEX_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <stdlib.h>
// 复数基本运算
void __complexMul(float real1,float image1,
float real2,float image2,
float *real3,float *image3);
void __complexDiv(float real1,float image1,
float real2,float image2,... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/include/distributed_hooks.h | null | null | null | null | null | null | C | 2026-05-04T18:32:56.148534 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/distributed_hooks.h
*
* The implementation for shard colocation for DocumentDB with citus.
*
*----------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/distribution/cluster_versioning.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.153317 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/distribution/cluster_versioning.c
*
* Utilities that Provide extension functions to handle version upgrade
* scenarios for the current extension.
*
*------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/distribution/distributed_hooks.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.154711 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/distribution/distributed_hooks.c
*
* Implementation of API Hooks for a distributed execution.
*-------------------------------------------------------------------------
... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/include/documentdb_distributed_init.h | null | null | null | null | null | null | C | 2026-05-04T18:32:56.157116 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/documentdb_distributed_init.h
*
* The implementation for shard colocation for documentdb with citus.
*
*------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/colocation/shard_colocation.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.178449 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/colocation/shard_colocation.c
*
* Implementation of colocation and distributed placement for the extension.
*
*---------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/include/shard_colocation.h | null | null | null | null | null | null | C | 2026-05-04T18:32:56.200614 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/shard_colocation.h
*
* The implementation for shard colocation for DocumentDB with citus.
*
*-----------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/include/distributed_index_operations.h | null | null | null | null | null | null | C | 2026-05-04T18:32:56.230282 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/distributed_index_operations.h
*
* The implementation for distributed index operations.
*
*-------------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/distribution/cluster_operations.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.272426 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/distribution/cluster_operations.c
*
* Implementation of a set of cluster operations (e.g. upgrade, initialization, etc).
*
*--------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/include/node_distributed_operations.h | null | null | null | null | null | null | C | 2026-05-04T18:32:56.305392 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/node_distributed_operations.h
*
* The implementation for node level distributed operations.
*
*---------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/distribution/distributed_index_operations.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.347700 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/distribution/distributed_index_operations.c
*
* Implementation of index operations for a distributed execution.
*--------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/distribution/node_distribution_operations.c | null | null | null | null | null | null | C | 2026-05-04T18:32:56.970555 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/distribution/node_distribution_operations.c
*
* Implementation of scenarios that require distribution on a per node basis.
*---------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/documentdb_distributed.c | null | null | null | null | null | null | C | 2026-05-04T18:32:57.065844 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/documentdb_distributed.c
*
* Initialization of the shared library.
*-------------------------------------------------------------------------
*/
#include <postgres.h>
#... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/aggregation_commands.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.120502 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/aggregation/aggregation_commands.h
*
* Exports for the aggregation external commands.
*
*-------------------------------------------------------------------------
... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/explain/documentdb_distributed_explain.c | null | null | null | null | null | null | C | 2026-05-04T18:32:57.123037 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/explain/documentdb_distributed_explain.c
*
* Base Implementation and Definitions for distributed explain for documentdb.
*
*--------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_aggregate.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.233638 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/aggregation/bson_aggregates.h
*
* BSON Aggregate headers
*
*-------------------------------------------------------------------------
*/
#ifndef BSON_AGGREGATE_H
... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/rebalancer/shard_rebalancer.c | null | null | null | null | null | null | C | 2026-05-04T18:32:57.244695 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/rebalancer/shard_rebalancer.c
*
* Implementation of a set of APIs for cluster rebalancing
*
*-------------------------------------------------------------------------
... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | internal/pg_documentdb_distributed/src/documentdb_distributed_init.c | null | null | null | null | null | null | C | 2026-05-04T18:32:57.246252 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* src/documentdb_distributed_init.c
*
* Initialization of the shared library initialization for distribution for Hleio API.
*--------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_aggregation_window_operators.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.616709 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/aggregation/bson_aggregation_window_operators.h
*
* Exports for the window operator for stage: $setWindowField
*
*--------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_bucket_auto.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.743912 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/aggregation/bson_bucket_auto.h
*
* Common declarations of functions for handling $bucketAuto stage.
*
*-------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_densify.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.774517 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/aggregation/bson_densify.h
*
* Common declarations of functions for handling $densify stage.
*
*--------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_positional_query.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.838382 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/bson/bson_positional_query.h
*
* Declarations of functions for the BSON Positional $ operator.
*
*------------------------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_projection_tree.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.842275 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/bson/bson_projection_tree.h
*
* Common declarations of functions for handling bson path trees for projection.
*
*---------------------------------------------------... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_project.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.876340 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/bson/bson_project.h
*
* Common declarations of functions for handling bson projection.
*
*-------------------------------------------------------------------------
... |
documentdb/documentdb | https://github.com/documentdb/documentdb | null | null | null | null | 3,290 | null | null | mit | null | null | null | null | null | null | null | pg_documentdb/include/aggregation/bson_project_operator.h | null | null | null | null | null | null | C | 2026-05-04T18:32:57.888623 | /*-------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* include/bson/bson_project_operator.h
*
* Common declarations of functions for handling projection operators in find queries
*
*---------------------------------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.