代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/162541/10297657
txt 输入10个数(216.1).txt
第一个方法:
#include
void main()
{
int num,sum=0,geshu,time;
printf("请输入10个数,或者输入999终止程序:\n");
for(time=1,geshu=0;time
www.eeworm.com/read/279550/10421345
txt 各数位不重复的数.txt
#include
#include
#include
using namespace std;
long fac[10];
long howmany[9];
/*
题目:各数位不重复的数
输入:
10000
输出:
26057
*/
//思路:通过二分法查找,找到所要的数
void getfac()
www.eeworm.com/read/422731/10615586
htm 14.7 统计字符数的方法.htm
输出测试
function cal()
{
var calTxtArr = []; //创建数组
for (var i = 0, s = document.all.myContent.valu
www.eeworm.com/read/277022/10687739
cpp 二分查找数程序.cpp
#include
using namespace std;
int s[10]={00,11,22,33,44,55,66,77,88,99};
int n=0,x=9,m,a;
void f(int i,int j);
int main(){
cout
www.eeworm.com/read/421531/10732610
rar delphi取数示例程序.rar
www.eeworm.com/read/349332/10835135
txt 三个数排序.txt
using System;
public class Test
{
public static void Main()
{
int x;
int y;
int z;
Console.WriteLine ("请输入三个数:");
x=int.Parse (Console.ReadLine ());
y=int.Parse (Console.ReadLi
www.eeworm.com/read/419815/10835700
txt 汇编实现输输数 排序 显示.txt
源程序代码如下: (附注释)
.model small ;define memory model
.stack 16 ;define stack segment
.data ;define data segment
SPACE DB 1000 DUP (' ') ;定义一个空格
www.eeworm.com/read/274151/10887483
doc c怎样产生随机数.doc
www.eeworm.com/read/418162/10962896
htm 14.7 统计字符数的方法.htm
输出测试
function cal()
{
var calTxtArr = []; //创建数组
for (var i = 0, s = document.all.myContent.valu
www.eeworm.com/read/271674/10985068