代码搜索:F系列
找到约 10,000 项符合「F系列」的源代码
代码结果 10,000
www.eeworm.com/read/393251/8300785
rc teechaex.rc
/****************************************************************************
chaexper.rc
*****************************************************************************/
TEEEXPICON ICON LOADONCALL
www.eeworm.com/read/173687/9641878
h file.h
/*
* Structure of an element of the file table.
*/
struct file {
short f_mode;
short f_ndup; /* no. fd's pointing here */
short f_type;
short f_dev;
struct inode *f_inode;
long f_
www.eeworm.com/read/171274/9763775
dpr ams_sny.dpr
program AMS_SNY;
uses
Forms,
Main in 'Main\Main.pas' {fm_main},
reg in 'reg\reg.pas' {fm_reg},
commutationTicket in 'commutationTicket\commutationTicket.pas' {fm_commutationTicket},
www.eeworm.com/read/171274/9763779
~dpr ams_sny.~dpr
program AMS_SNY;
uses
Forms,
Main in 'Main\Main.pas' {fm_main},
reg in 'reg\reg.pas' {fm_reg},
commutationTicket in 'commutationTicket\commutationTicket.pas' {fm_commutationTicket},
www.eeworm.com/read/269220/11105640
cpp a2.cpp
//=====================================
// a2.cpp
//=====================================
#include"abc.h"
//-------------------------------------
int main(){
f1();
f2();
f3();
}//------
www.eeworm.com/read/334243/12615605
h fcntl.h
#ifndef _FCNTL_H
#define _FCNTL_H
#include // 类型头文件。定义了基本的系统数据类型。
/* open/fcntl - NOCTTY, NDELAY isn't implemented yet */
/* open/fcntl - NOCTTY 和NDELAY 现在还没有实现 */
#define O_ACCMODE 0
www.eeworm.com/read/132372/14091859
~pas u_xgdw.~pas
unit U_XGDW;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls,db, Buttons;
type
TF_XGDW = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/132372/14092689
pas u_xgdw.pas
unit U_XGDW;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls,db, Buttons;
type
TF_XGDW = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/132372/14092782
~pas u_xgdw.~pas
unit U_XGDW;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls,db, Buttons;
type
TF_XGDW = class(TForm)
Panel1: TPanel;