-
The source of a small game, Snake, played a lot of people who are interested in...
一个小游戏的源码,贪吃蛇,很多人玩过,有兴趣自己研究吧-The source of a small game, Snake, played a lot of people who are interested in your own research
- 2022-05-06 02:29:19下载
- 积分:1
-
boxworld游戏自由布图,供boxworld.exe调用
boxworld游戏自由布图,供boxworld.exe调用-boxworld free game layout for boxworld.exe call
- 2022-04-02 04:51:07下载
- 积分:1
-
WinCe UDP programming, can be achieved connectionless packet communication, EVC4...
WinCe UDP编程,可以实现无连接数据包通讯,EVC4.2下编译通过-WinCe UDP programming, can be achieved connectionless packet communication, EVC4.2 under the compiler through
- 2022-08-24 15:48:02下载
- 积分:1
-
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
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
读写SHP格式的源代码 很详细 下下来就能用
读写SHP格式的源代码 很详细 下下来就能用-SHP format to read and write in great detail the source code can be used down under
- 2022-12-18 04:20:03下载
- 积分:1
-
DELPHI实现com技术(自动化服务器,控制器)
DELPHI实现com技术(自动化服务器,控制器)-DELPHI com technology (automated servers, controller)
- 2023-02-14 08:30:03下载
- 积分:1
-
五位哲学家进餐的问题....VC++编程实现...编辑运行即可
五位哲学家进餐的问题....VC++编程实现...编辑运行即可- codes in the os experiment
- 2022-07-11 12:41:50下载
- 积分:1
-
这也是个跟踪鼠标的小程序,用VB编写 的,你试试吧,应该可以通过吧...
这也是个跟踪鼠标的小程序,用VB编写 的,你试试吧,应该可以通过吧-which is also a small mouse tracking procedures, prepared by the VB, you try it, it should be adopted
- 2023-05-16 19:30:03下载
- 积分:1
-
xls 自动格式转换成 csv格式。这个脚本用来将excel保存成CSV格式,并不依赖于excel,因为它用的模块是:Spreadsheet::ParseExc...
xls 自动格式转换成 csv格式。这个脚本用来将excel保存成CSV格式,并不依赖于excel,因为它用的模块是:Spreadsheet::ParseExcel::Simple-save MS Excel worksheets as CSV files
- 2023-06-06 09:20:03下载
- 积分:1