代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/333109/12701860
pas zlib.pas
{*******************************************************}
{ }
{ Borland Delphi Supplemental Components }
{ ZLIB Data Compr
www.eeworm.com/read/332842/12722138
v fifo.v
//16X16 store unit as fifo
//date:2005/6/3
//file name:fifo.v
//-------------------------------------------------------
module fifo(clk,rstp,din,writep,readp,dout,emptyp,fullp);
input clk;
www.eeworm.com/read/332729/12732708
cpp dumppacket.cpp
/////////////////// DumpPacket() ///////////////////////////////
#include "stdafx.h"
#include
#define SNAP_PKT_TYPE 0xaaaa
#define ARP_PKT_TYPE 0x0806
#define IP_PKT_TYPE 0x080
www.eeworm.com/read/246238/12746328
c uart.c
/*= uart.c =========================================================================================
*
* Copyright (C) 2004 Nordic VLSI ASA
*
* Author(s): Ole Saether
*
* COMPILER:
*
*
www.eeworm.com/read/332314/12763931
h demonstrator.h
// Demonstrator.h Pointer Array Test version
void initializer(void);
void Test(void);
void SayHowdy(void);
void Confuseus(void);
void Confuseusmore(void);
void parseInput(char *);
www.eeworm.com/read/332246/12770997
pas tool.pas
unit Tool;
interface
uses Windows, Classes,VirtIntf,EditIntf, FileIntf,ToolIntf;
type
ToolService=class(TIToolServices)
public
{ Action interfaces }
function CloseProject: Boole
www.eeworm.com/read/332246/12771126
pas uvmt.pas
unit UVMT;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, TypInfo;
type
{ Published method record }
PVmtMethod = ^TVm
www.eeworm.com/read/144708/12775332
c useaddr.c
#include
void main(void)
{
int a = 1, b = 2;
int *i_pointer;
// Assign an address
i_pointer = &a;
// Change the value pointed to by i_pointer to 5
*i_point
www.eeworm.com/read/144708/12775591
c brk.c
#include
#include
void main(void)
{
char *ptr;
printf("Starting heap available %u\n", coreleft());
ptr = malloc(1); // Get pointer to current break v
www.eeworm.com/read/245865/12775983
txt 使用说明.txt
安装时请按照以下序列:
Component->Install Packges-> 选择Discovery.bpl
Options->Library->Search Path 中加入搜索路径。
EasyGrid 使用说明:
一、单元格属性;
// ********************************************