Computer games are a vast medium with dozens of genres that have developed over the past three to four decades. Games are bigger and more immersive than ever, and gamers' expectations have never been higher. While linear games, ones that have a set story and fxed progression, are still commonplace, more and more dynamic and open-ended games are being developed. Advances in computer hardware and video game technologies are giving a much more literal meaning to the phrase "game world". Game maps are constantly increasing in size and flexibility, and it's thanks to technologies such as procedural generation that it's possible. Two gamers who buy the same game may have very different experiences as content is generated on the fly
2021-12-28 16:27:46 12.59MB c++ game
1
百度源代码如下 复制代码代码如下:<!Doctype html> <html xmlns=http://www.w3.org/1999/xhtml xmlns:bd=http://www.baidu.com/2010/xbdml>; <head> <meta http-equiv=Content-Type content=“text/html;charset=utf-8″> <meta http-equiv=X-UA-Compatible content=IE=EmulateIE7> <title>百度一下,你就知道 </title> [removed]var wpo={start:new Da
2021-12-27 17:01:17 53KB content ie IE10
1
推荐已成为几乎所有基于信息和电子商务系统的组成部分。 推荐系统的目标是利用大量信息和产品目录,并根据用户的选择了解用户的偏好,并通过大量产品空间手动推荐他们无法选择的产品。 该领域的研究已经能够识别出各种算法和方法来做出以用户为中心的推荐。 从每个用户的个性化和偏好的角度来看,基于特定任务或产品领域的要求,每种算法都涵盖了一组不同的参数。 本研究论文讨论了各种推荐系统使用的现有方法及其比较,并提出了一种方法,该方法通过使用 Apriori 算法和关联规则来解决构建推荐系统的现有实践的缺点。
2021-12-16 14:43:05 831KB Recommendation System Content
1
最近基于jQuery和Bootstrap框架实现了一个仿知乎动态列表的前端效果,基本实现了和知乎动态列表相同的效果。如下: 1.基本列表项 2.列表项全文展开、折叠(图中为展开第一项) 3.评论项展开 4.列表数据加载(加载全部) 5.带动画效果的点赞功能 6.回复列表的hover显示功能 HTML代码如下: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> <meta name="viewport
2021-12-15 21:04:19 310KB comm content dn
1
jQuery滚动条插件jQuery custom content scroller支持横向滚动纵向滚动以及多种滚动显示效果。使用这个插件你可以轻松的给你的层追加很好看的滚动条。
2021-11-30 13:54:14 264KB jquery
1
django迁移模型常见错误django.db.utils.InternalError: (1050, “Table ‘django_content_type’ already exists”)” 这个问题经常出现在迁移模型时报错,表示该表已经存在,说明之前进行过模型的迁移操作。 例如: 一般情况下出现这种错误,是因为在迁移过后进行了数据表的修改【字段的修改】,而再次进行数据表的迁移便会报错,因为之前该表已经存在,重复迁移。 解决办法: 1、先删除模块中迁移时生成的文件xxx_.initial.py文件 如: 0001_initial.py文件 注意:只删除该文件 2、然后依次输入以下命令
2021-11-28 18:46:11 409KB .db ab al
1
如果你的插件压缩包中,除了features和plugins两个目录外,还包含了content.jar和artifacts.jar文件,此时第一种安装方式可能会无效,建议采用在线安装的方式来安装该插件,具体如下: 在eclipse操作界面上,依次点击【help】 -> 【Install New Software】,在弹出的界面中,点击右上角的【Add】,弹出如下窗口
2021-11-24 17:21:13 25KB jar content
1
content_provider_demo, provide data to other app, use cursorLoader to update view
2021-11-21 22:37:19 1.82MB content provider demo
1
最近由于项目需要定制化一个弹幕功能,所以尝试使用canvas来开发组件。经过测试在一些低端机的效果也没有明显的卡顿,和大家交流一下 弹幕效果  功能介绍 支持循环弹幕 弹幕不重叠 支持选择轨道数 支持弹幕发送 使用 npm i vue-barrage 参数配置  name type default desc barrageList Array [] 弹幕数据 speed Number 4 弹幕滚动速度 loop Boolean true 是否循环滚动 channels Number 2 弹幕轨道数 功能实现 html样式 <
2021-11-19 15:32:10 72KB AS content param
1
seamcarver:具有GUI的Seam Carver算法
1