代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/339213/12250966
pas ucontrols.pas
unit ucontrols;
interface
uses
{$IFDEF VER130}
{$ELSE}
Variants,
{$ENDIF}
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, Menus, DB, ActnList, StdCtrls, App
www.eeworm.com/read/233067/14170462
cpp strtodata.cpp
//////////////////////////////////////////////////////////////////////////
// 函数: StrToData
// 日期: 2003-06-22日
// 作者: 孙海峰
// Email:shf11111@163.com
// QQ: 58408454
////////////////////////////
www.eeworm.com/read/230914/14269398
txt 获得两位有效数字.txt
public String GetTwoValue(float data)
{//获得两位有效数字
Float dataVal=new Float(data);
String strFloat=dataVal.toString();
int i=strFloat.length();
String strdata="";
String strL="0";
www.eeworm.com/read/225317/14544977
cpp sypbprotocol.cpp
// YHPBProtocol.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "YHPBProtocol.h"
#include "IPReportSocket.h"
#include "Utilities.h"
#include "Math.h"
#i
www.eeworm.com/read/123646/14619333
cpp rle2.cpp
/*********************************************/
// 2003 (c) Hannibal Lecturer
// RLE Compression tool
// in stream:
// 0x1000000 - repeat sequence
// 0x0000000 - not repeat sequence
// Max seqe