代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/149771/12351141
asm iir_df1_fr32.asm
/*******************************************************************************
Copyright(c) 2000 - 2003 Analog Devices. All Rights Reserved.
Developed by Blackfin DSP software Group, IPDC, Bangalo
www.eeworm.com/read/149715/12354827
pas exwpack0.pas
(***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in c
www.eeworm.com/read/337303/12378281
c list.c
/* A custom doubly linked list implemenation */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Insert an element X into the list at location
www.eeworm.com/read/149400/12382947
txt 89c51与pc机的通讯程序.txt
大家好,我的89c51与PC机的通讯程序....(简化版) [gphjp] [137次] 01-4-22 下午 11:30:19
如下只是简单结构,有兴趣的朋友可与我再联系!
1、VB端程序
加入 Microsoft Comm Control 6.0,并在Form中建send按钮及text1文本框.
Private Sub Send_Click()
MSComm1.Output
www.eeworm.com/read/337096/12391409
cpp addpntrs.cpp
// addpntrs.cpp -- pointer addition
#include
int main()
{
using namespace std;
double wages[3] = {10000.0, 20000.0, 30000.0};
short stacks[3] = {3, 2, 1};
// Here are t
www.eeworm.com/read/337096/12391958
cpp strgback.cpp
// strgback.cpp -- a function returning a pointer to char
#include
char * buildstr(char c, int n); // prototype
int main()
{
using namespace std;
int times;
char ch;
www.eeworm.com/read/337032/12401267
asm ucos2xxa.asm
.page
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Module : ucos2xxa.asm
;
; Purpose : TMS320C2XX Real Time Operating System.
;
; Language :
www.eeworm.com/read/336987/12403139
plg piant.plg
Build Log
--------------------Configuration: Piant - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/148997/12410113
h basetsd.h
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
basetsd.h
Abstract:
Type definitions for the basic sized types.
Author:
Jeff Havens (jhavens) 23-Oct
www.eeworm.com/read/148859/12419999
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*