代码搜索:Commonly

找到约 690 项符合「Commonly」的源代码

代码结果 690
www.eeworm.com/read/273525/4207116

hlp m6_glossary.hlp

{smcl} {* 29mar2005}{...} {cmd:help m6 glossary} {hline} {title:Title} {p 4 4 2} {bf:[M-6] glossary -- Mata glossary of common terms} {title:Description} {p 4 4 2} Commonly used ter
www.eeworm.com/read/203555/15355827

c util.c

/* * util.c - commonly used utility functions. */ #include #include #include #include "util.h" void *checked_malloc(int len) {void *p = malloc(len); if (!p) { f
www.eeworm.com/read/203553/15355850

c util.c

/* * util.c - commonly used utility functions. */ #include #include #include #include "util.h" void *checked_malloc(int len) {void *p = malloc(len); if (!p) { f
www.eeworm.com/read/383271/8958705

h eth_ocm_phy.h

#ifndef __ETH_OCM_PHY_H__ #define __ETH_OCM_PHY_H__ #include "eth_ocm_regs.h" #include "eth_ocm.h" /* Enumeration of commonly-used PHY registers */ #define ETH_OCM_PHY_ADDR_CONTROL 0x0 #d
www.eeworm.com/read/420541/10791192

css common.css

/* * Style Sheets commonly used by documents of Tokyo Cabinet */ html { margin: 0em 0em; padding: 0em 0em; background: #eeeeee none; } body { margin: 1em 2em; padding: 0em 0em; backgrou
www.eeworm.com/read/463948/7171799

css common.css

/* * Style Sheets commonly used by documents of Tokyo Cabinet */ html { margin: 0em 0em; padding: 0em 0em; background: #eeeeee none; } body { margin: 1em 2em; padding: 0em 0em; backgrou
www.eeworm.com/read/301565/13856698

h eth_ocm_phy.h

#ifndef __ETH_OCM_PHY_H__ #define __ETH_OCM_PHY_H__ #include "eth_ocm_regs.h" #include "eth_ocm.h" /* Enumeration of commonly-used PHY registers */ #define ETH_OCM_PHY_ADDR_CONTROL 0x0 #d
www.eeworm.com/read/385462/2590794

h arch_limits.h

#ifndef __ARCH_LIMITS_H__ #define __ARCH_LIMITS_H__ /* Commonly 16K pages are used. */ #define __PAGE_SHIFT 14 /* 16K pages */ #define __PAGE_SIZE (1
www.eeworm.com/read/268420/11140890

c util.c

/* * util.c - commonly used utility functions. 常用工具函数 */ #include #include #include #include "util.h" /*申请内存空间*/ void *checked_malloc(int len) {void *p =
www.eeworm.com/read/291597/8408099

m f6.m

% f6.m % Schaffer's F6 function % commonly used to test optimization/global minimization problems % % z = 0.5+ (sin^2(sqrt(x^2+y^2))-0.5)/((1+0.01*(x^2+y^2))^2) function [out]=f6(in) x=in(:,1