代码搜索结果
找到约 10,000 项符合
2 的代码
slave2_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0 /
str2mat2.m
% function s=str2mat2(t1,t2,t3)
%
% Replacement function for str2mat. For use with tree_ga.
% Note: t2 and t3 must be string vectors.
function s=str2mat2(t1,t2,t3)
[Q1,L1]=size(t1);
[Q2,L2]=
angls2links2.m
function [xxt,yyt]=angls2links2(bq)
global l1 l2
l1=1;l2=1;
for j=1:size(bq,2)
[x1(j),y1(j)]=pol2cart(bq(1,j),l1);
[x2(j),y2(j)]=pol2cart(bq(2,j)+bq(1,j),l2);
xx1(j,:)=l
interpolate_2x2.m
function complete=interpolate_2x2(index,value,method,TxNum);
% index: value's point location
% value: underlying function
% method: used in matlab funcion interp1,such as 'linear','spline','cubic'
addawgn_2x2.m
function addAWGN_2x2(awgnparams,NoiseVar)
randn('state',sum(100*clock));
% --------Add Noise to Rx Antenna 1-----------
awgnipfid_rx1 = fopen(awgnparams.rx1_infile, 'r'); % open awgn input
tutorial2_page2.html
Webmonkey: javascript: Thau's JavaScript T
avi2bmp.rc2
//
// AVI2BMP.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
sy14-2-2.asm
SSEG SEGMENT STACK
DB 100 DUP(?)
SSEG ENDS
DATA SEGMENT
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
MOV DS,AX
MOV DX,9800H
NEXT: MOV AL,255
OUT DX,AL
nnd2n2.m
function nnd2n2(cmd,arg1,arg2,arg3)
%NND2N2 Two-input neuron demonstration.
%
% This demonstration requires either the MININNET functions
% on the NND disk or the Neural Network Toolbox.
% Firs