代码搜索:operations
找到约 10,000 项符合「operations」的源代码
代码结果 10,000
www.eeworm.com/read/431398/8678809
h bousinessq_operations.h
/*
* Copyright (c) 2001-2005 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/431398/8678898
c bousinessq_operations.c
/*
* Copyright (c) 2001-2005 Falk Feddersen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/286240/8780827
c window-operations.c
/*
* window-operations.c - demonstrate usage of window operation functions -
* moving windows, resizing them, etc.
*/
#include
#include
#include
www.eeworm.com/read/373012/9479216
c fmm_operations.c
#define RCSID "$Id: FMM_Operations.c,v 1.15 2006/02/26 00:42:53 geuzaine Exp $"
/*
* Copyright (C) 1997-2006 P. Dular, C. Geuzaine
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/360506/10089789
js table-operations.js
// Table Operations Plugin for HTMLArea-3.0
// Implementation by Mihai Bazon. Sponsored by http://www.bloki.com
//
// htmlArea v3.0 - Copyright (c) 2002 interactivetools.com, inc.
// This notice MUST
www.eeworm.com/read/159545/10641393
java operations2.java
public class Operations2
{
public static void main(String[] args)
{
int a=666,b=100;
double c=100.0;
System.out.println("a/b="+a/b);
System.out.println("
www.eeworm.com/read/159545/10641394