代码搜索:myfunction
找到约 720 项符合「myfunction」的源代码
代码结果 720
www.eeworm.com/read/157603/11683576
txt viberation_func.txt
语言:中文
名称:振动特征值
接口:函数
位置:{e:\lzk\myfunction\Debug\myfunction.dll}模块路径和文件名
级别:应用
信息:本模块用于分析集中质量系统的振动分析采用MATLAB开发,非规范化接口,
命令:特征值
描述:{myeig} //解释器用于派发的函数值
类型:矩阵
数量:3
帮助:
www.eeworm.com/read/155858/11843136
cpp 4elist0503.cpp
#include
void myFunction(); // prototype
int x = 5, y = 7; // global variables
int main()
{
using std::cout;
cout
www.eeworm.com/read/253866/12181553
cpp list0505.cpp
#include
void myFunction(); // prototype
int x = 5, y = 7; // global variables
int main()
{
using namespace std;
cout
www.eeworm.com/read/216898/14988159
cpp newet.cpp
#define BZ_NEW_EXPRESSION_TEMPLATES
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
double myFunction(double x)
{
return 1.0 / (1.0 + x);
}
BZ_DECLARE_FUNCTION(myFunc
www.eeworm.com/read/162614/5522700
c eb120.c
// { dg-do run }
template
double integrate(double a, double b, int numSamplePoints)
{
// PRECONDITION(numSamplePoints > 1);
double delta = (b-a) / (numSam