代码搜索:second
找到约 10,000 项符合「second」的源代码
代码结果 10,000
www.eeworm.com/read/446782/1709654
cs second.cs
namespace Operators
{
struct Second
{
public Second(int initialValue)
{
this.value = System.Math.Abs(initialValue) % 60;
}
public int Value
{
get { return this.value; }
www.eeworm.com/read/446782/1709668
cs second.cs
namespace Operators
{
struct Second
{
public Second(int initialValue)
{
this.value = System.Math.Abs(initialValue) % 60;
}
public int Value
{
get { return this.value; }
www.eeworm.com/read/443014/1752968
java second.java
import java.awt.*;
import java.applet.*;
public class Second extends Applet
{
private Label prompt1,prompt2,prompt3,prompt4,prompt5,prompt6,prompt7;
private Label LFunction1,LFunction2,
www.eeworm.com/read/436639/1847205
pas second.pas
unit Second;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/436453/1848699
java second.java
package com.demo2.domain;
import java.sql.Timestamp;
/**
* 秒的实体类
* @author liumei
*
*/
public class Second {
private int id;
private String second;
public int getId() {
retu
www.eeworm.com/read/411682/2185515
c second.c
/*======================================================================
A "seond" device driver as an example of kernel timer
The initial developer of the original code is Baohua Song
www.eeworm.com/read/410687/2206322
java second.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/406580/2276469
java second.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/405255/2294400
c second.c
/*======================================================================
A "seond" device driver as an example of kernel timer
The initial developer of the original code is Baohua Song
www.eeworm.com/read/405255/2294401
c~ second.c~
/*======================================================================
A "seond" device driver as an example of kernel timer
The initial developer of the original code is Baohua Song