代码搜索:basically
找到约 957 项符合「basically」的源代码
代码结果 957
www.eeworm.com/read/316872/3591370
c pmcmsp-flash.c
/*
* Mapping of a custom board with both AMD CFI and JEDEC flash in partitions.
* Config with both CFI and JEDEC device support.
*
* Basically physmap.c with the addition of partitions and
* an a
www.eeworm.com/read/274098/4189581
mk project.mk
# This file contains project settings common to all the binaries. This file
# is included in the sources files of driver, lib, app, and saruon.
# This file basically specified the include path for h
www.eeworm.com/read/418684/2085631
c slang_label.c
/**
* Functions for managing instruction labels.
* Basically, this is used to manage the problem of forward branches where
* we have a branch instruciton but don't know the target address yet.
*
www.eeworm.com/read/177530/6789454
txt consolebg.txt
//////// Console BG v2.1 By StarHawk
// Introduction
- This plugin basically puts a configurable background behind the console to make it much easier to read the console text. This helps a great
www.eeworm.com/read/473571/6846510
c testnamed.c
/*
this is basically joshua drakes named checking program converted to
a function with a few things added/subtracted/modified
- jsbach
*/
/* local type includes */
#include
#include
www.eeworm.com/read/334325/12612795
c sub_cc.c
/*
* sub_cc.c - Decoder for Closed Captions
*
* This decoder relies on MPlayer's OSD to display subtitles.
* Be warned that the decoding is somewhat preliminary, though it basically works.
*
*
www.eeworm.com/read/237003/13983485
txt qcd.txt
The most expensive routines in terms of CPU time were a family of routines
that multiplied a 2-spinors by SU(3) gauge elements: The core of these
routines is basically the same as the following code:
www.eeworm.com/read/201859/15394260
java version.java
package java_cup;
/** This class contains version and authorship information.
* It contains only static data elements and basically just a central
* place to put this kind of information so it
www.eeworm.com/read/104053/15711587
makefile
# Auto-adaptive C library Makefile adapted for libproc, Chuck Blake.
# Assumptions are basically that all the .c files in the CWD are modules
# for the library and that all .h files are the interface