代码搜索结果
找到约 10,000 项符合
的代码
cangate.h
//--
// canport.h
//
#ifndef _CANPORT_H_
#define _CANPORT_H_
#define QSPI_MAJOR 126
#define QSPIIOCS_READSJA 12
#define QSPIIOCS_WRITESJA 11
struct sja_op
{
unsigned char sja_reg_addr;
unsigned
unit5.pas
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm5 = class(TForm)
Label1: TLabel;
Button1:
unit6.~pas
unit Unit6;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm6 = class(TForm)
Label1: TLabel;
Label2:
haval.h
#ifndef CRYPTOPP_HAVAL_H
#define CRYPTOPP_HAVAL_H
#include "iterhash.h"
NAMESPACE_BEGIN(CryptoPP)
class HAVAL : public IteratedHash
{
public:
enum {DIGESTSIZE = 32, DATASIZE = 12
cangate.c
#include
#include
#if CONFIG_MODVERSIONS==1
#define MODVERSIONS
#include
#endif
#include
#include
#inc
ztrees.h
#ifndef CRYPTOPP_ZTREES_H
#define CRYPTOPP_ZTREES_H
#include "misc.h"
#include "zbits.h"
NAMESPACE_BEGIN(CryptoPP)
class CodeTree : private BitOutput
{
public:
CodeTree(int deflate_leve
unit4.dfm
object Form4: TForm4
Left = 273
Top = 214
Width = 440
Height = 319
Caption = #29366#24577
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Hei