代码搜索结果
找到约 10,000 项符合
U 的代码
u_node.~pas
unit U_Node;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, ComCtrls, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
u_node.~dfm
object Form1: TForm1
Left = 270
Top = 221
Width = 516
Height = 307
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
u_node.pas
unit U_Node;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, ComCtrls, ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
u_node.dfm
object Form1: TForm1
Left = 270
Top = 221
Width = 516
Height = 307
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
u_pcm.m
function [sqnr,a_quan,code]=u_pcm(a,n)
%U_PCM uniform PCM encoding of a sequence
% [SQNR,A_QUAN,CODE]=U_PCM(A,N)
% a=input sequence.
% n=number of quantization levels (even)
u_litest.~pas
unit U_litest;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls;
type
TForm1 = class(TForm)
ListBox1: TList