代码搜索:structs

找到约 2,696 项符合「structs」的源代码

代码结果 2,696
www.eeworm.com/read/460242/1561565

cs structs.cs

#region Fireball License // Copyright (C) 2005 Sebastian Faltoni sebastian{at}dotnetfireball{dot}net // // This library is free software; you can redistribute it and/or // modify it unde
www.eeworm.com/read/460242/1561789

cs structs.cs

using System; namespace Fireball.Syntax { /// /// Class representing a point in a text. /// where x is the column and y is the row. /// public class TextPoint {
www.eeworm.com/read/460242/1561837

cs structs.cs

//ORIGINAL LGPL SOURCE CODE FINDED ON COMPONA LGPL SOURCE CODE using Fireball.Drawing.GDI; using Fireball.Windows.Forms.CodeEditor.TextDraw; using System; namespace Fireball.Windows.Forms.Code
www.eeworm.com/read/250243/4440418

h structs.h

/* SCTP kernel reference Implementation * (C) Copyright IBM Corp. 2001, 2004 * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001 Intel Corp. * * T
www.eeworm.com/read/246835/4491258

h structs.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can red
www.eeworm.com/read/240162/4589022

c structs.c

/* Copyright 1996, 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
www.eeworm.com/read/237118/4631993

h structs.h

/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com ** ** This program is free software; you can r
www.eeworm.com/read/233448/4683026

c structs.c

/* Copyright 1996, 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
www.eeworm.com/read/229256/4758593

h structs.h

#pragma once enum { MD5_LEN = 32, // MD5值的长度 BLOCK_SIZE = 16384, // 默认分块大小 }; // 数据传输的相关信息,目前大小32字节 class TransferInfo { public: TransferInfo() { memset(this, 0, sizeo
www.eeworm.com/read/229256/4758640

h structs.h

/* * Openmysee * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundat