代码搜索:section
找到约 10,000 项符合「section」的源代码
代码结果 10,000
www.eeworm.com/read/275579/4173675
java section.java
/*
* $Id: Section.java 2748 2007-05-12 15:11:48Z blowagie $
* $Name$
*
* Copyright 1999, 2000, 2001, 2002 by Bruno Lowagie.
*
* The contents of this file are subject to the Mozilla Public
www.eeworm.com/read/274140/4188047
cc section.cc
/**********
* Copyright (c) 2004 Greg Parker. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follo
www.eeworm.com/read/274140/4188065
h section.h
/**********
* Copyright (c) 2004 Greg Parker. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follo
www.eeworm.com/read/445759/1718659
cs section.cs
//该源码下载自www.51aspx.com(51aspx.com)
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.Data;
using System.Data.SqlClient;
using System.Data.
www.eeworm.com/read/445489/1720545
c section.c
#include "section.h"
/* shamelessly stolen from dvbsnoop, but modified */
u32 getBits (const u8 *buf, int startbit, int bitlen)
{
const u8 *b;
u32 mask,tmp_long;
int bitHigh,i;
b = &buf[startbit
www.eeworm.com/read/445489/1720579
h section.h
#ifndef __SECTION_H__
#define __SECTION_H__
#include
#define u8 unsigned char
#define u16 unsigned short
#define u32 unsigned int
#define PACKED __attribute((packed))
u32 getBits (const