代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/466231/7041272
m char_convert.m
function char_out=char_convert(char_in,flag)
complex_character;
simplified_character;
if flag
for i=1:length(char_in)
[row,col]=find(C==char_in(i));
if length(row)
char_out(
www.eeworm.com/read/355375/7101442
bat convert_forms.bat
@echo Converts all Delphi 5/6 forms (text) in this folder to Delphi 3/4 binary forms.
@echo.
@echo Note: if you get an error: 'Bad command ..' edit the bat-file.
cd .\PBFolderDialogDemo
rename *
www.eeworm.com/read/296774/7113463
c c-convert.c
/* Language-level data type conversion for GNU C.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/o