CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - PRINT

搜索资源列表

  1. dct_p

    0下载:
  2. 这是用VHDL语言(硬件描述语言)写的一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT).全同步设计,低门数.可以用于多媒体及打印应用领域.-VHDL (hardware descr iption language) wrote a two-dimensional 8 * 8 discrete cosine transform (D CT) and the anti-transform (IDCT). fully synchronous design, low gate cou
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32.22kb
    • 提供者:citybus
  1. bao_gao_da_yin_zi_xi_tong

    0下载:
  2. 报告打印字系统 -word report Print System Report Print System Report Print word word word Print System Report System
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:898byte
    • 提供者:王岩
  1. print

    0下载:
  2. matlab经典算法的程序-数据拟合,code fit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.44kb
    • 提供者:楚燕
  1. matlabmatrix

    0下载:
  2. 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Writ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:wangshujuan
  1. 高精度整数运算

    0下载:
  2. 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:王资
  1. 组合

    0下载:
  2. 对任意给定的n,用字典法和邻位互换法生成并打印全部排列。-right to the arbitrary n, using the dictionary to law and Exchange Act o-generated and print all ranked.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:全子
  1. HanoiTowerSequence

    0下载:
  2. 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:713byte
    • 提供者:冰淇淋
  1. Desktop

    0下载:
  2. n queens problem which can print the chess board pattern
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:manoj
  1. prime

    0下载:
  2. 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:54.02kb
    • 提供者:bingo
  1. combine

    0下载:
  2. 此程序的功能是计算给定参数,计算c(m,n)的所有可能,并打印组合结果。-The function of this procedure is the calculation of a given parameter, calculated c (m, n) of all possible combinations and print the results.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:386.87kb
    • 提供者:刘丽娟
  1. lzxjd

    0下载:
  2. 用VB 编的计算两条直线交点坐标的程序,只要输入两直线的斜率(k)和截距(b),就能打印出两条直线,并计算出交点的坐标。-VB calculations made by the two straight-line intersection coordinates procedures, as long as the two enter the slope of a straight line (k) and intercept (b), will be able to print out two
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:34.81kb
    • 提供者:史芸初
  1. 1

    0下载:
  2. 1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -1, a software company, there are about 30 employees, each employees name, job number, position and other property each year, employee tur
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.19kb
    • 提供者:07271022
  1. merge

    0下载:
  2. 对数据进行排序,并打印出来。为两个有序子序列起始终止位置号赋值-To sort the data, and print them out. Ordered sub-sequences for the two starting position of the termination of assignment No.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.12kb
    • 提供者:张佐
  1. rom

    0下载:
  2. Descr iption: Programme to Print first 100 Ramanujan Numbers by TWO WAYS 1st way is printing Ramunajan Numbers from RN taking RN from 0 to INFINITY and print first 100 numbers. 2nd way is to clacualte RN numbers from L M N P of formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.19kb
    • 提供者:1
  1. 10.1.1.116.2159

    0下载:
  2. fingure print in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:360.84kb
    • 提供者:hassan
  1. n-queen

    0下载:
  2. N-queen soluotion. Print into screen the the solution of queen in the chess board
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.03kb
    • 提供者:yah
  1. FiveDirectionPad_Algo

    0下载:
  2. 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.67kb
    • 提供者:zelda
  1. 14

    0下载:
  2. 打印出Fibonacci数列递归算法的相应原程序-Print out the Fibonacci series, the original recursive algorithm for the corresponding procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:35.3kb
    • 提供者:11
  1. Array

    0下载:
  2. Sum of all values in an array, to print all values in an array
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:Fatima Sabir
  1. print--nine-plus-nine-product-table

    0下载:
  2. 九九乘法表打印,用VB编写,主要是实现循环的控制,是VB程序编写的基础-9*9 table print, written in VB, main is to realize the control of circulation, is the basis of VB programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.27kb
    • 提供者:lhc
« 12 3 4 »
搜珍网 www.dssz.com