代码搜索:basically

找到约 957 项符合「basically」的源代码

代码结果 957
www.eeworm.com/read/102935/6227046

s sclow.s

/* sclow.S: Low level special syscall handling. * Basically these are cases where we can completely * handle the system call without saving any state * because we know th
www.eeworm.com/read/101042/6259367

sh ca.sh

#!/bin/sh # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes # things easier between now and whe
www.eeworm.com/read/101042/6259414

in ca.pl.in

#!/usr/local/bin/perl # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes # things easier between
www.eeworm.com/read/101042/6259424

pl ca.pl

#!/usr/bin/perl # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes # things easier between now a
www.eeworm.com/read/100601/6267398

txt pi.txt

This file describes how pi is computed by the program in 'pi.c' (see the utils subdirectory). Basically, we use Machin's formula, which is what everyone in the world uses as a simple method for compu
www.eeworm.com/read/493401/6402370

h noff.h

/* noff.h * Data structures defining the Nachos Object Code Format * * Basically, we only know about three types of segments: * code (read-only), initialized data, and unitialized data *
www.eeworm.com/read/484621/6580727

txt gnome.txt

/* hellwrld.c by detour@metalshell.com * * The very basics on how to create a GUI in gnome. * Basically creates a label with hello world caption * and attaches a function to the delete_event s
www.eeworm.com/read/130108/14208312

h bttv.h

/* * bttv - Bt848 frame grabber driver * * card ID's and external interfaces of the bttv driver * basically stuff needed by other drivers (i2c, lirc, ...) * and is supported not to chang
www.eeworm.com/read/129325/14252144

java sha1.java

/** * This Java Class consists the server side for the wondeful JavaScript library 'sha1.js'. I wrote it because I basically needed * some cheap client/server login authentication by the usual
www.eeworm.com/read/225994/14505492

c scp.c

/* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). * * NOTE: This version should NOT be suid root. (This uses ssh