码迷,mamicode.com
首页 >  
搜索关键字:calculator    ( 449个结果
Objective C - 3 - 实现一个计算器
代码//// CalculatorViewController.m// Calculator//// Created by sskset on 5/28/14.// Copyright (c) 2014 shanke. All rights reserved.//#import "Calcu...
分类:其他好文   时间:2014-05-29 20:42:34    阅读次数:305
kettle--组件(2)--计算器
组件如下:对计算类型的说明如下:The table below contains descriptions associated with the calculator step:FunctionDescriptionRequired fieldsSet field to constant ACre...
分类:其他好文   时间:2014-05-28 04:19:05    阅读次数:1256
带有参数和返回值的对象方法
# 按要求设计一个计算器类 #属性: 无.功能: 1) 返回派的值. 2) 计算一个整数的平方. 3)计算两个整数的和.// 按要求设计计算器类// 类的声明#import @interface Calculator : NSObject // 没有属性不用写大括号{}- (double) pi;-...
分类:其他好文   时间:2014-05-25 22:06:30    阅读次数:315
湖南省第九届大学生程序设计竞赛
Interesting Calculator CSU 过了 TOJ超时了 先记一下 #include #include #include using namespace std; int a[100]; bool b[100010]; int c[100010]; int d[100010]; int x, y; int cas = 1; struct node { int x, t,...
分类:其他好文   时间:2014-05-22 12:42:02    阅读次数:249
静态代理和动态代理
静态代理方式是为每个被代理的对象构造对应的代理类,例如我们有一个计算器的接口以及一个具体实现public interface Calculator { int add(int a, int b);}public class CalculatorImpl implements Calculato...
分类:其他好文   时间:2014-05-22 03:58:08    阅读次数:291
菜鸟级别的WCF入门学习
这两天学习WCF,看了MSDN上的入门教程,和查找了一些网上给的例子,简单的实现了一下,感觉应该很适合我这种菜鸟级的选手看了。1、新建一个项目--WCF--WCF服务应用程序用的是MSDN上的加减乘除,所以在名称部分写的是Calculator删除自带的Service1和IService1两个文件,右...
分类:其他好文   时间:2014-05-16 04:35:29    阅读次数:313
UVA之11549 - Calculator Conundrum
【题目】 Problem C CALCULATOR CONUNDRUM Alice got a hold of an old calculator that can display n digits. She was bored enough to come up with the following time waster. She enters a number k t...
分类:其他好文   时间:2014-05-03 15:37:03    阅读次数:308
类属性不能写在try{}catch(){}里面
public class cal{public static void main(String[] args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new byte[4];System.out.p...
分类:其他好文   时间:2014-05-02 15:23:23    阅读次数:395
char*,string,float,int 转换
char* 转 float:double atof (const char* str);/* atof example: sine calculator */#include /* printf, fgets */#include /* atof */#include ...
分类:其他好文   时间:2014-04-30 13:44:13    阅读次数:410
449条   上一页 1 ... 43 44 45
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!