代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/470743/6907616
pas source.pas
unit Source;
interface
uses
DragDrop,
DropSource,
DragDropFormats,
DragDropText,
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
www.eeworm.com/read/470743/6907618
dfm source.dfm
object FormSource: TFormSource
Left = 276
Top = 110
BorderStyle = bsDialog
Caption = 'Custom Drop Source'
ClientHeight = 229
ClientWidth = 400
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/470743/6907708
pas source.pas
unit Source;
interface
uses
DragDrop,
DropSource,
DragDropFormats,
DragDropText,
DragDropTimeOfDay,
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
www.eeworm.com/read/470743/6907709
dfm source.dfm
object FormSource: TFormSource
Left = 303
Top = 136
BorderStyle = bsDialog
Caption = 'Custom Drop Source'
ClientHeight = 229
ClientWidth = 400
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/470167/6914428
h source.h
#define MAXINPUT 30
typedef struct Poly{
int Coef;
int Expo;
Poly *next;
};
typedef struct Poly node;
typedef node *link;
link ptr=NULL,ANS=NULL,head=NULL,headA=NULL,headB=NULL,Wor
www.eeworm.com/read/146545/6956205
m source.m
function data = source(fr_length,frames,md,zf,varargin)
%SOURCE Generate source data.
% D = SOURCE(K,F,MD,ZF) creates a data source consists of desired
% number of F frames each having K symbols.
www.eeworm.com/read/469354/6973368
zip source.zip
www.eeworm.com/read/468242/6995562
h source.h
extern char filter_1(void);
extern char filter_2(void);
extern char filter_3(void);
extern char filter_4(void);
extern char filter_5(void);
extern char filter_6(void);
extern char filter_7(void)
www.eeworm.com/read/467625/7006132
zip source.zip
www.eeworm.com/read/465945/7049250
txt source.txt
标准的PID处理例程
--- 工业控制中常用算法 ---
/*====================================================================================================
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具