代码搜索:ufc
找到约 369 项符合「ufc」的源代码
代码结果 369
www.eeworm.com/read/307381/13723502
m ufc.m
t_start = clock
pnorm=2;
merge_thresh = 0.8; % the threshold for cluster merging.
c=6; c0=4; % the range of the number of clusters.
cluster_thresh = 0.2; % the thres
www.eeworm.com/read/349580/3142868
h ufc.h
// Copyright (C) 2007 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2007-05-15
#ifndef __UFC_DATA_H
#define __UFC_DATA_H
#include
#
www.eeworm.com/read/349580/3142879
cpp ufc.cpp
// Copyright (C) 2007 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2007-05-15
#include
#include
#
www.eeworm.com/read/273665/4200201
c ufc.c
/*
This bit of code was derived from the UFC-crypt package which
carries the following copyright
Modified for use by Samba by Andrew Tridgell, October 1994
Note that this routine is
www.eeworm.com/read/407519/2262079
cpp ufc.cpp
// Copyright (C) 2007-2008 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2008-06-10
#include
#include "DofMapSet.h"
www.eeworm.com/read/407519/2262081
h ufc.h
// Copyright (C) 2007-2008 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2008-06-10
#ifndef __UFC_DATA_H
#define __UFC_DATA_H
#include
www.eeworm.com/read/407519/2262976
cpp ufc.cpp
// Copyright (C) 2007-2008 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2008-06-10
#include
#include "DofMapSet.h"
www.eeworm.com/read/407519/2262978
h ufc.h
// Copyright (C) 2007-2008 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-01-17
// Last changed: 2008-06-10
#ifndef __UFC_DATA_H
#define __UFC_DATA_H
#include
www.eeworm.com/read/307381/13723497
m ufc_prold.m
function [U,V,J,ll,r]=ufc_pr(X,U,c,r,m,g,pnorm,cluster_error)
[leng,dim] = size(X);
E = zeros(dim,dim,c);
S = zeros(dim,r,c);
Dr = zeros(c,leng);
Dp = zeros(c,leng);
D = zeros(c,leng);
while
www.eeworm.com/read/307381/13723503
m ufc_pr.m
function [U,V,J,ll,r]=ufc_pr(X,U,V,c,r,m,g,pnorm,cluster_error)
[leng,dim] = size(X);
E = zeros(dim,dim,c);
S = zeros(dim,r,c);
Dr = zeros(c,leng);
Dp = zeros(c,leng);
D = zeros(c,leng);
whil