代码搜索:DOM

找到约 10,000 项符合「DOM」的源代码

代码结果 10,000
www.eeworm.com/read/275212/10828461

m sp.m

function [lam,phi,phip,x,wint,wipr,dom]=sp(fun,n,errtol) % % Calculates the eigenvalues lam, the eigenfunctions phi and their derivatives phip of the problem % -p*y"-dp*y'+q*y=lambda*r*y, x in dom=
www.eeworm.com/read/275212/10828468

m lurabe.m

function [p,dp,q,r,alp,dom,x,wint,wipr]=urabe(n) dom=[0,2*pi];alpha=(dom(2)-dom(1))/2;beta=(dom(2)+dom(1))/2; e1=ones(n,1)/2;e2=e1;e2(2)=1;X=spdiags([e1,e2],[-1,1],n,n); X=alpha*X+beta*eye(n); r=1
www.eeworm.com/read/275212/10828480

m lvanderpol.m

function [p,dp,q,r,alp,dom,x,wint,wipr]=vanderpol(n) dom=[0,2*pi];alpha=(dom(2)-dom(1))/2;beta=(dom(2)+dom(1))/2; e1=ones(n,1)/2;e2=e1;e2(2)=1;X=spdiags([e1,e2],[-1,1],n,n); X=alpha*X+beta*eye(n);
www.eeworm.com/read/275212/10828496

m lurabe1.m

function [p,dp,q,r,alp,dom,x,wint,wipr]=urabe1(n) dom=[0,2*pi];alpha=(dom(2)-dom(1))/2;beta=(dom(2)+dom(1))/2; e1=ones(n,1)/2;e2=e1;e2(2)=1;X=spdiags([e1,e2],[-1,1],n,n); X=alpha*X+beta*eye(n); r=
www.eeworm.com/read/470729/6906723

h visible_text.h

/* * Copyright (C) 2004 Apple Computer, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/470729/6906772

h cssstyleselector.h

/* * This file is part of the CSS implementation for KDE. * * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * Copyright (C) 2003 Apple Computer, Inc. * * This library is free software; you
www.eeworm.com/read/470729/6906837

h xbl_binding_manager.h

#include "qptrdict.h" namespace khtml { class CachedXBLDocument; class BindingURI; } namespace DOM { class DocumentImpl; class NodeImpl; class ElementImpl; } namesp
www.eeworm.com/read/470729/6906851

h khtmlview.h

/* This file is part of the KDE project Copyright (C) 1997 Martin Jones (mjones@kde.org) (C) 1998 Waldo Bastian (bastian@kde.org) (C) 1998, 1999 Torben Weis (weis@kde
www.eeworm.com/read/470729/6906922

h htmlparser.h

/* This file is part of the KDE libraries Copyright (C) 1997 Martin Jones (mjones@kde.org) (C) 1997 Torben Weis (weis@kde.org) (C) 1998 Waldo Bastian (bastian
www.eeworm.com/read/470729/6906999

cpp kjs_views.cpp

// -*- c-basic-offset: 2 -*- /* * This file is part of the KDE libraries * Copyright (C) 2001 Peter Kelly (pmk@post.com) * Copyright (C) 2004 Apple Computer, Inc. * * This library is fr