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

搜索资源列表

  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. MP3Code

    0下载:
  2. 51单片机硬盘MP3播放器 的原理图及源代码 增加了USB下载文件功能; 汉字LCD显示功能;子文件夹功能等。并对软件做了一些修改。并将硬件电路图画出来了。由于做得仓促,难免有不妥之处,请大家谅解, 欢迎指出错误。谢谢。 支持FAT32,FAT16/12还未做。 支持USB下载文件功能,速度300KB/S左右(USB1.1)。 7.5*2个汉字LCD显示功能,能显示歌曲名,路径名(滚动显示) 支持多个文件夹功能。 有前后选曲、暂停、软件音量、高、中、低音控制,重低
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:306584
    • 提供者:shanghongwei
  1. hough

    1下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible to do all the straight line de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:705
    • 提供者:paul
  1. pointset

    0下载:
  2. 基于OPenCV的源码,用于分割而为点集,函数执行二次方程的算法,将集合拆分成一个或更多的等效类。-Based on the source OPenCV for partition and for the point set, function to implement the algorithm quadratic equation will be split into a set of equivalent or more categories.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6895
    • 提供者:无梦
  1. alarmclock

    1下载:
  2. 利用汇编语言实现一个可以在显示器上显示时、分、秒的电子时钟,并能提供整点报时功能。设计一个基本的具有显示时、分、秒的电子时钟。 到整点或预定的报警时间,能够以不同的音乐进行报时,可以自行设置闹钟报警时间; 实物演示时要求讲出程序原理和设计思想; 程序运行良好、界面清晰。 -The use of assembly language implementation on a show in the display hours, minutes and seconds of elect
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3614
    • 提供者:sunyuancheng
  1. flop

    0下载:
  2. SFLOP simulates a floating point operation x op y where op = +, -, *, / In chopping or rounding arithmetic using an m digit mantissa, base 10, and an unrestricted exponent range. (sflop: Simulate FLOating Point operation.)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5378
    • 提供者:xyz
  1. ColorPicker

    0下载:
  2. ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:61454
    • 提供者:mike
  1. 1

    0下载:
  2. 使用子像素的方法来减轻图像系统的负荷已经是目前主流3D程序中的必用方法。比如知道Sin函数的特性,就只需要计算0~pi/2的点就可以了,剩下的pi/2~pi可以通过子像素来画出,在图形量大的情况下可以减轻至少一半的系统压力。 这个程序不光可以加速Sin函数的显示,还可以加速所有函数的显示。 -The use of sub-pixel image of the ways to reduce the load on the system is already the existing procedu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:26833
    • 提供者:许宁
  1. robot_motion_planning

    0下载:
  2. This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-define
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1364992
    • 提供者:guigui
  1. gold

    0下载:
  2. 黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1048
    • 提供者:liang
  1. 0-1suijishu

    0下载:
  2. 用c语言的图像函数取0到1之间的随机数,以点的输出表示-Use c language function check images between 0-1 random numbers to point that the output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:40753
    • 提供者:李琳
  1. MSP430CC1100

    0下载:
  2. 由MSP430和CC1100构成的无线传感器网络,具有多点测温的功能-MSP430 and CC1100 from wireless sensor networks consisting of a multi-point temperature measurement function
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:243456
    • 提供者:xyhyou
  1. fg

    0下载:
  2. This program is broken up into functions.the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function affich_calcul on declared the prototype and one it defini
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3516
    • 提供者:kaw
  1. 14160_12395930618QVQ

    0下载:
  2.  基于C++Builder 6的医药类单据打印系统,主要是Access + FastReport + VCLSkin的一些综合应用,重点功能是FastReport中实现人民币中文大写、空行补齐,页面小计(SubTotal)等……   本打印程序开发过程中使用了FastRepot和VCLSkin组件,源程序在编译时需要在工程(Project)的选项(Options)中更改一下Include和Lib的路径,指向你的FastReport的安装目录。否则会提示找不到头文件等编译错误。 -Ba
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-17
    • 文件大小:309995
    • 提供者:lzj
  1. matleb

    0下载:
  2. 数值分析要求:第二题编成命令文件即可,其中阶乘可以单独编成函数文件在命令文件中调用,也可以直接在你所编的命令文件中利用循环语句直接计算; 第四题编成通用的程序,建议编成函数文件。提示:可以把多项式的系数和所需要求解的点设为参数。-Numerical Analysis of requirements: the second title of the command file can be compiled, which can factorial function into a separa
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:121389
    • 提供者:even
  1. functionofpoint

    0下载:
  2. 描述指针函数的应用,相当与c#中的委托的应用,是c中学习的一个难点。-point function
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:693917
    • 提供者:wang
  1. DelaunayNet

    0下载:
  2. 在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。-In the mapping or cartography often elevation point will need to generate DEM, generally the first point from these principles by the smallest triangulation generated, the code t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:18084
    • 提供者:汪帮主
  1. binary

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--编码过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5447
    • 提供者:zhaowei
  1. cosser

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of cross-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:74683
    • 提供者:zhaowei
  1. fitness

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--适应度评价过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the fitness evaluation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3035
    • 提供者:zhaowei
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com