代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/255778/6933824
m readsdpt3.m
%%*******************************************************************
%% Convert problem from SDPT3 format to DSDP format
%%
%% [AC,b] = readsdpt3(blk,A,C,b)
%%
%% Input: blk, A, C, b = data in SDP
www.eeworm.com/read/131205/6955563
cpp cduelingthreads1.cpp
#include
#include "CMcl.h"
unsigned _stdcall ChildThreadProcedure( LPVOID lpcMutex) {
// convert parameter to mutex object pointer...
CMclMutex *pMutex = (CMclMutex *)lpcMutex;
www.eeworm.com/read/468931/6982071
htm faq46.htm
Convert an AnsiString to all lower case or upper case
www.eeworm.com/read/165343/7143854
m exit2.m
load ldpcsim.mat
% To convert the decoder probabilities to an exit chart:
% 1) Extract the mutual information using getinfs, which calls
% getinf, which performs numerical integration using the
www.eeworm.com/read/455282/7374892
vb index.vb
Namespace We.See.Diff
'''
''' We See Diff comparison can be performed on IComparable or an indexed list
''' The indexed list will convert 2 lists or arbitrary data to a com
www.eeworm.com/read/453823/7410003
cpp one.cpp
//add comments
//constructor
#include
#include
using namespace std;
class Roman
{
private:
string romanIn;
int result;
void convert();
public:
void setRoman(string);
www.eeworm.com/read/195590/8139969
aspx demo-convertdatatype.aspx
void Page_Load()
{
if (Page.IsPostBack)
{
DateTime MyDate;
MyDate = Convert.ToDateTime(txtIn
www.eeworm.com/read/136959/13350943
c inchcvrt.c
/*
** Convert English measurement units
**
** Takes command line arguments in inches and converts to:
**
** 1. feet and inches (expressed as floating point)
** 2. feet and inches (expressed as fra
www.eeworm.com/read/322822/13364535
cpp m2m_m.cpp
/*********************************************************************
Name: m2m_m.cpp (MMF to MA1 on memory)
Purpose: Convert MMF to MA1 on memory.
Programmer: Yuji Hisaminato