代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/251332/6349846
asm f688tempo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16F688. This file co
www.eeworm.com/read/251332/6349859
asm 65btempo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16C65B. This file co
www.eeworm.com/read/251332/6349860
asm f685tmpo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16F685. This file co
www.eeworm.com/read/251332/6349862
asm f913tempo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16F913. This file co
www.eeworm.com/read/251332/6349866
asm f690tmpo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16F690. This file co
www.eeworm.com/read/251332/6349870
asm 62atempo.asm
;**********************************************************************
; This file is a basic code template for object module code *
; generation on the PICmicro PIC16C62A. This file co
www.eeworm.com/read/103193/6356264
frm frmmain.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmMain
Caption = "Form1"
ClientHeight = 3930
ClientLeft = 60
www.eeworm.com/read/494691/6360197
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
pri