代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/349332/10835065
txt 输出随机数.txt
using System;
namespace StaticConstructor
{
class RandomNumberGenerator
{
private static Random randomNumber;
static RandomNumberGenerator()
{
randomNumber=new Random ();
}
publ
www.eeworm.com/read/270842/11024225
txt 详细说明数.txt
一、引言
1.1 编写目的:
详细设计文档是进行系统编码的依据,编写本文档的目的在于为程序员的编码提供详细的说明,使程序员能根据详细设计的框图进行正确的编码。本文档的读者对象为程序员,系统设计人员,图书馆管理人员以及参加评审的专家们。
1.2 项目背景:
本系统为西南交通大学图书馆委托XX软件开发公司开发的一个中型图书管理系统,其开发任务由XX软件开发公司承担。
1.3 定义:
用户 ...
www.eeworm.com/read/468097/6999734
ppt 数逻15.ppt
www.eeworm.com/read/463460/7180359
txt 水仙花数.txt
@echo off
setlocal enabledelayedexpansion
:::::::::::::::::::::::::::: 水仙花数 ::::::::::::::::::::::::::::
::::::::::::::::::::::::::::{s11ss 2007-9-24}::::::::::::::::::::::::::::
echo 问题:
www.eeworm.com/read/450798/7476636
c 编随机数.c
/*自编随机数*/
#include"sys\types.h"
#include"sys\timeb.h"
#include
#define ALPHA 3.95 /*宏定义ALPHA值为3.95*/
double init_value(void);
double random(void);
void main()
{
float rdn
www.eeworm.com/read/450504/7482931
cpp 哈弗曼数.cpp
#include
#include
#include
//Huffman树的存储结构
#define n 4 //叶子数目
#define m 2*n-1 //树中结点总数
typedef struct //结点类型
{ float weight; //权值,不妨设权值均大于零
www.eeworm.com/read/450283/7486199
opt 统计文件字符数.opt
www.eeworm.com/read/450283/7486200
ncb 统计文件字符数.ncb
www.eeworm.com/read/450283/7486201
dsp 统计文件字符数.dsp
# Microsoft Developer Studio Project File - Name="统计文件字符数" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/450283/7486202
plg 统计文件字符数.plg
Build Log
--------------------Configuration: 统计文件字符数 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN