代码搜索:Usefull
找到约 157 项符合「Usefull」的源代码
代码结果 157
www.eeworm.com/read/439630/1805573
readme
** Introduction:
With PEAR::Numbers_Words class you can change an integer number
to simple words. This can be usefull when you need to spell a currency
value e.g. on an invoice.
You can choose betwe
www.eeworm.com/read/457459/1597131
java texturecache.java
package org.sunflow.core;
import java.util.HashMap;
import org.sunflow.system.UI;
import org.sunflow.system.UI.Module;
/**
* Maintains a cache of all loaded texture maps. This is usefull i
www.eeworm.com/read/302621/13830832
changelog
19-01-2005:
0.4.13 released.
17-01-2005:
Applied patch by Aurelien Bompard which makes it possible to install the
plugin to a temporary DESTDIR, usefull when making RPMs.
23-12-2004:
Applied fix by
www.eeworm.com/read/334125/3374616
c gdb_backtrace_test.c
/*
add a usefull tool to test the gdb_backtrace script
just compile it with
cc -g -o gdb_backtrace_test gdb_backtrace_test.c
and run it in the same directory where your gdb_backtrace script is.
20
www.eeworm.com/read/455033/7379045
hpp fem.hpp
#ifndef FEM2_H_
#define FEM2_H_
#include
#include
#include "RefCounter.hpp"
#include "Serialize.hpp"
// some usefull function
//typedef double R;
template class KN_;
www.eeworm.com/read/280621/10302175
h core.h
// Usefull system bits and words numbers
#define SYSTEM_BIT_FIRST_SCAN 0
#define SYSTEM_BIT_INTERNAL_TABLE_OVERFLOW 9
#define SYSTEM_BIT_FAULT 10
#define SYSTEM_BIT_RUN 11
#define SYSTEM_
www.eeworm.com/read/138202/13249958
asv mymin.asv
function [q ,s]=min(x,high)
load usefull
adj=adj~=0;
n=length(x)
leftnodes=sum(adj(x,:))>0;
for i=1:n
leftnodes(x(i))=0;
end
leftnodes
n=sum(leftnodes);
for i=1:15
if (leftnodes(i)~