CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 多少

搜索资源列表

  1. 27

    0下载:
  2. //运行时向用户提问“你考了多少分?(0~100)”。接收输入后判断其等级并显示出来,规则如下: //优(90<=score<=100)良(80<=score<90)中 (60<=score<80) 差(0<=score<60) -// Run-time to the user question how many points you test? (0 to 100). After receiving input to determin
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:869904
    • 提供者:Zhang
  1. OMP_TEST

    0下载:
  2. OpenMV小程序,在vs2013中采用OMP编程实现读取一个文件中的数据,文件中数据的第一行为数据个数,第二行为实际数据,数据间以空格隔开。判断第二行的数据中有多少个水仙花数。判断过程利用MPI采用多个线程进行。-Using OMP program implemented in vs2013 read data in a file, the first acts of the number of data files in the data, and the second actual beh
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1439895
    • 提供者:Dust
  1. c

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数-There are 1, 2, 3, 4 numbers, can be composed of a number of different and no duplication of the three digit number?
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1828
    • 提供者:王富勇
  1. main

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -number array
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:9806
    • 提供者:Isabella
  1. e

    0下载:
  2. 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? -a number plus 100 equal to square
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:10741
    • 提供者:蔡宏斌
  1. schedule

    0下载:
  2. 一个正方形平面被分为N*N个单元格,其周围被墙包围,其中有一个滑块和一个坑,单 元格之间可能存在墙。每次操作可以将滑块往上下左右中的某一个方向滑动,滑块被滑动后 会朝滑动方向不断移动直到遇到墙或者掉入坑中为止。问最少滑动多少次能将滑块滑到坑 中。-Plane is a square divided into N* N a cell, which is surrounded by a wall, which has a slider and a pit, single There
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:刘君
  1. PWM

    0下载:
  2. 利用PWM的方式来控制两相四线步进电机的转动、正反转、转速、在什么位置停、在多少圈后正转或者反转-Use PWM way to control two-phase four-wire stepper motor rotation, rotating, speed, stop at what position, how many laps after the forward or reverse
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:微兰
  1. chengxu

    0下载:
  2. c语言题 在一个圆上画N(N< 10000)条直线,问最多能将圆分成多少个区域?-On a round draw N (N < 10000) lines, ask most can the circle is divided into many area?
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:9941
    • 提供者:杨果
  1. jishuanrenkou

    0下载:
  2. (响应)我国现有人口为13亿,设年增长率为1 ,计算多少年后增加到20亿。并将结果输出在窗体上。将结果存入变量year中。使用do while ...loop语句完成程序。 -response) in China has a population of 1.3 billion, the annual growth rate of 1 , calculate how many years later increased to 2 billion. And the results output
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:672
    • 提供者:wengui
  1. c

    0下载:
  2. 1.输入一行文字,找出其中大写字母、小写字母、数字字符、空格以及其他字符各多少。。要求编写一个函数实现统计功能,在主函数中输入一行文字、调用统计函数并输出统计结果。 2.写一个函数实现两个字符串连接,在主函数中输入和输出字符串,要求用字符指针变量作行参和实参-1. Enter the line of text to find out where the uppercase letters, lowercase letters, numbers, characters, spaces, and
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:江雪
  1. 分别利用非尾递归和尾递归实现

    0下载:
  2. 分别利用非尾递归和尾递归实现第39级台阶问题,要求每一步只能迈上1个或2个台阶。且先迈左脚,然后左右交替,最后一步是迈右脚,也就是说一共要走偶数步。那么,上完39级台阶,有多少种不同的上法呢?
  3. 所属分类:其它

  1. lll

    0下载:
  2. 这个是一个stm32的内存分配的程序,思路如下: 将内存分块管理. 内存池等分为固定大小的内存块. 建立一个内存状态表,对应每个块,有多少个块,状态表就有多少个元素,一一对应. 通过状态表的值判断该块内存是否可用(为0则表示可用,为其他值则表示被占用了,而且占用的内存块数量,就是该值的数字)-This is a stm32 memory allocation procedures, the idea is as follows: Divide the memory into
  3. 所属分类:OS Develop

    • 发布日期:2017-12-12
    • 文件大小:2359
    • 提供者:plq
  1. Report

    0下载:
  2. 将表格控件的内容保存到word文件。可根据表格数据行数的多少在word中插入相同行数的表格。在word的表格里写入labview的表格控件数据。(Save the contents of the table control to the word file. A table that inserts the same number of rows in word, depending on the number of rows in the table. Write the form contr
  3. 所属分类:LabView编程

    • 发布日期:2017-12-27
    • 文件大小:79872
    • 提供者:福波斯
  1. bp神经元

    1下载:
  2. 一个简单的BP神经元算法,(凑20个汉子真不容易,为什么非要规定写多少说明?)(Simple BP neuron algorithm)
  3. 所属分类:易语言编程

  1. CKSC__contain

    0下载:
  2. ARrrayLIist实习的复制的虚脱系统操作,可以给共多少学()
  3. 所属分类:书籍源码

    • 发布日期:2017-12-30
    • 文件大小:193536
    • 提供者:ququn
  1. 3

    0下载:
  2. 其实撒灰度化速度哈UI时候丢哈迪斯加多少加速度爱迪生(asdij asjidji asdji asdjiasd jiasd jdamsk i asdji asdji masdop asdjiasd;lkoa m pomlasdmo)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:666LXH
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
  1. ElGamal_new

    0下载:
  2. 加密蒂亚戈蒂亚戈一段郭德纲额哈哈个大概多少的噶时光(ahdahdhasdhashdshajdhasjdh)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-04-19
    • 文件大小:2703360
    • 提供者:Zr丶OO
  1. 1

    0下载:
  2. 1.1.课题任务要求及技术指标设计任务; 若锗中含有一定数量的杂质元素Sb,试根据要求分析杂质浓度与电离度以及电离温度之间的关系: (I) 当Sb浓度分别为10"cm-和10"cm-时,计算杂质9%,90%和50%电离时的 温度各为多少? (2) 根据一定杂质类型和杂质浓度,画出电离度和温度的关系图线。并确定半导体处于强电离区(电离度>90%) 的温度范围。设计要求: (1) 具有友好输入输出界面: (2) 调整输入数据。得出相应结果。并进行分析。(
  3. 所属分类:汇编语言

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:小花呵呵呵
  1. phpweb二级分类

    0下载:
  2. 对方的事发生 第三方的身份多少地方第三方第三方多少范德萨范德萨(How much is the third party's identity of the other party? How many places are the third party and the third party? How many Sar Sar?)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-02
    • 文件大小:13312
    • 提供者:第三方碍事
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com