代码搜索:Processor
找到约 10,000 项符合「Processor」的源代码
代码结果 10,000
www.eeworm.com/read/124637/6043267
cs assemblyprocessor.cs
// AssemblyProcessor.cs
// Copyright (C) 2003 Mike Krueger
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// L
www.eeworm.com/read/124637/6043280
cs assemblyrefprocessor.cs
// AssemblyRefProcessor.cs
// Copyright (C) 2003 Mike Krueger
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
/
www.eeworm.com/read/124465/6047004
c halhalt.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/avr/halhalt.c
Version : $Id: halhalt.c,v 1.3 2004/01/11 09:56:
www.eeworm.com/read/124465/6047050
c halhalt.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal//halhalt.c
Version : $Id: halhalt.c,v 1.7 2004/01/11
www.eeworm.com/read/119796/6082292
h devtbl.h
/* Device names used as their device number or descriptor:
NOTE: These entries should start at zero and increment by
1 for each new device.
*/
#define TTY0 0 /* UARTA internal to the
www.eeworm.com/read/119796/6082360
h devtbl.h
/* Device names used as their device number or descriptor:
NOTE: These entries should start at zero and increment by
1 for each new device.
*/
#if 0
#define TTY0 0 /* UARTA internal t
www.eeworm.com/read/119796/6082366
h devtbl.h
/* Device names used as their device number or descriptor:
NOTE: These entries should start at zero and increment by
1 for each new device.
*/
#if 0
#define TTY0 0 /* UARTA internal t
www.eeworm.com/read/119611/6083417
java logintransaction.java
package com.objectmentor.SMCRemote.transactions;
public class LoginTransaction implements SocketTransaction {
private String itsUserName;
private String itsPassword;
public LoginTransact
www.eeworm.com/read/119611/6083478
java loginresponsetransaction.java
package com.objectmentor.SMCRemote.transactions;
public class LoginResponseTransaction implements SocketTransaction {
private boolean isAccepted;
private int loginCount;
public LoginResp
www.eeworm.com/read/119611/6083480
java registrationtransaction.java
package com.objectmentor.SMCRemote.transactions;
public class RegistrationTransaction implements SocketTransaction {
private String username;
public String getUsername() {
return usern