代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi
matlab_clock.txt
close all
hfig=figure('visible','off');
set(hfig,'NumberTitle','off');
set(hfig,'name','My Clock');
set(hfig,'MenuBar','none');
set(hfig,'color',[0.5 0.7 0.3]);
set(hfig,'visible','on');
A=lins
fbsd-device.c
/*
* The PCI Library -- FreeBSD /dev/pci access
*
* Copyright (c) 1999 Jari Kirma
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
/*
* Read fun
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi
constfile.h
#ifndef _CONSTFILE_H
#define _CONSTFILE_H
#define PI 3.14159265358979
#define PI0 206264.806247096355
#define PI2 2*3.14159265358979
#endif
constfile.h
#ifndef _CONSTFILE_H
#define _CONSTFILE_H
#define PI 3.14159265358979
#define PI0 206264.806247096355
#define PI2 2*3.14159265358979
#endif
fbsd-device.c
/*
* The PCI Library -- FreeBSD /dev/pci access
*
* Copyright (c) 1999 Jari Kirma
* Updated in 2003 by Samy Al Bahra
*
* Can be freely distributed and used
注意.txt
1. 注意舍入方式(0.5的舍入方向);防止输出-0.
2. 几何题注意多测试不对称数据.
3. 整数几何注意xmult和dmult是否会出界;
符点几何注意eps的使用.
4. 避免使用斜率;注意除数是否会为0.
5. 公式一定要化简后再代入.
6. 判断同一个2*PI域内两角度差应该是
abs(a1-a2)pi+