代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/317470/13504366
m simcdma.m
%SIMCDMA Simulates a CDMA link then returns the results to a file.
% This script simulates the CDMA link over two parameters at a time.
% i.e. the BER vs SNR vs Number of users can be investigated.
www.eeworm.com/read/317039/13512053
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/317038/13512064
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/317036/13512136
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/316923/13514617
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/316780/13517915
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/316764/13517962
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/316651/13519280
txt 读我程序功能简介.txt
--------------------------------------------------------------------------------
--实现了向slave iic machine随机写多个字节,写顺序为
--1.从机地址
--2.偏移地址 1个字节。如果读取两个字节的eeprom,需要两个字节
--3.送出写的数据
--4.等待10ms, 继续循环。
www.eeworm.com/read/316347/13524235
plg ex5-2.plg
礦ision3 Build Log
Project:
D:\我的电路\竞赛电路\1602\ex5-2.uv2
Project File Date: 08/31/2007
Output:
Build target 'Target 1'
compiling ex5-2.C...
co
www.eeworm.com/read/315915/13534911
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of