CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Result

搜索资源列表

  1. FFT

    0下载:
  2. 1024点matlab仿真,10位输入,12位输出,结果保存在图像中-Matlab simulation of 1024 points, 10-bit input, 12 output, the result stored in the image
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:22575
    • 提供者:ray
  1. 1

    0下载:
  2. 把数组中相同的数去掉,并输出删除后的结果-The same number to get rid of the array, and output the result of deletion
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:532416
    • 提供者:刘强
  1. triangle

    0下载:
  2. 判定三角形冰求其周长,主要是考虑限制条件,处理用户不按常规输入时的结果,当时写的时候是测试用的。-Triangular ice to determine its perimeter, mainly on account of constraints to deal with when the user does not routinely enter the result was often written test used.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:762
    • 提供者:king
  1. stack

    0下载:
  2. 这个程序是数据结构(C语言描述)中的小程序,主要涉及的知识点为栈的概念及运算,此程序涉及到栈的五种基本运算。实现的功能是加减乘除四则运算,结果为双进度,最终结果可以转换成二进制、八进制、十六进制。是学习数据结构c栈知识的有效程序。-This program is a data structure (C language to describe) in the small programs, mainly related to the concept of knowledge points to
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2095
    • 提供者:向云洲
  1. vb24

    0下载:
  2. 本程序实现了几个数字能过四则运算,最终得到固定结果为24-This procedure can achieve a number of figures had four operations, the final result by a fixed 24
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:19936
    • 提供者:yangjie
  1. zhongjiandaima

    0下载:
  2. 交互式面向对象的中间代码编译器基本功能是: (1) 输入源程序,输入一个PASCAL源程序; (2) 输出中间代码,输出形式为:(序号,对应源程序行号,对应源程序列号,操作符,操作数1,操作数2,结果变量); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号,单词类型,值,单词相对地址) -Interactive object-oriented intermediate code compiler,
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1037444
    • 提供者:乖皮皮
  1. digital_lock

    0下载:
  2. Digital Security Lock This a Digital Security Lock which can take input a code and unlock a door or anything interface as *2345# 2345 is default code. LCD is interface to show result.-Digital Security Lock This is a Digital Security Lock which
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:291305
    • 提供者:Vadimir
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:124733
    • 提供者:张周
  1. sing

    0下载:
  2. 在本设计中,时钟信号通过分频计产生一个理想的目标时钟频率,控制地址发生器计数,地址发生器的计数结果输出给正弦波数据存数ROM,作为其地址,从该地址取出ROM里的存储好的数据,再通过DA转换,将数字信号转换成模拟信号,最后输出给示波器观察。-In this design, the clock signal generated by frequency meter an ideal target clock frequency, the control address generator coun
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2502566
    • 提供者:刘睿阳
  1. Polynomialsum

    0下载:
  2. 多项式相加,用于输入两个多项式,可以输出一个最后的结果-Polynomial sum, for the input of two polynomials, can output a final result
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:193825
    • 提供者:youngmotto
  1. OrAnd

    0下载:
  2. 异或计算的小程序,通过输入能计算出两个数的异或结果-The calculation procedure or small, through the input can calculate the number of two different or result
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:51518
    • 提供者:liu
  1. longint-cf

    0下载:
  2. 输入任意长度的两个整数相乘可以得到准确结果-Enter two integers of any length can be accurately multiplying the result
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1830
    • 提供者:shoucql
  1. 3003

    0下载:
  2. 3、大整数加法 Descr iption 求两个不超过200位的非负整数的和。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相加后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 22222222222222222222 33333333333333333333 Sample Output 55555555555555555555 -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:dvd
  1. 3004

    0下载:
  2. 4、大整数乘法 Descr iption 求两个不超过200位的非负整数的积。 Input 有两行,每行是一个不超过200位的非负整数,没有多余的前导0。 Output 一行,即相乘后的结果。结果里不能有多余的前导0,即如果结果是342,那么就不能输出为0342。 Sample Input 12345678900 98765432100 Sample Output 1219326311126352690000 -4, Large Integer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:514
    • 提供者:dvd
  1. wanshell

    0下载:
  2. warshall法顺序:置新矩阵,开始运算;置i=1;对所有j如果A[j,i]=1,则对k=1,2,3……n运算啊A[j,k]:=A[j,k]+A[i,k]; i++;如果i<=n转上继续 需要: 1.输入矩阵,用二维数组,可以考虑全局变量 2.设置矩阵最大值nMax 3.对i从0到n-1循环,寻找每列为1的项,为1则继续运算,否则返回 增强说明: 1.输入方式选择,同时可以选择是否继续运算 2.不再每行确认,增加修改选项 3.使用字符串数组
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:991
    • 提供者:kkk
  1. phone

    0下载:
  2. 手机攻击器,恶意攻击别人是不道德的. 本程序可能会造成被攻击者的反感. 甚至部分功可能会引起被攻击者的电话 损坏,请使用者注意后果. 凡是使用本程序造成的任何后果程序作 者不承担任何责任.-Mobile device attacks, malicious attack others is immoral. This procedure may result in the attacker' s offensive. Even some of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1033379
    • 提供者:荣登
  1. 3

    0下载:
  2. Pupils heights的一个小程序,对你输入的数进行排序和统计-Pupils heights Note: the number of pupils and the heights could be put in a file and the program can read the file and print out the result.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:968
    • 提供者:胡亚
  1. Devc

    0下载:
  2. 、一元多项式的加法、减法、乘法的实现 【问题描述】 设有一元多项式Am(x)和Bn(x),   Am(x)=A0+A1x1+A2x2+A3x3+… +Amxm   Bn(x)=B0+B1x1+B2x2+B3x3+… +Bnxn   请实现求M(x)= Am(x)+Bn(x)、M(x)= Am(x)-Bn(x)和M(x)= Am(x)×Bn(x)。 【基本要求】 首先判定多项式是否稀疏; 分别采用顺序和动态存储结构实现; 结果M(x)中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:124075
    • 提供者:马萌
  1. homework

    0下载:
  2. (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-(1) keyboard input either from the right syntax (infix) expressions, display and save the expression. (2) the use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8843
    • 提供者:林小悠
  1. Lab_1

    0下载:
  2. this package is a sourcecode of a network simulation created by opnet.it s include the create of network toplogy,the select of result to output and run the simulation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5734327
    • 提供者:羲風
« 1 2 3 4 5 6 78 9 10 11 12 ... 33 »
搜珍网 www.dssz.com