代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/444321/7614115
h webalizer_lang.h
/*
webalizer_lang.english
Webalizer V2.0x Language Support file for English.
15-May-1998 by Bradford L. Barrett (brad@mrunix.net)
31-May-1998 Modified for level 1.1 support (brad@mrunix.n
www.eeworm.com/read/444280/7614596
java exammainframe.java
package exam.gui;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
i
www.eeworm.com/read/444247/7615874
pin display.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/444247/7615901
rpt display.rpt
Project Information f:\eda38\k4\plj\display.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 12/09/2008 22:19:22
Copyright (C) 1988-2002 Al
www.eeworm.com/read/444242/7616115
pin display.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/444242/7616136
rpt display.rpt
Project Information l:\11\k1\display.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 10/22/2008 15:54:27
Copyright (C) 1988-2002 Al
www.eeworm.com/read/180714/7617552
txt 41-50.txt
经典c程序100例==41--50
【程序41】
题目:学习static定义静态变量的用法
1.程序分析:
2.程序源代码:
#include "stdio.h"
#include "conio.h"
varfunc()
{
int var=0;
static int static_var=0;
printf("\40:var equal %d \n",
www.eeworm.com/read/444063/7618932
m mud.m
%在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较
clear all
close all
clc;
prompt={'Enter the numbers of user:','Enter the length of user code:','Enter the power of the user code'
www.eeworm.com/read/443984/7619689
c imlib.c
/* imlib.c
Copyright (C) 1999,2000 Tom Gilbert.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
www.eeworm.com/read/443713/7625618
lst chap4.lst
listing 1
// Demonstrate the % operator.
using System;
class ModDemo {
public static void Main() {
int iresult, irem;
double dresult, drem;
iresult = 10 / 3;