代码搜索:Principle
找到约 545 项符合「Principle」的源代码
代码结果 545
www.eeworm.com/read/127781/6000786
readme
Empeg, Ltd's Empeg MP3 Car Audio Player
The initial design is to go in your car, but you can use it at home, on a
boat... almost anywhere. The principle is to store CD-quality music using
MPEG techno
www.eeworm.com/read/110034/6172011
readme
Empeg, Ltd's Empeg MP3 Car Audio Player
The initial design is to go in your car, but you can use it at home, on a
boat... almost anywhere. The principle is to store CD-quality music using
MPEG techno
www.eeworm.com/read/104806/6201464
java interestbean.java
package Interest;
import javax.ejb.*;
//会话Bean必须实现SessionBean
public class CountBean implements SessionBean
{
public double calInterest(double principle, double rate, double periods)
{
Syst
www.eeworm.com/read/104806/6201465
java interest.java
package Interest
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Interest extends EJBObject
{
// 该函数返回利息
public double calInterest(double principle,
www.eeworm.com/read/102935/6230650
readme
Empeg, Ltd's Empeg MP3 Car Audio Player
The initial design is to go in your car, but you can use it at home, on a
boat... almost anywhere. The principle is to store CD-quality music using
MPEG techno
www.eeworm.com/read/154628/11942150
cpp ch18_1.cpp
//**********************
//** ch18_1.cpp **
//**********************
#include
class RMB{ //人民币类
public:
RMB(double d){ yuan=d; jf=(d-yuan)/100; }
RMB interes
www.eeworm.com/read/126755/14405208
cpp ch18_1.cpp
//**********************
//** ch18_1.cpp **
//**********************
#include
class RMB{ //人民币类
public:
RMB(double d){ yuan=d; jf=(d-yuan)/100; }
RMB interes
www.eeworm.com/read/223072/14661576
cpp ch18_1.cpp
//**********************
//** ch18_1.cpp **
//**********************
#include
class RMB{ //人民币类
public:
RMB(double d){ yuan=d; jf=(d-yuan)/100; }
RMB interes
www.eeworm.com/read/163169/5511429
java interestbean.java
package Interest;
import javax.ejb.*;
//会话Bean必须实现SessionBean
public class CountBean implements SessionBean
{
public double calInterest(double principle, double rate, double periods)
{
Syst
www.eeworm.com/read/163169/5511430
java interest.java
package Interest
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Interest extends EJBObject
{
// 该函数返回利息
public double calInterest(double principle,