代码搜索结果

找到约 10,000 项符合 F 的代码

dataos_a.asm

//=======================================================================================// //Program: 二进制转换成BCD码 C语言调用 unsigned int F_Binary_BCD(unsigned int Binary) //InPut: Binary 要转换的二进制数

dataos_a.asm

//=======================================================================================// //Program: 二进制转换成BCD码 C语言调用 unsigned int F_Binary_BCD(unsigned int Binary) //InPut: Binary 要转换的二进制数

f_xtgl.pas

unit f_xtgl; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, DB, ADODB; type Tf_zhgl = class(TForm) GroupB

f_xtgl.dfm

object f_zhgl: Tf_zhgl Left = 370 Top = 166 Width = 564 Height = 472 BorderIcons = [biSystemMenu, biMinimize] Caption = #32508#21512#31649#29702 Color = clBtnFace Font.Charset

f_login.pas

unit f_login; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type Tf_log1n = class(TForm) StaticText1: TStaticText;

f_login.dfm

object f_log1n: Tf_log1n Left = 275 Top = 136 BorderStyle = bsDialog Caption = #30331#38470#31383#21475 ClientHeight = 167 ClientWidth = 266 Color = clMedGray Font.Charset = DE

f553.m

function [sol,eval]=f553(sol,options) m(1)=sol(1); m(2)=sol(2); m(3)=sol(3); %失效概率矩阵 q=[0.01 0.05 0.10 0.18; 0.08 0.02 0.15 0.12; 0.04 0.05 0.20 0.10]; %约束条件 g1=51-(m(1)+3).^2+m(2).^2+m(3).^2