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

搜索资源列表

  1. jishuqi

    0下载:
  2. 实现计算器的功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:53966
    • 提供者:刘金来
  1. NtQuerySystemInformation

    0下载:
  2. Fport并没有调用socket函数来获得socket属性,这说明有一个更简单直接的方法可以从SOCKET句柄中得到端口、协议等信息,可惜我不知道,此为疑点三。不过令人欣慰的是,我写出来的Gport可以在Win2K的非管理员用户下运行,此时,仅能获得本用户所有进程的端口,这大概是Fport所没有具备的功能。 -Fport did not call the socket function socket to obtain property, this descr iption has a m
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:618
    • 提供者:lix
  1. Class1

    0下载:
  2. 圆与直线的函数。考虑了其他同类函数没有考虑的浮点数带来的精度问题-Circular and linear function. Consideration of other similar function does not take the floating point precision problem brought about by
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:837
    • 提供者:钟靖
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
  1. CoolPainter

    0下载:
  2. 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度控制键,有一次移动1个像素,10个像素两种。 2.Ent
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:67957
    • 提供者:谭永炳
  1. multifunctionvariablemetricmethod

    0下载:
  2. 解具有导数的多元函数的无约束极小值点或具有导数的非线性方程组的近似解-Solution with multi-function derivative of the unconstrained point or derivative of the nonlinear equations of the approximate solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:83972
    • 提供者:张趋
  1. tcycle

    0下载:
  2. 自己写的一个画圆程序,由于看不懂网上的那些画圆算法,自己写了一个,用画点的函数画一个圆,很简单,希望对大家有所帮助 -Writing a drawcircle own procedures, because those who can not read online drawcircle algorithm, himself wrote a one-point function with a painting, draw a circle, it is easy, everyone would
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1933435
    • 提供者:Michael
  1. BSS_Demo4SP_20Mar2k5

    1下载:
  2. 定点频域ICA,使用高斯函数、负熵最大化来处理语音信号分离问题的演示-FIXED-POINT FREQUENCY DOMAIN ICA with GENERALIZED GAUSSIAN FUNCTION BASED NEGENTROPY APPROXIMATION for SPEECH SIGNAL SEPARATION
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:847850
    • 提供者:leo
  1. Calculator

    0下载:
  2. 实现windows自带计算器功能,实现小数点及多功能运算,界面美观-Own implementation windows calculator function, realize the decimal point and multi-function computing, interface aesthetics
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1915475
    • 提供者:百可
  1. Dynamic

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic librar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:172985
    • 提供者:西嘻
  1. signal

    0下载:
  2. 用LPC2148PWM功能实现的方波低频信号源,频率可调整到小数点后2位,频率值可通过串口接PC更改,并返回PC-LPC2148PWM function with the implementation of low-frequency square-wave signal source, frequency adjustable to 2 after the decimal point, the frequency value can be received through the serial
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:25144
    • 提供者:bill
  1. ex6_AD

    0下载:
  2. 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:28927
    • 提供者:To_oo
  1. clock

    0下载:
  2. 已完成功能 1.完成秒/分/时的依次显示并正确计数; 2.秒/分/时各段个位满10正确进位,秒/分能做到满60向前进位; 3.定时闹钟:实现整点报时,又扬声器发出报时声音; 4.时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; -Has completed the function 1. Completed second/min/when followed by display and count right 2. Second/min/h o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:95483
    • 提供者:张宝琳
  1. vhdlandclock

    0下载:
  2. 已完成功能 1.完成秒/分/时的依次显示并正确计数; 2.秒/分/时各段个位满10正确进位,秒/分能做到满60向前进位; 3.定时闹钟:实现整点报时,又扬声器发出报时声音; 4.时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; -Has completed the function 1. Completed second/min/when followed by display and count right 2. Second/min/h o
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:95468
    • 提供者:张宝琳
  1. Quadraticequationfitting

    0下载:
  2. 二次函数的拟合算法,根据所给的点来确定二次方程的个参数情况-Quadratic function of the fitting algorithm, according to the given point of the quadratic equation to determine the parameters of the situation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:728
    • 提供者:王逸
  1. fermiumfunctionfitting

    0下载:
  2. 费米函数的拟合算法,根据所给的点来确定费米方程的个参数情况,图像处理时能给出相应的拟合图形的参数-Fermi function fitting algorithm, according to the given point to determine the Fermi equation parameters, the image processing can give the corresponding fitting parameters for graphics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6468
    • 提供者:王逸
  1. P006H

    0下载:
  2. 24点算法。可以计算小数。对非法输入有一定的纠错功能-24-point algorithm. Can calculate the decimal. Illegal importation of a certain degree of error correction function
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1373
    • 提供者:Peng
  1. genetic

    0下载:
  2. 理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点-Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a stand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:黄永聪
  1. KMP--suanfa

    0下载:
  2. 初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 -Kmp algorithm for the beginning of the time look a bit vague on the first did not understand too. Careful scrutiny. To fin
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:104669
    • 提供者:左刘鸿翔
  1. SameDistance

    0下载:
  2. 使用说明:以往数据点多的时候,一般是按x-轴每隔一点数目的点取出一点。这样会因 曲线在竖直方向陡变而显得不均匀。本函数实现这个按曲线长度均匀取点,这样看着更 美观些,具体使用见说明和示例。(转自萝卜)-Usage: the past, when many data points, the general is based on x-axis at that point out the number of points. This curve will be steep change in
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:724
    • 提供者:陈强
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com