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

搜索资源列表

  1. bin2Q

    0下载:
  2. Converts binary data of any format in a string to floating point decimals of a defined fraction size. the intsize input parameter defines the size of the exponent and sets the fixed point location in the binary number. se accompanied matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3979
    • 提供者:ivgi
  1. functreq

    0下载:
  2. 功能需求是软件开发的一个关键,该文档可以作为写需求分析的参考-Function requirement point
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:34439
    • 提供者:wiston xu
  1. hotelmanager

    0下载:
  2. 源程序基于VS2003,用VS2005或2008打开时需要转换工程,www.codefans.net截图如上,本套酒店管理系统数据库采用MSSQL2000,包含有SQL备份文件。从截图就可以看出,这是一个比较简单点的适合学习的数据库应用实例,完成的功能也不少,包括换房登记、入住登记、结账登记、旅客信息、打印帐单、消费报表等功能。-Source based on the VS2003, with VS2005 or 2008 to open the required conversion work
  3. 所属分类:Hotel software system

    • 发布日期:2017-05-02
    • 文件大小:671692
    • 提供者:y780659
  1. siftDemoV4

    0下载:
  2. 作为一种匹配能力较强的局部描述算子,SIFT算法的实现相当复杂,但从软件开发的角度来说,只要会使用其中几个比较重要的函数就行了。这里要感谢David Lowe这个大牛,不但提供了一种强悍的特征匹配算法,还给出了C++的实现代码,后来有人用C#实现了这个算法,需要的朋友可到网上自行下载。 -As a strong ability to match the partial descr iption of operator, SIFT algorithm to achieve very compl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:759691
    • 提供者:xyrx
  1. 2dDrawing

    0下载:
  2. The basics of this program is to develop a simple 2D paint program, similar in function in many respects to MS Paint. provide the user access to the following functions: Point in this mode, each left mouse down should create a point on the scre
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:756992
    • 提供者:jinjuan
  1. SnapShot

    0下载:
  2. 要用QQ2006 1.经过笔者分析,腾讯QQ的截图功能,组件名称为:CameraDll.dll,位于QQ安装目录的TMDLLS文件夹中 2.点中此文件,将其复制到系统盘(如C盘)Windows\System32文件夹下,之后再开始菜单中的运行框输入如下命令: rundll32.exe CameraDll.dll,CameraSubArea 点击回车,即可将此组件集成到系统文件之中 3.之后在桌面空白处,单击鼠标右键,选择新建中的新建快捷方式选项,扔输入相同命令,点
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:75047
    • 提供者:张金鹰
  1. QQScreensho

    0下载:
  2. 要用QQ2006 1.经过笔者分析,腾讯QQ的截图功能,组件名称为:CameraDll.dll,位于QQ安装目录的TMDLLS文件夹中 2.点中此文件,将其复制到系统盘(如C盘)Windows\System32文件夹下,之后再开始菜单中的运行框输入如下命令: rundll32.exe CameraDll.dll,CameraSubArea 点击回车,即可将此组件集成到系统文件之中 3.之后在桌面空白处,单击鼠标右键,选择新建中的新建快捷方式选项,扔输入相同命令,点
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:37159
    • 提供者:张金鹰
  1. lagrange

    0下载:
  2. approx a point-defined function using the Lagrange polynomial interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:544
    • 提供者:李想
  1. Gaussprojection

    0下载:
  2. 适用于任意坐标系的高斯投影正反算,包含弧度于角度互相转换函数-Applies to an arbitrary coordinate system the positive and negative Gauss projection operator, including the curvature at the point of transfer function between
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1879
    • 提供者:jo
  1. Runtime_Dynamic_DLL_Loading

    0下载:
  2. This archive contains two Code::Blocks project. The first one is a DLL skeleton. It includes a default DLLMain function (the DLL entry point) that is called when the DLL is loaded in the memory and a sample function HelloDll. The second project con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:8372
    • 提供者:mihi64
  1. 0710210206Calc

    0下载:
  2. 用MFC实现简单的计算器功能,加减乘除,阶乘,小数点,开平方根。-MFC implements a simple calculator with function, addition and subtraction multiplication and division, factorial, decimal point, open square root.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1910824
    • 提供者:nini
  1. JSQ

    0下载:
  2. 计算器是Windows操作系统提供的一个附件功能,许多人用Visual Basic、Visual C++等编制计算器,由于这些程序提供了控件,所以实现相对容易。Turbo C没有控件,但我们可以利用它所具有的函数模仿画出其界面,实现计算器的基本功能,进行浮点数加、减、乘、除、乘方和求模运算。-Calculator is a Windows operating system provides an attachment function, and many people use Visual Ba
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3375
    • 提供者:sishengxu
  1. 2

    0下载:
  2. 利用maxplus2完成 1、 完成带时、分、秒显示的24h计时功能; 2、 能完成整点报时功能,要求当数字钟的分和秒计数器计到59min52s时,驱动音响电路,四高一低,最后一声高声结束,整点时间到; 3、 完成对“时”和“分”的校时,并能对秒计数器清零。 -Use maxplus2 completed one complete with hours, minutes, seconds, show 24h time functions 2, can complete the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:168477
    • 提供者:小余同学
  1. Process

    0下载:
  2. 本程序实现的是用户调用数据库的存储过程,存储过程又调用了自定义数据库函数。场景:数据库中有张表(没有的话,程序会自动创建),字段有:姓名,班级,数学成绩,语文成绩,英语成绩;用户输入姓名和班级,系统会自动调用存储过程来显示对应的三科成绩以及平均学分基点,其中平均学分基点是存储过程调用自定义函数得到的-The program implementation is the user calls a database stored procedure, stored procedure calls an
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-18
    • 文件大小:4682485
    • 提供者:卢成彪
  1. electronictime

    0下载:
  2. 1、能够显示时、分、秒,能够进行设置 2. 具有整点闹铃功能 3. 能够在12小时/24小时显示模式中切换。-1, can display hours, minutes, seconds, can be set 2. With the whole point of the alarm function 3. Can be 12 hours/24 hours display mode switch.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:23744
    • 提供者:张金
  1. Student_Achievement_Management

    0下载:
  2. 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行"cjgl"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:82177
    • 提供者:舒超
  1. SimpleChat

    0下载:
  2. 一个比较基本的点对点聊天程序,局域网范围内的聊天程序,适合同事之间互相交流,输入对方IP地址和用户名就可以发送消息了,只要对方正在打开本软件,就能收到消息,本程序除了发消息之外没有其它的功能,比较简单的。-A more basic point-chat program, local area network within the chat program, suitable for exchange among colleagues, enter each other' s IP addr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:10762
    • 提供者:305
  1. SongTaste

    0下载:
  2. 很喜欢去SongTaste听歌,遇到喜欢的当然想下载了。可是难道每次都要点右键属性复制出地址下载吗? 这样似乎太麻烦了,有时用迅雷去下载,却发现只能下到一部分就停了,就算下载成功歌曲的名称永远是preview.难道喜欢一首歌就这么难吗?于是这个小软件就诞生了。 功能:1.异步获取百度Top500、新歌100、SongTaste电台歌曲列表 2.动态显示歌词,播放。 3.序列化保存、加载列表 4.可自动下载歌词,手动下载歌曲,进度显示 5.界面自我感觉可以-Very mu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:917703
    • 提供者:命运之轮
  1. hicks

    0下载:
  2. 参数化程序hicks函数,主要用于模拟曲线,给定离散点拟合曲线-Parametric program hicks function, mainly used to simulate the curve of a given discrete point fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:840
    • 提供者:wangwei
  1. 1

    0下载:
  2. 1.编写一个简单的程序,输出“Welcome you”,并给程序加一行注释“First C++ program”。 2.编写一个完整的包含输入和输出的简单C++程序。 3.编写内置函数求解2X2+4X+5的值,X为整数,并用主函数调用该函数。 4.利用函数重载,重载上面的函数,X为浮点数。 5.编写一个程序,对一个整数数组求和,求和的结果使用全局变量sum存储,同时对整数中的奇数求和,结果使用局部变量sum存储,在主程序将两个结果输出。 6.编写一个程序动态分配一个浮点空间,
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:46121
    • 提供者:bobo
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com