代码搜索:DOM
找到约 10,000 项符合「DOM」的源代码
代码结果 10,000
www.eeworm.com/read/275212/10828504
m lbratu.m
function [p,dp,q,r,alp,dom,x,wint,wipr]=LBratu(n)
dom=[0,1];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);
p=1;
www.eeworm.com/read/470729/6906735
h htmlediting_impl.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/6906738
h htmlediting.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/6906751
h cssparser.h
/*
* This file is part of the DOM implementation for KDE.
*
* Copyright (C) 2003 Lars Knoll (knoll@kde.org)
* Copyright (C) 2004 Apple Computer, Inc.
*
* This library is free software; you
www.eeworm.com/read/470729/6906761
h css_stylesheetimpl.h
/*
* This file is part of the DOM implementation for KDE.
*
* (C) 1999-2003 Lars Knoll (knoll@kde.org)
* Copyright (C) 2004 Apple Computer, Inc.
*
* This library is free software; you can
www.eeworm.com/read/470729/6906840
h xbl_docimpl.h
#include "qptrdict.h"
#include "xml/dom_docimpl.h"
namespace DOM {
class DOMString;
}
namespace XBL {
class XBLPrototypeBinding;
// This class represents an XBL document. It
www.eeworm.com/read/470729/6906843
cpp xbl_protoimplementation.cpp
#ifndef KHTML_NO_XBL
#include "xbl_protoimplementation.h"
#include "xbl_protobinding.h"
using DOM::DOMString;
namespace XBL
{
XBLPrototypeImplementation::XBLPrototypeImplementation(const
www.eeworm.com/read/470729/6906850
h xbl_protohandler.h
#include "dom/dom_string.h"
namespace DOM
{
class ElementImpl;
class DOMString;
}
namespace XBL
{
class XBLPrototypeBinding;
class XBLPrototypeHandler
OOM_MODIFIED
{
publ