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

搜索资源列表

  1. voronoi

    0下载:
  2. voronoi算法实现平面上的点生成对平面的分割线,使用时先用鼠标在界面上任意点一些点delau按钮即可,本程离在CBuilder5上编译通过.-threshold algorithm plane formation on the point of view of dividing lines, the first use interface with the mouse in arbitrary point on some points delau button, the way from t
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:213970
    • 提供者:阙劲峰
  1. 角谷猜想

    0下载:
  2. 日本一位中学生发现一个奇妙的“定理”,请角谷教授证明 ,而教授无能为力,于是产生角谷猜想。猜想的内容是:任给一 个自然数,若为偶数除以2,若为奇数则乘3加1,得到一个新的 自然数后按照上面的法则继续演算,若干次后得到的结果必然为 1。请编程验证。 *问题分析与算法设计 本题是一个沿未获得一般证明的猜想,但屡试不爽,可以用 程序验证。 题目中给出的处理过程很清楚,算法不需特殊设计,可按照 题目的叙述直接进行证。-a Jap
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:999
    • 提供者:姚紫欣
  1. File-operator

    0下载:
  2. 自己写的一个文件操作的程序,包括文件分割,合并,压缩,加密。-himself wrote a paper operating procedures, including document merging and dividing, compression and encryption.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:442572
    • 提供者:kaye
  1. 6502asm

    1下载:
  2. 6502汇编 算术运算库.rar 8bit乘以8bit.asm 8bit除以8bit.asm 16bit乘以16bit.asm-6502 compilation for arithmetic operations. Rar 8bit.asm 8bit 8bit multiply by dividing 8 bit.asm 16bit multiply 16bit.asm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4829
    • 提供者:sd
  1. oxeye

    0下载:
  2. 使用java技术写的一个图像处理框架,实现了目录树,分割窗格,任务栏图标等技术-use of a written framework of image processing to achieve a directory tree, dividing pane, the task bar icon etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:354239
    • 提供者:辛涛
  1. leap20

    0下载:
  2. 输入:以十进制的形式读入要判断的年份,从键盘取得的一个十进制数转换为二进制数存入BX寄存器中,再将BX中的内容保存在变量year中。 判断:首先将year中的内容首先除以4,不能被4整除,则一定不是闰年,能被4整除的,需再将year中的内容除以100,不能被100整除的,则一定是闰年,能被100整除的,需再将year中的内容除以400,能被400整除的,则是闰年,不能被400整除的,则不是闰年。 输出:经判断后,是闰年的输出“This is a leap year!”,不是闰年的则输
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:80558
    • 提供者:zn
  1. SJJG_BIT

    0下载:
  2. 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:585711
    • 提供者:林健
  1. TheMathordofMultitaskInMatlab

    0下载:
  2. 以多任务分布Matlab的计算(3)-划分一个参数序列到多任务中 Example: Dividing a Parameter Sweep into Tasks
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1580
    • 提供者:王军
  1. LCD-T6963C

    0下载:
  2. 网上虽有有大量的LCD驱动源码,但符合自己使用的不多,次篇非我原作,但经过我修改。-online although a large number of LCD driver source code, but in line with its own use of small, sub-dividing the world the original articles, but I have to amend.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4306
    • 提供者:魏小鹏
  1. 高级计算器 V1.0

    0下载:
  2. 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Exp)/Trunc(Exp):把Exp截断取整。Round(E
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:182651
    • 提供者:王波
  1. 词法分析器(wendang)

    0下载:
  2. /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:6289
    • 提供者:徐昕
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. dividing silhouette part

    0下载:
  2. divide human silhouette into 6 parts according to anatomical knowledge.
  3. 所属分类:matlab例程

    • 发布日期:2012-09-26
    • 文件大小:2590
    • 提供者:caelyn88
  1. fano

    0下载:
  2. 设有离散无记忆信源X,P(X).二进制费诺编码为:1.将信源符号按概率从大到小的顺序排列2.将信源分成两组――按两组概率之差为最小分.3.上面一组编码为0,下面一组编码为1,一直分到一组只有一个信源为止.4.将一个信源分组得到的0和1全部连接起来,组成该信源的码字,信源即得到自己的费诺编码.-There be no X remembering the message source in case that having being scattered, binary Feinuo of P (X
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-23
    • 文件大小:985
    • 提供者:MJ
  1. WatermarkingAlgorithmResearchandImplementationBas

    0下载:
  2. In this paper the watermarking programs based on the discrete cosine transform (DCT) domain DC component (DC) is adopted. Through adjusting the block DCT coefficient of the image the watermarks are hidden. And blocking the selected image accord
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:382297
    • 提供者:Sheraz
  1. 93317464water

    0下载:
  2. 图像处理小程序基于分水线方法的图像分割方法-Applet image processing methods based on the dividing line of the image segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:nana
  1. Surveyonhumaneyesdetectioninimages

    0下载:
  2. 对在已知人脸区域中检测人眼的方法进行综述, 将其分为常光源下的人眼检测和特种光源的人眼检测 两大类。较为全面地综述了当前国内外相关眼睛检测以及定位技术, 分析了各种方法的优缺点, 探讨了当前困 扰人眼检测技术的难点以及人眼检测技术的发展趋势。-This paper supplied a survey of the eyes detection in the area of the known face images by dividing theminto normal illumi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:147311
    • 提供者:lvl
  1. dividing-an-odd-number-

    0下载:
  2. Verilog语言实现奇数分频1比1;简单易实现。-Verilog realize dividing an odd number 1-1 Simple easy to realize.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:934
    • 提供者:maochiheng
  1. dividing-body-part

    0下载:
  2. dividing human silhouette into 6 parts and calculate its centroid.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2590
    • 提供者:caelyn
  1. Odd-Frequence-Dividing-Circuit

    0下载:
  2. 一种奇数分频电路的设计方法,采用verilog HDL描述。修改代码中参数可以进行任意奇数分频,包含了设计文档和源代码。-A design of odd frequence dividing circuit is presented, which is described by verilog HDL。Change the parameter in code, one can get any odd numbers of frequence dividing circuit.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:
    • 文件大小:96447
    • 提供者:zhouwen
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com