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

搜索资源列表

  1. 四色验证.rar

    0下载:
  2. C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:110666
    • 提供者:
  1. JSub Code

    0下载:
  2. 一个JAVA编写的简单编译器,返回值只接受整形(或者是无返回值)。-An simple JAVA editor, only return real value ( or no value returned).
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:31076
    • 提供者:李明
  1. 大整数的运算3.1

    0下载:
  2. 本程序可以对那些数值超出整形的大整数进行+ - * % 运算欢迎大家使用并提出宝贵修改意见 -the procedures for those values beyond the plastic for the integer-*% Operational Everyone is welcome to use and valuable changes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2499
    • 提供者:钟毓秀
  1. finish01

    0下载:
  2. 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15572
    • 提供者:蔡雷
  1. MergeSort1

    0下载:
  2. 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2352
    • 提供者:发光
  1. 回旋矩阵

    0下载:
  2. 蛇行矩阵的实现,通过四个方向标志控制矩阵的转向,矩阵为正方形的整形数组-hunting Matrix achieved through four directional signs to control the matrix, the matrix of plastic square array
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7296
    • 提供者:lqyy1115
  1. 表达式的计算

    0下载:
  2. 数据结构的实验,用一个堆椎来计算一个整形表达式的值-structure of the experimental data, with a heap of vertebral a plastic calculated the value of the expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11918
    • 提供者:张心海
  1. 长整形运算

    0下载:
  2. 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:
  1. stein

    1下载:
  2. 采用stein算法求两个任意大整数(超过计算机整形表示范围)的最大公约数。-STEINNESS algorithm used for two arbitrary integer large (over the scope of said plastic computer), the common denominator.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3407
    • 提供者:刘小六
  1. ExpressionCalculator

    0下载:
  2. 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:302440
    • 提供者:叶州海
  1. integer

    0下载:
  2. 输入一个长整形数,当删除其中若干个数时 剩余的数是最小的-importation of a number of long plastic, some of which deleted when the remaining number is the smallest number of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:697
    • 提供者:胡玲
  1. zhengshu

    0下载:
  2. 利用双向循环链表实现长整数的存储,每个结点含一个整形变量。任何整形变量的范围是 -(2^15 - 1)~ (2^15 - 1)。 输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-use of a two-way cycle Chain achieve long integer storage, each node containing a plastic variables. Any shaping the scope of the variable - (2 ^
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78959
    • 提供者:罗东
  1. factor

    0下载:
  2. 超长整形数据计算程序,达到128位,同时计算速度进行了优化 -long plastic data procedures to achieve 128, while calculating the optimum speed
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14629
    • 提供者:yunzhi
  1. yadianna

    0下载:
  2. 非常漂亮的一个整形美容医院代码。美工部错,设和美容类医院网站。后台管理员用户名和密码为:admin 可以学习修改使用-A very beautiful symbol of plastic surgery hospital. Art Department of wrong type of hospital-based and beauty website. Back administrator for user name and password: admin can learn to modif
  3. 所属分类:source in ebook

    • 发布日期:2017-06-11
    • 文件大小:18478190
    • 提供者:dinglei
  1. Electronic_circuit_waveform_generation_and_shaping

    0下载:
  2. 电子电路波形产生与整形电路Electronic circuit waveform generation and shaping circuits-Electronic circuit waveform generation and shaping circuits Electronic circuit waveform generation and shaping circuits
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-01
    • 文件大小:1021958
    • 提供者:ik
  1. done

    0下载:
  2. 脉冲整形,放大;即将峰值波变换成方波,用于分析与处理-Pulse shaping, amplification will transform Narikata wave peak for analysis and processing
  3. 所属分类:Goverment application

    • 发布日期:2017-04-17
    • 文件大小:11948
    • 提供者:anky
  1. DOE整形-GS-环形

    3下载:
  2. 利用DOE器件将呈高斯分布的激光整形为环形分布
  3. 所属分类:matlab例程

    • 发布日期:2016-01-12
    • 文件大小:1147
    • 提供者:jennyyjm
  1. 数据处理、整形

    0下载:
  2. 数据处理,数据整形,简单实用,用于对原始数据预处理(Data processing, data shaping, simple and practical, used for pretreatment of raw data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:matdlt
  1. DOE (2)

    6下载:
  2. 衍射光学光束整形元件设计 目标:在透镜后焦面上实现图形的光强分布 实现: 1、波长、衍射光学元件口径、形状、入射波前、二维目标分布及尺寸等都可自行设定; 2、对相位进行8台阶量化,重新计算; 3、更换输出面的采样间隔,重新计算。(Design of Diffraction Optical Beam Shaping Element Objective: To realize the intensity distribution of the pattern on the focal pla
  3. 所属分类:图形图象

    • 发布日期:2019-10-25
    • 文件大小:1024
    • 提供者:DN没有话题
  1. 激光整形技术

    0下载:
  2. 激光光束整形方法有用文献,包含微阵列整形,GS算法等方法
  3. 所属分类:其它文档

    • 发布日期:2020-05-09
    • 文件大小:520998
    • 提供者:biechao
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com