-
The Duine Framework is a (collection of) software libraries that allows develope...
The Duine Framework is a (collection of) software libraries that allows developers to create prediction engines for their own applications. A prediction engine is a component that predicts how interested individual users are in pieces of information. Such predictions can be used to personalise information to users, specifically in recommending to users what information is and is not of interest to them.
Duine is the Irish Gaelic word for person and is pronounced as “dinne” (diner without an ‘r’).
Duine has been developed by the Telematica Instituut/Novay and is based on scientific research on personalisation and specifically into recommender systems. The scientific research results on which the Duine software is based are available at the Telematica Instituut/Novay, you can download the pdf here
- 2022-01-22 06:50:58下载
- 积分:1
-
lrecog是一个神经网络的代码程序,帮助学习神经网络的朋友进行研究...
lrecog是一个神经网络的代码程序,帮助学习神经网络的朋友进行研究-lrecog is a neural network code procedures to help learning neural network research friend
- 2022-05-29 08:04:13下载
- 积分:1
-
c#停车场管理系统--C#专业课大作业
功能介绍: 超级管理员:添加用户 费率管理 车库管理 出入日志 车辆管理 信息更改 用户帮助,关于系统 普通管理员:出入日志 车辆管理 信息更改 用户帮助,关于系统 试用与激活:使用4次,激活码:wuyulin注意: 使用之前需要先修改App.config中的数据库连接。 开发环境为Visual Studio 2010,数据库为SQL Server 2012,windows身份验证。 数据库文件-----停车场管理系统备份 报表插件CrystalReportsForVisualStudio for 2010
- 2023-01-30 06:55:03下载
- 积分:1
-
平整度评价dferjfpijg 0fiofkds asfji E efgfiggjm
平面度计算似懂非懂开满日光,发阿娥覆盖面,阿堵死-flatness evalution dferjfpijg 0fiofkds asfji e efgfiggjm
- 2022-03-23 01:20:15下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
a hotel site, in use, and to refer others to the
一个饭店的网站,在用的,可以参考,是别人给的-a hotel site, in use, and to refer others to the
- 2022-01-26 04:56:57下载
- 积分:1
-
little wai gua
用c#做的little外挂,采用vs2005制作
- 2022-03-20 10:08:13下载
- 积分:1
-
OCR 图片识别
OCR方式的图片识别,API方式,调用简单,识别率还可以.OCR (Optical Character Recognition,光学字符识别)是指电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,对文本资料进行扫描,然后对图像文
件进行分析处理,获取文字及版面信息的过程。如何除错或利用辅助信息提高识别正确率,是OCR最重要的课题,ICR(Intelligent
Character
Recognition)的名词也因此而产生。衡量一个OCR系统性能好坏的主要指标有:拒识率、误识率、识别速度、用户界面的友好性,产品的稳定性,易
用性及可行性等
- 2022-03-22 12:19:29下载
- 积分:1
-
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 )...
说明:TGrabBar 是一个 Windows95 式样画面分隔棒 (Splitter) 构件,提供水平分隔及垂直分隔两种类型 ( 1.14 版,附源码 ) -: TGrabBar Windows95 is a separate bar style images (Splitter) components, the level of separation and vertical separation of two types (1.14 version, with source)
- 2022-08-09 07:17:23下载
- 积分:1
-
From regular expressions to DFA thorough study of examples like regular expressi...
从正则表达式到有穷自动机实例
想研究透彻正则表达式,必须知道有穷自动机的原理,这个源码可以给你一个很好的示例参考。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。
-From regular expressions to DFA thorough study of examples like regular expressions, we must know the principles of DFA, this source can give you a good reference sample. Compiled program generates an executable file, run this file from a DOS window, then prompted to enter a regular expression.
- 2022-01-26 01:32:36下载
- 积分:1