代码搜索结果
找到约 10,000 项符合
Power 的代码
data.dfm
object DataMod: TDataMod
OldCreateOrder = False
Left = 252
Top = 146
Height = 405
Width = 536
object ADOCon: TADOConnection
KeepConnection = False
LoginPrompt = False
flip_latch.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
liangzhu.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
ch03.02.c
// #include
#include
/**
** 2 raised to the power of 10: 1024
**/
int main()
{
int value = 2;
int pow = 10;
cout
ex0507.cpp
#include
using namespace std;
typedef unsigned short USHORT;
typedef unsigned long ULONG;
ULONG GetPower(USHORT n, USHORT power);
int main()
{
USHORT number, power;
ULONG
ac1131.pas
program tju1131;
var
n,x:longint;
a:qword;
begin
repeat
read(n);
n:=power(2,n);
a:=n+1;
a:=a*n div 2;
repeat
read(x);
dec(a,x);
dec(n);
un
ac1206.pas
program tju1206;
var
n,m:byte;
begin
repeat
read(n,m);
writeln(power(2,n)*(m+1));
until seekeof;
end.
odbc-drop.sql
DROP FUNCTION "char"(integer);
DROP FUNCTION concat(text, text);
DROP FUNCTION insert(text, integer, integer, text);
DROP FUNCTION lcase(text);
DROP FUNCTION left(text, integer);
DROP FUNCTION locate(