代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/37255/1070175
c functions.c
/**
******************************************************************************
* @file function.c
* @brief This file contains some functions that can be used in the demo.
* @author STM
www.eeworm.com/read/37255/1070224
ls functions.ls
1 ; C Compiler for STM8 (COSMIC Software)
2 ; Generator V4.2.8 - 03 Dec 2008
3 ; Optimizer V4.2.8 - 03 Dec 2008
34
www.eeworm.com/read/37255/1070251
o functions.o
www.eeworm.com/read/41617/1145895
c functions.c
#include "math.h"
#include "functions.h"
const double PI = 3.1415926535897932384626433832795;
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *p
www.eeworm.com/read/41617/1145901
h functions.h
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
__declspec( dllexport ) short DFT_AmpAndPhase(double *data, unsigned long n, double *amp, double *pha);
// 用于计算一段数据的离散傅立叶变换(DFT)
// double *data --- 数据数组
www.eeworm.com/read/494434/1160128
js functions.js
function init()
{
document.getElementById("div2").style.visibility="hidden";
document.getElementById("div2").style.display="none"
}
function show()
{
if(document.getElementById("div2").styl
www.eeworm.com/read/493417/1167400
java functions.java
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or
www.eeworm.com/read/493048/1169616
java functions.java
package mujmail.util;
/*
MujMail - Simple mail client for J2ME
Copyright (C) 2005 Pavel Machek
Copyright (C) 2006 Nguyen Son Tung
Copyright (C) 2008 David Hauzar