代码搜索:工厂供电
找到约 1,106 项符合「工厂供电」的源代码
代码结果 1,106
www.eeworm.com/read/439514/1805936
cs ticketfactory.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyCinema
{
///
/// 创建票的简单工厂
///
public class TicketFactory
{
p
www.eeworm.com/read/429388/1949365
cs ticketfactory.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyCinema
{
///
/// 创建票的简单工厂
///
public class TicketFactory
{
p
www.eeworm.com/read/429388/1949413
cs ticketfactory.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyCinema
{
///
/// 创建票的简单工厂
///
public class TicketFactory
{
p
www.eeworm.com/read/426834/1986721
cs ticketfactory.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyCinema
{
///
/// 创建票的简单工厂
///
public class TicketFactory
{
p
www.eeworm.com/read/413837/2158792
java commandfactory.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import exception.NoExistsCommandException;
/**
* 用于生产命令对象的工厂
* @author zouhao
*/
pub
www.eeworm.com/read/128176/14313208
dfm ydgds.dfm
object Fgds: TFgds
Left = 203
Top = 153
BorderStyle = bsSingle
Caption = '供电所设置'
ClientHeight = 258
ClientWidth = 409
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.C
www.eeworm.com/read/488633/6482998
c ds1302.c
/***********************************************************
实验名称:带有温度显示的数字钟(LCD12864显示)示例程序
程序说明:不能用STC89C52,因为容量不足。把程序烧到STC89C58上,然后正确插上12864,关闭点阵管显示,如果USB供电不足请用外部变压器供电。
作者:RF-X1开发板团队
日期:2008-08
www.eeworm.com/read/456372/1606246
java daofactory.java
package com.nitpro.dao;
/**
* DAO工厂类
* @author 邓锦溏
* @version 1.0
*/
public abstract class DAOFactory {
public static DAOFactory getDAOFactory() {
return new IDAOFactory();
}
www.eeworm.com/read/305909/3766975
java ssapsubdecoderfactory.java
package com.eshore.pubservice.ssap.codec;
import com.eshore.pubservice.ssap.msg.SSAPMsg;
/**
* SSAP 各消息解码工厂.
*
* @author lishuisheng
*
*/
public class SSAPSubDecoderFactory {
/*