代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/215110/9494358
m convert.m
%TE-
function [C0,C1]=converte(L)
%[C0,C1]=converte(L)
%根据LLR得到响应的值
C0=zeros(1,length(L));
for i=1:length(L)
C0(i)=exp(-L(i))/(1+exp(-L(i)));
%if C0(i)==0
% C0(i)==1e-300;
%
www.eeworm.com/read/176360/9501193
exe convert.exe
www.eeworm.com/read/176336/9502900
c convert.c
#include
#include
#define RETCODE "\r\n"
#define MAX_INVENTORY 100
#define MAX_CART 100
#define MAX_SKILL 350
#define GLOBAL_REG_NUM 16
struct item {
int id;
shor
www.eeworm.com/read/372395/9511466
convert-map
#!/usr/bin/env python2
# -*-Python-*-
#
#
# Copyright (C) 2001 Peter 舠trand
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GN
www.eeworm.com/read/175135/9558758
cpp convert.cpp
// convert.cpp -- converts stone to pounds
#include
int stonetolb(int); // function prototype
int main()
{
using namespace std;
int stone;
cout
www.eeworm.com/read/175133/9559139
exe convert.exe
www.eeworm.com/read/175133/9559142
stat convert.stat
[Stats]
EditorSecs=1
DesignerSecs=10
InspectorSecs=1
CompileSecs=422
OtherSecs=14
StartTime=2006-8-25 13:08:29
RealKeys=0
EffectiveKeys=0
DebugSecs=51
www.eeworm.com/read/175133/9559148