代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/171020/9775317
lst convert.lst
C51 COMPILER V7.02b CONVERT 08/25/2006 11:59:54 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE CONVERT
OBJECT MODULE PLACED I
www.eeworm.com/read/171020/9775351
h convert.h
//**********************************************************************************
//杨屹 2002/08/21 第一版
//字符串与数字互相转换
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***************************
www.eeworm.com/read/269229/11104667
cpp convert.cpp
//十进制数转换成八进制数convert.cpp
#include
#include
#include
#include
#include
#include
typedef int Status;
typedef int SElemType;
#include
www.eeworm.com/read/269229/11104739
exe convert.exe
www.eeworm.com/read/414287/11122275
m convert.m
function y=convert(x,len)
a = dec2bin(x);
y = ones(len,1)*48;
pos = length(a);
for index = len:-1:(len-length(a)+1)
y(index) = a(pos);
pos = pos-1;
end
y=y-48;
y=y';
www.eeworm.com/read/414250/11123499
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/414250/11123516
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//