代码搜索结果
找到约 10,000 项符合
Power 的代码
l4_8.cpp
#include
long power(int n);
void main()
{
int n;
long y;
cout > n;
y=power(n);
cout
l4_2.cpp
#include
//double power(double x, int n);
void main()
{
double x;
int n;
cout > x >> n;
cout
l4_13.cpp
#include
int max(int x, int y);
double power(double x=10.0, int n=2);
void main()
{
cout
dds_top.pin
-- Copyright (C) 1991-2007 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
23mn_154.html
新加坡 Power98FM - 爱上美女娱乐网 - 网络电台_广播电台_网络电视_在线电视
munum.c
/*
修改用户名,密码,权限信息
输入
1、要修改的用户所在文件名。
2、修改用户的具体信息
3、要
*/
#include "user.h"
#include "stdio.h"
void ModifyByUserNumber()
{
int i,j,k;
long modnum;
long Number;
char Name[20];
char ps[8
sunum.c
#include "stdio.h"
#include "user.h"
void SortByUserNum()
{
int i,j,k;
user TempS;
user *s,*t;
int total=SIZE;/* SIZE 在shead.h头文件中定义的常量值为100 */
int recNumber=0;
char DataFile[
cuser.c
#ifndef CREATUSER
#define CREATUSER
#include
#include "user.h"
#define NUM 10
/*创建用户信息*/
void CreatUser()
{
FILE *fp=NULL;
user Show;
user TempS;
char DataFile[40]=
unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: T