代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/480510/1316863

h order.h

// Stores the data for a new order #pragma once class COrder { public: // Data members same as fields in COrderSet long m_OrderID; CString m_CustomerID; long m_EmployeeID; CTime m
www.eeworm.com/read/480510/1316890

h order.h

// Stores the data for a new order #pragma once class COrder { public: // Data members same as fields in COrderSet long m_OrderID; CString m_CustomerID; long m_EmployeeID; CTime m
www.eeworm.com/read/480510/1316915

h order.h

// Stores the data for a new order #pragma once class COrder { public: // Data members same as fields in COrderSet long m_OrderID; CString m_CustomerID; long m_EmployeeID; CTime m
www.eeworm.com/read/480510/1316938

h order.h

// Stores the data for a new order #pragma once class COrder { public: // Data members same as fields in COrderSet long m_OrderID; CString m_CustomerID; long m_EmployeeID; CTime m
www.eeworm.com/read/480510/1317239

h order.h

// Stores the data for a new order #pragma once class COrder { public: // Data members same as fields in COrderSet long m_OrderID; CString m_CustomerID; long m_EmployeeID; CTime m
www.eeworm.com/read/480467/1317707

js calendar-it.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Translator: Fabio Di Bernardini, // Encoding: any // Distributed under the same terms as the
www.eeworm.com/read/480467/1317715

js calendar-ru.js

// ** I18N // Calendar RU language // Translation: Sly Golovanov, http://golovanov.net, // Encoding: any // Distributed under the same terms as the calendar itself. // For transl
www.eeworm.com/read/480467/1317719

js calendar-no.js

// ** I18N // Calendar NO language // Author: Daniel Holmen, // Encoding: UTF-8 // Distributed under the same terms as the calendar itself. // For translators: please use UT
www.eeworm.com/read/480467/1317726

js calendar-ru_win_.js

// ** I18N // Calendar RU language // Translation: Sly Golovanov, http://golovanov.net, // Encoding: any // Distributed under the same terms as the calendar itself. // For transl
www.eeworm.com/read/479495/1331617

java ripemd256digest.java

package org.bouncycastle.crypto.digests; /** * implementation of RIPEMD256. * * note: this algorithm offers the same level of security as RIPEMD128. */ public class RIPEMD256Digest