代码搜索结果
找到约 10,000 项符合
F 的代码
delmsg.aspx
删除留言
golden.m
%--------------用黄金分割法求最佳lamuda---------------%
function [f_min,xinla] = Golden(region,x,s) %region 为搜索区域
sigma = 1/10^8;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1)
golden.m
%-------------用黄金分割法求最佳lamuda------------%
function [f_min,xinla] = Golden(region,x,s) % 其中region 为搜索区域
sigma = 1/10^8;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-regi
golden.m
%-------------用黄金分割法求最佳lamuda--------------%
function [f_min,xinla] = Golden(region,x,s)
sigma = 1/10^10;
GoldRate = (sqrt(5)-1)/2;
rate = GoldRate*( region(2)-region(1));
d1 =
counter.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
counter.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
counter.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
keywords_test.py
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
'''
>>> from
p1567.c
// { dg-do run }
// GROUPS passed vtable
extern "C" int printf (const char *, ...);
extern "C" void exit(int);
class A {
public:
virtual const char* f1() { return "A::f1"; }
virtual const char*
bf-layout-1.c
struct { long f8:8; long f24:24; } a;
struct { long f32:32; } b;
main ()
{
if (sizeof (a) != sizeof (b))
abort ();
exit (0);
}