代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/359335/10155159
suo transform.suo
www.eeworm.com/read/358751/10180117
pas transform.pas
{
ID:maigoak1
PROG:transform
}
program transform;
const
maxn=10;
var
fin,fout:text;
origin,tmp,target:array[1..maxn,1..maxn]of boolean;
n,i,j:byte;
c:char;
procedure change(mod
www.eeworm.com/read/358750/10180483
cpp transform.cpp
/*
ID: dd.ener1
PROG: transform
LANG: C++
*/
#include
#include
using namespace std;
long N;
char s1[12][12];
char s2[12][12];
char x1[12][12];
char x2[12][12];
voi
www.eeworm.com/read/356292/10232304
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(
www.eeworm.com/read/355953/10240974
h transform.h
//动态链接库
//#ifndef LIB_H
//#define LIB_H
//extern "C" int __declspec(dllexport) Set_AudioMode(int num, int mChannel);
//#endif
//int __stdcall Set_AudioMode(int num,int mChannel);
//文件:Transfor
www.eeworm.com/read/425998/10295607
h transform.h
//****************************************************************************//
// coordsys.h //
// Copyright (C) 2001, 2002 Bruno '
www.eeworm.com/read/355030/10299542
cpp transform.cpp
//: C21:Transform.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Use of STL transform() algorit