代码搜索:F系列
找到约 10,000 项符合「F系列」的源代码
代码结果 10,000
www.eeworm.com/read/180986/9277745
inc tfloat.inc
dim f_dpart1 as word
dim f_ndpart1 as word
dim f_dpart2 as word
dim f_ndpart2 as word
dim f_zeros as byte
f_ndpart1=0
f_dpart1=0
f_ndpart2=0
f_dpart2=0
goto TheEnd
addDecimalVal:
www.eeworm.com/read/180986/9277758
bas tempsen.bas
device 16f84a
Declare xtal 4
include "TFloat.inc"
Dim Command as Byte
Dim BitCounter as Byte
Dim Temp as Word
Dim Deg as Word
Dim DS_T
www.eeworm.com/read/180827/9294271
h keys.h
/* K E Y S . H -- k e y d e f i n i t i o n h e a d e r
Mike Dumdei, 6 Holly Lane, Texarkana TX 75503
NOTE: EXTENDED KEY HANDLING OPTIONS
This header allows k
www.eeworm.com/read/373012/9479637
c gsl_brent.c
#define RCSID "$Id: gsl_brent.c,v 1.7 2006/02/25 15:00:24 geuzaine Exp $"
/*
* Copyright (C) 1997-2006 P. Dular, C. Geuzaine
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/365428/9863713
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/168645/9903592
bas nlmtclmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim b As Double
Dim m As Integer, n As Integer
Dim y As Double
Dim s As String
' 3元方程组
n = 3
' 分配内存
ReD
www.eeworm.com/read/357617/10204796
txt 08-44.txt
>> syms x y u v w
>> f = exp(-x^2);
>> F= fourier(f)
>> g = exp(-abs(w));
>> G=fourier(g)
>> F1=fourier(f1,u)
>> f1 = x*exp(-abs(x));
>> syms x real
>> f2 = exp(-x^2*abs(v))*si