代码搜索:InputData

找到约 842 项符合「InputData」的源代码

代码结果 842
www.eeworm.com/read/339437/7115980

bas modconv.bas

Attribute VB_Name = "modConv" Option Explicit Function Hex2Dec(InputData As String) As Long '' '' Converts Hexadecimal to Decimal '' Dim i As Integer Dim DecOut As Double Dim Lenhex As Intege
www.eeworm.com/read/103154/7118944

bas module1.bas

Attribute VB_Name = "Module1" Function Bin2Dec(InputData As String) As Double '2进制转换为10进制 Dim DecOut As Double Dim I As Integer Dim LenBin As Double Dim JOne As String LenBin = Len(InputData)
www.eeworm.com/read/459533/7274242

rpt wavetimer.fit.rpt

Fitter report for wavetimer Mon May 26 16:40:03 2008 Version 5.1 Build 176 10/26/2005 SJ Web Edition --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/456882/7337830

asm para_def.asm

;;;;;;;;;;;;;;;;;;;CRC Parameter;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .def _InputData _InputData .usect "d_dest", 100
www.eeworm.com/read/446309/7581332

bas complc.bas

Attribute VB_Name = "ComPlc" Private Declare Function GetTickCount Lib "kernel32" () As Long '* 函数目的 : 得到本记算机,从开机到现在的毫秒数 Public Function OpenPort(ByRef ComPort As Object, ByVal
www.eeworm.com/read/296565/8092937

pas cnbase64.pas

Unit CnBase64; Interface Uses SysUtils, Windows; Function Base64Encode(InputData: String; Var OutputData: String): byte; {* 对数据进行BASE64编码,如编码成功返回Base64_OK | InputData:stri
www.eeworm.com/read/332481/12753404

cpp chat.cpp

// Chat.cpp: implementation of the CChat class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Chat.h" #include "Hangul.h" #include "me
www.eeworm.com/read/144277/12804465

pas cnbase64.pas

Unit CnBase64; Interface Uses SysUtils, Windows; Function Base64Encode(InputData: String; Var OutputData: String): byte; {* 对数据进行BASE64编码,如编码成功返回Base64_OK | InputData:stri
www.eeworm.com/read/242360/13011379

cpp transaction.cpp

/* Copyright (c) 2003, Cornell University All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
www.eeworm.com/read/137696/5819326

hpp base64.hpp

/* * Copyright 2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *