代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/192082/8408148
m exercise7.m
%% Parameters
m=1000;
x=randn(m,1);
%% Fully Vectorized
y=2*x;
%% De-vectorized to scalar operations (down columns)
y=randn(m,1);
for k=1:length(x)
y(k)=2*x(k);
end
%% De-vecto
www.eeworm.com/read/291535/8411387
txt 网络管理-配置ip连通性.txt
网络管理-配置IP连通性
配置IP连通性
目标:
完成这一章,你能做以下事情:
为一块新安装的网卡配置软件和驱动程序。
以命令行的方式配置和浏览系统的主机名。
以命令行方式配置和浏览系统的IP地址。
安装一块新的网卡后,修改/etc/hosts文件。
1.网络图
系统管理员应该有一份包括他所管理的所有的LAN硬件的网络图。这个网络图中至少应该有:
局域网所在的建筑或房间的大概的 ...
www.eeworm.com/read/389247/8539286
h dvbsubtitlesfilter.h
/*
(C) Luke Paton 2004.
Copyright notice:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free
www.eeworm.com/read/289230/8567176
h constfold.h
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration
www.eeworm.com/read/187761/8602563
v dspuva16.v
//
// PROJECT: OpenDSP - The 'DSPuva16' 16-bit fixed-point DSP for FPGA
// http://www.DTE.eis.uva.es/OpenProjects/OpenDSP/index.htm
//
// RIGHTS: Santiago de Pablo
// Copyright (c) 2001. All Ri
www.eeworm.com/read/431030/8712537
qmsg prev_cmp_tree_pro.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/431030/8712550
qmsg tree_pro.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/385878/8783802
qmsg led_key.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/428715/8851019
c bspinit.c
/*
*************************************************************************
* Copyright (c) 2003, The Lab of Embedded System and Net Security,WHUT..
* All rights reserved.
*
* Filename: