代码搜索:basically
找到约 957 项符合「basically」的源代码
代码结果 957
www.eeworm.com/read/181983/9222993
h route_cache.h
/* this file implements the data structure for storing the route cache.
* It is basically a linked list.
* This code has been modified from the flood_id_queue.c of NIST's kernel-AODV
* implementation
www.eeworm.com/read/181983/9223001
c route_cache.c
/* this file implements the data structure for storing the route cache.
* It is basically a linked list.
* This file has been modified from the flood_id_queue.c of NIST's kernel-AODV
* implementation
www.eeworm.com/read/353994/10399255
cpp utf8.cpp
//
// This is the entire source code for the little utility application used to convert Notepad based UTF8 text
// files to Symbian Resource compilier UTF8 compatible UTF8 files.
//
// Basically
www.eeworm.com/read/243098/12963492
m filter2.m
function [G,gabout] = gaborfilter(I,Sx,Sy,f,theta);
%%%%%%%VERSION 2
%%ANOTHER DESCRIBTION OF GABOR FILTER
%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes res
www.eeworm.com/read/132748/5910081
c ip_fw.c
/*
* This code is heavily based on the code on the old ip_fw.c code; see below for
* copyrights and attributions of the old code. This code is basically GPL.
*
* 15-Aug-1997: Major changes to all
www.eeworm.com/read/494289/6381852
txt cygwin.txt
It is quite easy to build MIRACL to work with Cygwin.
Basically follow the intructions in linux.txt, except first
(1) Copy mrmuldv.gcc to mrmuldv.c, and
(2) Change the file linux to replace
www.eeworm.com/read/489229/6476952
m numint3box.m
function out=numint3box(varargin)
%NUMINT3BOX Numerically evaluate triple integral over a box, using the
% "Numerical Integration Toolbox".
% NUMINT3BOX is basically a "wrapper" for GQUADND, to
www.eeworm.com/read/339324/12242891
txt license.txt
FTGL
Herewith is a license. I've also chucked in a gnu (see COPYING.txt) license
for those that are that way inclined. Basically I want you to use this
software and if you think this license is preve
www.eeworm.com/read/187933/5215140
java cbbasiccomboboxrenderer.java
package com.ca.commons.cbutil;
import javax.swing.*;
import javax.swing.plaf.basic.BasicComboBoxRenderer;
import java.awt.*;
/**
* This class basically allows us to set the render of a JCo
www.eeworm.com/read/337546/3333057
c apus_setup.c
/*
* Copyright (C) 1998, 1999 Jesper Skov
*
* Basically what is needed to replace functionality found in
* arch/m68k allowing Amiga drivers to work under APUS.
* Bits of code and/or ideas fr