代码搜索:AnsiString
找到约 5,210 项符合「AnsiString」的源代码
代码结果 5,210
www.eeworm.com/read/160232/5575981
cpp usagesinfo.cpp
#include "UsagesInfo.h"
void UsageAndUsagePageText(TUsage UsagePage, TUsage Usage,
AnsiString *UsagePageText, AnsiString *UsageText)
{
*UsagePageText = "";
*UsageText = "";
switch(Usage
www.eeworm.com/read/160232/5575983
h usagesinfo.h
#include "Hid.hpp"
#include "HidUsage.hpp"
void UsageAndUsagePageText(TUsage UsagePage, TUsage Usage,
AnsiString *UsagePageText, AnsiString *UsageText);
www.eeworm.com/read/391117/8420760
pas descryptd9.pas
unit DESCrypt;
interface
uses
SysUtils,Classes;
type
TByte32 = array[1..32] of Byte;
TSData = array[0..63] of Byte;
TBlock = array[0..7] of Byte;
function EnCryptStr(aStr:
www.eeworm.com/read/278892/10489543
pas tntsystem.pas
{*****************************************************************************}
{ }
{ Tnt Delphi Unicode Controls
www.eeworm.com/read/468931/6982209
htm wwwtc2answer.htm
answer What's wrong with this code? Volume #2
www.eeworm.com/read/493719/6389372
pas ac1153.pas
program ural1153;
var
s,m,n,t:ansistring;
i:integer;
j:byte;
function dbl(s:ansistring):ansistring;
var
i:integer;
j:byte;
begin
s:='0'+s;
for i:=2 to length(s) do
www.eeworm.com/read/264471/11312141
pas tntsystem.pas
{*****************************************************************************}
{ }
{ Tnt Delphi Unicode Controls
www.eeworm.com/read/151859/12166877
h inifilehandle.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/336886/12411646
~h tcredit.~h
//---------------------------------------------------------------------------
#ifndef TCreditH
#define TCreditH
#include
//----------------------------------------------------------------