代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/290615/8471734
bmp 数.bmp
www.eeworm.com/read/264076/11330552
in 删数.in
www.eeworm.com/read/351576/10638863
doc 乱 数 的 函 数.doc
www.eeworm.com/read/428962/8826710
txt 可预置计数器.txt
www.eeworm.com/read/442976/7640725
c 可预置计数器.c
/*
标题:计数器程式 08-11-29
版本:1.0
Target:89c52
程序描述:
共阳七段显示器。*/
/* ***************************************************** */
#include
#include
#define uint unsigned i
www.eeworm.com/read/391240/8414424
obj 数显.obj
www.eeworm.com/read/391240/8414472
lst 数显.lst
C51 COMPILER V7.10 数显 12/23/2006 23:55:52 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE 数显
OBJECT MODULE PLACED IN .\数显.o
www.eeworm.com/read/289579/8541766
c 完数.c
/*编程找出1000之内的"完数".完数指:一个数如果恰好等于它的因子之和.
例如6=1+2+3 28=1+2+4+7+14 */
main()
{
static int k[10];
int i,j,n,s;
for(j=2;j
www.eeworm.com/read/283913/8979603
cpp 随即数.cpp
// 随即数.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
//随机数类
const unsigned long maxshort=65536L;
const unsigned long
www.eeworm.com/read/283913/8979607