代码搜索结果

找到约 10,000 项符合 Power 的代码

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

歌德巴赫猜想.txt

全屏阅读 【版面名称】:Prolog【版主】:徵求中【讨论区】:电脑技术第1页/共1页(总计1笔) 打包 发信人: wave(驰浪) 题 目: 附:歌德巴赫猜想? 发信站: 【蜘蛛网虚拟社区】 (发表於 2001-05-16 16:31:29) 呵呵,据说是说任意大于2的偶数都可

回文.txt

全屏阅读 【版面名称】:Prolog【版主】:徵求中【讨论区】:电脑技术第1页/共1页(总计1笔) 打包 发信人: wave(驰浪) 题 目: 附:回文(palin)定义 发信站: 【蜘蛛网虚拟社区】 (发表於 2001-05-16 16:24:55) 呵呵,问过几个人,都说只要

toolsused.htm

开发平台及开发工具

mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------

calmoneyx.pas

Unit CALMoneyx; Interface Uses Windows, SysUtils, Math, ComObj, shellapi, Shlobj; Function DEBX(y, N, i: double): double; Function DELJ(y, N, i, G, T: double): double; Function DBLJ(y, N,

ch03.02.c

// #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { int value = 2; int pow = 10; cout

unroll.cpp

//: C05:Unroll.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the file 'L

dds_mcu.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

ex26.c

#include main() { int power(int x, int n); int a, b, c; printf("please input X and n: \n"); scanf("%d, %d",&a, &b); c=power(a, b); printf("