代码搜索:转换系统
找到约 10,000 项符合「转换系统」的源代码
代码结果 10,000
www.eeworm.com/read/268274/11145830
java 金额转换.java
//说明:如果输入一个不带小数点的整数,则输出***元整;输入小数则换成角分
///但此程序有限制如果输入带小数点的金额,必须是两位以上小数,
///并且金额不能超过一万亿,有兴趣可以自己改进
class ReadString
{
String str;//传入的字符串
String decimalFraction;//小数部分
String integerStr;//整数部分
www.eeworm.com/read/265410/11264604
jpg 转换参数.jpg
www.eeworm.com/read/334409/12604477
ewb da转换.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 1
UsingVectorGraphics: 0
/OLKJFEBNNMMMAGABKEPBGFEFMIONGIAANLIJEFCIGPHCFA
OBIIFDAGMMPJAAABJCJIBKA
www.eeworm.com/read/236748/14000204
txt 数制转换.txt
#include "iostream.h"
#include "string.h"
#include "stdio.h"
void change10to2(int a)
{
int b[100];
int c=0,i=0;
while(a!=0)
{ c=a%2;
b[i]=c;
a=a/2;
i++;
}
for(int
www.eeworm.com/read/133801/14023047
swf 状态转换.swf
www.eeworm.com/read/107030/15614585
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/105742/15659859
ncb 进制转换.ncb
www.eeworm.com/read/105742/15659860
dsp 进制转换.dsp
# Microsoft Developer Studio Project File - Name="进制转换" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/105742/15659861
plg 进制转换.plg
Build Log
--------------------Configuration: 进制转换 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a\LOCALS
www.eeworm.com/read/105742/15659862
cpp 进制转换.cpp
// 进制转换.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
using namespace std;
int main(int argc, char* argv[])
{ cout