代码搜索:Essential

找到约 824 项符合「Essential」的源代码

代码结果 824
www.eeworm.com/read/229403/4756602

in config.in

config BR2_PACKAGE_UTIL-LINUX bool "util-linux" default n help Various useful/essential Linux utilities. Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc... http://www.kernel.o
www.eeworm.com/read/374687/2749033

in config.in

config BR2_PACKAGE_UTIL-LINUX bool "util-linux" default n help Various useful/essential Linux utilities. Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc... http://www.kernel.o
www.eeworm.com/read/286560/8758716

txt this is our first simple program that creates a cube.txt

/* Essential Java 3D Fast Ian Palmer Publisher: Springer-Verlag ISBN: 1-85233-394-4 */ //Import the Java3D classes import java.awt.BorderLayout; import java.awt.Button; import jav
www.eeworm.com/read/286560/8758705

txt navigation around the scene.txt

/* Essential Java 3D Fast Ian Palmer Publisher: Springer-Verlag ISBN: 1-85233-394-4 */ import java.awt.BorderLayout; import java.awt.Button; import java.awt.Frame; import java.awt
www.eeworm.com/read/397449/8050175

css superfish.css

/*** ESSENTIAL STYLES ***/ .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu { line-height: 1.0; } .sf-menu ul { position: absolute; top: -999em; width: 10em;
www.eeworm.com/read/429592/8801291

txt how to configure the environment.txt

1、配置GCC 刚装好的GCC什么都不能编译,因为没有一些必须的头文件,所以要安装build-essential,安装了这个包会安装上g++,libc6-dev,linux-libc-dev,libstdc++6-4.1-dev等好多必须的软件和头文件。 sudo apt-get install build-essential 安装完成后写一个C语言程序testc.c测试一下。
www.eeworm.com/read/434656/1868943

m nufft_offset.m

function k0 = nufft_offset(om, J, K) %function k0 = nufft_offset(om, J, K) % offset for NUFFT % om [...] omega in [-pi, pi) (not essential!) % J # of neighbors used % K FFT size % out: % k0 [...] p
www.eeworm.com/read/244728/12847186

html about.html

COG 2.1 COG 2.1 COG is a grid generation package for 2D an 3D grid generation. An essential part is public domain. It's aim is to crea
www.eeworm.com/read/210576/15195809

c hl_gprs_c.c

#include "HL_GPRS_Ext.h" #include "HL_Serv_Ext.h" void main ( void ) { USIGN8 i, ucResult; // USIGN8 * pucData; // USIGN16 uiTemp[7]; Get_OD_Type sOD_Temp; // HL_GPRS_Essential_
www.eeworm.com/read/325265/13215051

txt drcom.txt

1.安装编译环境: sudo apt-get install build-essential libssl-dev 2.安装linux-headers sudo apt-get install linux-headers-`uname -r` uname -r是命令输出为:例如我的为2.6.15-28-686 核心是2.6.15 系统版本是2