代码搜索:SV Lab
找到约 10,000 项符合「SV Lab」的源代码
代码结果 10,000
www.eeworm.com/read/395703/8158836
pas tntedi2lab2bb2jvsbdemou.pas
unit TntEdi2Lab2BB2JvSBDemoU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, TntStdCtrls, TntStdCtrls2, Buttons, TntButtons,
www.eeworm.com/read/395703/8158839
dfm tntedi2lab2bb2jvsbdemou.dfm
object FTntEdi2Lab2BB2JvSBDemo: TFTntEdi2Lab2BB2JvSBDemo
Left = 582
Top = 234
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'TntEdit2, TntLabel2, TntBitBtn2
www.eeworm.com/read/293881/8267491
exe nios_ii_lab_qii4_2_011405.exe
www.eeworm.com/read/415872/11049703
txt 072[1].intel_lab复旦笔试题.txt
Intel Lab复旦笔试题(zz from sjtu)
shury 发表于 2004-12-6 14:23:00
大题
1。写出下列信号的奈亏斯特频率
(1)f(t)=1+cos(2000pait)+sin(4000pait)
(2)f(t)=sin(4000pait)/pait
(3)f(t)=(sin(4000pait)的平方)/pait
2.填程序
把一个计算m^n
www.eeworm.com/read/136989/5827165
cpp tmq_client.cpp
// TMQ_Client.cpp,v 4.10 2003/11/10 01:48:03 dhinton Exp
#include "ace/Typed_SV_Message_Queue.h"
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
#include "ace/Log_Msg.h"
www.eeworm.com/read/100926/6263291
cpp tmq_client.cpp
// TMQ_Client.cpp,v 4.8 2000/12/07 21:24:24 brunsch Exp
#include "ace/Typed_SV_Message_Queue.h"
#include "ace/streams.h"
#include "ace/Log_Msg.h"
#include "test.h"
ACE_RCSID(SV_Message_Queues
www.eeworm.com/read/389322/8533446
m svmsim.m
function Yd = svmSim(svm,Xt)
% ------------------------------------------------------------%
cathe = 10e+6; % kernel输出的元素个数的上限
nx = size(svm.x,2); % 训练样本数
nt = size(
www.eeworm.com/read/285976/8796217
typemap
TYPEMAP
Car * CAR_OBJ
INPUT
CAR_OBJ
$var = (Car *)SvIV($arg);
OUTPUT
CAR_OBJ
sv_setiv($arg, (I32) $var);