代码搜索:F
找到约 10,000 项符合「F」的源代码
代码结果 10,000
www.eeworm.com/read/140779/5781155
f setup.f
************************************************************************
*
* SETUP Version 55
*
* $Log: setup.f,v $
* Revision 1.1 1996/02/07 14:49:16 jaf
* Initial revision
*
*
*******************
www.eeworm.com/read/140779/5781158
f lnblnk.f
************************************************************************
*
* LNBLNK
*
* Return the index of the last non-blank character in the argument
* string, or 0 if the str
www.eeworm.com/read/139332/5799430
f window.f
15
10 10
100 10
200 10
10 200
100 200
200 200
30 30
70 30
30 70
70 70
150 100
120 160
180 160
20 160
80 160
17
0 1
1 2
2 5
5 4
4 3
3 0
6 7
7 9
9 8
8 6
10 12
12 11
11 10
4 1
8 13
13 14
14 9
www.eeworm.com/read/139332/5799431
f md.f
14
120 10
20 63
87 63
155 63
220 63
53 120
187 120
20 180
87 180
155 180
220 180
120 240
100 120
140 120
25
12 13
9 10
3 4
5 8
9 11
6 9
4 6
0 2
5 2
8 11
1 5
5 7
1 2
6 10
2 3
3 6
0 3
8 9
7 8
5 12
9 13
www.eeworm.com/read/139332/5799434
f mess.f
41
10 100
200 140
200 180
80 250
80 15
200 60
10 60
10 220
160 131.579
160 203.333
160 250
160 45
160 5
68.0892 112.229
10 180
134.054 35.2703
180 52.5
200 100
82.9989 115.368
137.88 36.7051
160 156.8
www.eeworm.com/read/133952/5896835
m to_f.m
function deg_f = to_f(deg_c)
% Convert degrees Celsius to degrees Fahrenheit.
deg_f = (9/5) * deg_c + 32;