代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/120400/14804010
h smphndlr.h
// SmpHndlr.h : interface of the CSmpHndlr class
//
/////////////////////////////////////////////////////////////////////////////
// Written by : T. Kulathu Sarma
// This file is part of Singl
www.eeworm.com/read/116516/14967032
plg profiledemo.plg
Build Log
--------------------Configuration: ProfileDemo - Win32 Release--------------------
Command Lines
Creating temporary file "C:\WINDOWS\
www.eeworm.com/read/216914/14986414
nec ek_test.nec
CM NEC-WIN Example
CM Simple dipole antenna in Free Space
CM Optimized for resonance at 300 MHz
CE
GW 1 9 0 -.2418 0 0 .2418 0 .0537
GS 0 0 1
GE 0 -1 0
EK 0
EX 0 1 5 0 1 0
FR 0 1 0 0 300 1
RP 0 181 1
www.eeworm.com/read/216389/15015486
txt 07-13.txt
例7-13 使用simple函数进行符号函数的简化。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> s=2*cos(x)^2-sin(x)^2 ;
定义表达式 后,先使用 命令对其进行简化。
>> simple(s)
simplify:
3*cos(x)^2-1
radsimp:
2*cos(x)^2-sin(x)^2
combine(trig):
3
www.eeworm.com/read/210672/15193608
~pas unit_frmmain.~pas
unit unit_frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmMain = class(TForm)
Button1: TButton;
www.eeworm.com/read/210672/15193611
pas unit_frmmain.pas
unit unit_frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TfrmMain = class(TForm)
Button1: TButton;
www.eeworm.com/read/207792/15262084
txt problem.txt
2002.7.15
ac_<mark>simple</mark>3.c是根据witten和neal的文章中所给算法(不包括模型建构)进行算术编码的,对witten和neal的例子进行编码所的结果为0011101110(0.233984375),似乎不是正确的答案,不知是程序的错误还是算法存在精度问题?
另:witten和neal的算法似乎并没有给出elias编码保持性问题的解决方法。
ac_<mark>simple</mark>2 ...
www.eeworm.com/read/169697/5414300
setup_pm
# tell pmi/simple/configure that we need support for PMI_PORT
NEED_PMIPORT=yes
export NEED_PMIPORT