CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 去重复

搜索资源列表

  1. c

    0下载:
  2. 题目需求分析 1,游戏(1):类似文曲星里的猜数字: 输入四入不重复的数字(中间用空格隔开) 形式为 " ? A ? B", 四个数中位置和数字都正确为 A,数字相同位置不同为 B, 当 4 A 0 B 时为猜对,每一局有8次机会. 2,游戏(2):计算机随机生成一个1-100中的某数,用户输入一个数字去猜。 -Needs analysis questions 1, games (1): Similar Wenquxing in the number gues
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1843
    • 提供者:fire
  1. sql

    0下载:
  2. UNION 运算符通过组合其他两个结果表(例如 TABLE1 和 TABLE2)并消去表中任何重复行而派生出一个结果表。-UNION operator by combining the results of the other two tables (for example, TABLE1 and TABLE2) and to eliminate any duplicate rows in the table to derive a list of results.
  3. 所属分类:SQL Server

    • 发布日期:2017-03-31
    • 文件大小:384978
    • 提供者:guotao
  1. classical-algorithm-c-language

    0下载:
  2. c语言经典算法 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++) for (k=1
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:70307
    • 提供者:zhang
  1. m

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -Title: There are numbers 1,2,3,4, how many can be composed of distinct three-digit numbers without repetition? Is how much? 1. Program Anal
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:8934
    • 提供者:王可
  1. cPP

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -Title: There are numbers 1,2,3,4, how many can be composed of distinct three-digit numbers without repetition? Is how much? 1. Program Analysi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2216
    • 提供者:lsc
  1. 1

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去        掉不满足条件的排列。-Title: There 1,2,3,4 digits, to form different from each other and how many three-digit numbers without repetition? Is how much? 1 program analy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2163
    • 提供者:周聪
  1. MicroSoftConnection

    0下载:
  2. SqlHelper是一个微软完全开放源码的数据库操作类,用于简化你重复的去写那些数据库连接(DbConnection),DbCommand,DbDataReader-Microsoft SqlHelper a completely open source database operations class, to simplify your repetitive to write that the database connection (DbConnection), DbCommand, Db
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:9239
    • 提供者:张潘
  1. 1

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去      掉不满足条件的排列。 -There are numbers 1,2,3,4, can form a number of disparate and non-repetitive three-digit number? Is how much? 1 program analysis: can fill in one hundred
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2789
    • 提供者:xie
  1. a

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? Program analysis: can fill
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:liumeihong
  1. Double-string

    0下载:
  2. memo中 重复字符串的删除 去出不同的字串-delete duplicate string memo to a different string
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:471943
    • 提供者:刘华
  1. c

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -1. The program analysis: can fill in Program analysis: can fill in one hundred, ten, bit number is 1, 2, 3, 4. Of all the arrangement of remove not me
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2044
    • 提供者:唐涛
  1. C

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去        掉不满足条件的排列。 -1, 2, 3, 4 numbers can be composed of a number of three-digit different from each other and no duplication of digital? Are how many? A program a
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:8245
    • 提供者:蒋晓峰
  1. chengxu

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -A host of companies are looking to shake-up the ways we interact with computers. Using new motion sensing technology they aim for users to replace typing and
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-24
    • 文件大小:131072
    • 提供者:zhangfeng
  1. chengxuyyuyan

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -Apple- Mashable mashable.com/follow/topics/apple/- Cached Apple Inc. (NASDAQ: AAPL formerly Apple Computer, Inc.) is an American multinational corporati
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:907264
    • 提供者:zhangfeng
  1. 1-(2)

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列-Topic: 1, 2, 3, 4 Numbers, how many can form a different from each other and have no the repeat number three digits? How much be? 1. The progra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2748
    • 提供者:水影
  1. image

    0下载:
  2. 图像处理中对坐标处理的相关源码 32bit转8bit AVI 去除数组中NAN 二值化图像 去除数组中重复值(提取单点) 遍历数组查找存在点坐标-Image processing source 32bit coordinate treatment turn 8bit AVI to remove array NAN binarization image to remove duplicate values ​ ​ in the array (extracted single p
  3. 所属分类:LabView

    • 发布日期:2017-11-20
    • 文件大小:105900
    • 提供者:coffee
  1. pingpongf16

    0下载:
  2. 16个pingpong像屏幕四周弹去,遇到边框则90度反弹,一直重复下去-sixteen pingpong in the screen.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:4585
    • 提供者:
  1. 2010080055

    0下载:
  2. 一个旅行商要去N个城市旅行,这N个城市中,任意两个城市之间都有一条路径,路径的长度按照两个城市之间的直线距离计算。找出一条路径,使得旅行商从A城市出发经过所有的城市再回到A城市,所经过的路径最短,每个城市不能重复旅行。-A traveling salesman to go to N-city travel, N cities, arbitrarily between the two cities have a path, the path length calculated in accorda
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:136531
    • 提供者:陆知焕
  1. qqsendqlq

    0下载:
  2. QQ自动发话器,QQ强聊器VB源码版,VB源码下载。   1. 本程序代码内已进行相关标识,以便学者学习   2. 代码里面只用到了一个控件 “Timer”时间控制器,用来设置发话间隔时间,需要注意的是,腾讯QQ更新后期设置了发话间隔时间,如果发话太快,将会被提示“网络传去失败”,所以建议时间里面设置最少为 1000 毫秒。   3. 程序原理基本上以:获取窗口→选择窗口→复制内容→转到窗口→根据时间间隔进行粘贴、发送(重复) -QQ automatic speaker
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:166522
    • 提供者:asdfgko
  1. TxtDeleteLiner

    0下载:
  2. 小说网站可以下载txt文本,随着小说的更新,我们时常要去下载,但是前面重复的我们已经看过了且小说字数多打开删除很慢,不删除很占地方不好定位需要看的位置,这个工具就是根据行数快速删除之前看完的部分的,保留部分会在桌面建立一个new.txt储存。-one kind of txt editor
  3. 所属分类:File Operate

    • 发布日期:
    • 文件大小:8554
    • 提供者:johnY
« 1 2 3 45 6 »
搜珍网 www.dssz.com