代码搜索结果
找到约 10,000 项符合
Power 的代码
flash.c
/*=============================================================================
* Copyright (C) 2001 Acer Labs, Inc. All Rights Reserved.
*
* File: FLASH.C
*
* Contents: CD-R download
httpsvr.bld
# Microsoft Developer Studio Generated Build File, Format Version 50001
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
# TARGTYPE "Power Macintosh Application" 0x0401
CFG=Http
al7_5.c
/*案例代码文件名:AL7_5.C*/
/*功能:通过函数的递归调用计算阶乘*/
long power(int n)
{long f;
if(n>1) f=power(n-1)*n;
else f=1;
return(f);
}
main()
{int n;
long y;
printf("input a inteage
3_2.cpp
//3_2.cpp
#include
using namespace std;
double power (double x, int n);
void main(void)
{
int i;
int value = 0;
char ch;
cout
3_1.cpp
//3_1.cpp
#include
using namespace std;
double power (double x, int n);
void main(void)
{
cout
haar_1d.m
function [Y] = haar_1D(X)
% Computes the Haar transform of the input vector X
% The length of X must be a power-of-2
% Recursively builds the Haar matrix H
v = log2(length(X)) - 1;
H = [1 1;1 -1]
haar_1d.m
function [Y] = haar_1D(X)
% Computes the Haar transform of the input vector X
% The length of X must be a power-of-2
% Recursively builds the Haar matrix H
v = log2(length(X)) - 1;
H = [1 1;1 -1]
changelog
ChangeLog
04.09.01(v5.36-9)
===========================
1. I2C 烹脚苞 包访窍咯 角菩矫 3锅 retry窍霸 荐链 (
polynn.h
#ifndef POLYN_H
#define POLYN_H
//多项式类。未用有序表实现。
#include
#include
#include "linklist.h"
class term //项类
{
public:
term(int c=0,int p=0);
term(c
15873.html
Re: 提拱者不支援应用程式所要求的操作??
Re: 提拱者不支援应用程式所要求的操作??