代码搜索:based

找到约 10,000 项符合「based」的源代码

代码结果 10,000
www.eeworm.com/read/107377/15608409

txt readme.txt

Advanced Image Coding, version 1.0 ================================== Advanced Image Coding is an experimental image compression codec based on a combination of algorithms from the H.264 and JPEG
www.eeworm.com/read/106690/15626513

m rejstatepoch.m

% rejstatepoch() - reject bad eeg trials based a statistical measure. Can % be applied either to the raw eeg data or the ICA % component activity. This is an interact
www.eeworm.com/read/106262/15642240

h traina~1.h

class Stack { // Array-based stack class private: int size; // Maximum size of stack int top; // Index for top ELEM ELEM *li
www.eeworm.com/read/106262/15642241

h aqueue.h

class Queue { // Array based queue class private: int size; // Maximum size of queue int front; // Index prior to front item int rear;
www.eeworm.com/read/106262/15642255

h astack.h

class Stack { // Array-based stack class private: int size; // Maximum size of stack int top; // Index for top ELEM ELEM *li
www.eeworm.com/read/104297/15699672

m unifmutation.m

function [parent] = uniformMutate(parent,bounds,Ops) % Uniform mutation changes one of the parameters of the parent % based on a uniform probability distribution. % % function [newSol] = multiNonUnifM
www.eeworm.com/read/103743/15724302

h list.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/103743/15724303

c openvpn.c

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/103743/15724304

c schedule.c

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/103743/15724307

h proto.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *