代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/414590/2144769
h vertex.h
/* Vertex.H
*
* The purpose of this program is to take an image reduced to a line-drawing
* and convert it to a representation of the real world. Each pair of lines
* that meet form a vertex. Our
www.eeworm.com/read/414590/2144772
c vertex.c
/* Vertex.C
*
* The purpose of this program is to take an image reduced to a line-drawing
* and convert it to a representation of the real world. Each pair of lines
* that meet form a vertex. Our
www.eeworm.com/read/407519/2262873
dolfin-swig
#!/usr/bin/env python
import os, sys
from commands import getoutput
debug = False
# Simple tool to automatically convert a header file (with
# implementation) including DOLFIN classes or functions
www.eeworm.com/read/402041/2333841
java parsestring.java
package org.trinet.util;
public class ParseString {
public static String jversion = java.lang.System.getProperty("java.version");
public ParseString() {};
/**
* Convert the specified
www.eeworm.com/read/396844/2406944
m cpd_to_cpt.m
function CPT = CPD_to_CPT(CPD)
% CPD_TO_CPT Convert the discrete CPD to tabular form (tabular)
% CPT = CPD_to_CPT(CPD)
CPT = CPD.CPT;
www.eeworm.com/read/396844/2407069
m cpd_to_cpt.m
function CPT = CPD_to_CPT(CPD)
% CPD_TO_CPT Convert the tabular_decision_node to a CPT
% CPT = CPD_to_CPT(CPD)
CPT = CPD.CPT;
www.eeworm.com/read/393688/2472242
f90 xy2v.f90
#include
#include
subroutine xy2v (nx, ny, fldxy, ki, kf, fldv)
!-----------------------------------------------------------------------
!
! Purpose:
! convert a grid-average
www.eeworm.com/read/393163/2488067
m cpd_to_cpt.m
function CPT = CPD_to_CPT(CPD)
% CPD_TO_CPT Convert the discrete CPD to tabular form (tabular)
% CPT = CPD_to_CPT(CPD)
CPT = CPD.CPT;
www.eeworm.com/read/393163/2488286
m cpd_to_cpt.m
function CPT = CPD_to_CPT(CPD)
% CPD_TO_CPT Convert the tabular_decision_node to a CPT
% CPT = CPD_to_CPT(CPD)
CPT = CPD.CPT;