-
数据结构
合肥工业大学数据结构课件
非常基础
适合入门(Data Structure Courseware of Hefei University of Technology
Very basic
Suitable for entry)
- 2020-06-20 21:20:02下载
- 积分:1
-
This is a combination of chat and information passed down through the software....
这是一个集合聊天和资料传诵的软件。他可快速的传送电影,文字,图片等 -This is a combination of chat and information passed down through the software. He may rapid transmission film, words and pictures
- 2023-07-09 00:05:04下载
- 积分:1
-
雷电同类游戏的VB源码
一款非常相似于雷电的VB游戏源码,包括了飞行躲避、射击、爆炸之类的动作设置,游戏界面写的也是相当精彩,另外还附带有雷电游戏地图的编辑器源码,整个工程比较庞大,对学习参考来说,绝对是不可多得的游戏源码范例。
注: Timer的稳定记时为 5 毫秒,本可以取1000,但为了防止使用者开启“变速齿轮”(如降低到-256)
会造成启动或中间的暂停时间达到256秒(即使关掉齿轮)
设为 5 后最多为1.3秒,在timegettime函数计时时,x=timegettime 与 timegettime-x之间不能有doevents(齿轮会在此时插入程序而造成记时错误,以至在齿轮关闭后使程序暂停相当长时间(timegettime-x 为负)
解决办法:1、之间不用doevents,把它放到外面,但如果doevents中插入的事件过程运行稍微超时,即可造成主运行模块有点卡(速度不很稳定)
2、将检测条件timegettime-x 改为 abs(timegettime-x),即可避开齿轮开启后又关闭而对计时造成的影响(本程序即用此)
- 2022-03-19 05:31:27下载
- 积分:1
-
GuessNumber
说明: 猜数字游戏
计算机随机产生一个无重复数字的四位数
若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)
- 2021-03-22 08:19:17下载
- 积分:1
-
Astar_8direction
说明: 使用A星算法进行路径规划,能搜索上、下、左、右、左上、左下、右上、右下八个方向(We use A-star algorithm for path planning, and the algorithm can search 8 directions.)
- 2020-12-15 11:36:08下载
- 积分:1
-
英文文献,和语音信号处理中基音周期提取算法相关的文章。...
英文文献,和语音信号处理中基音周期提取算法相关的文章。-English literature, and speech signal processing in the pitch period extraction algorithm related articles.
- 2022-08-22 11:40:01下载
- 积分:1
-
OpenCms中文用户手册书籍语言:英文书籍类型:程序…
OpenCms中文用户手册
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 897 KB
-OpenCMS Chinese user manual books Language : English books categories : program design license : free software books Size : 897 KB
- 2022-02-07 08:00:53下载
- 积分:1
-
zebra
介绍开源路由软件zebra的体系结构的论文,对zebra的重要数据结构及实现机制进行了剖析,是分析zebra源码的基础。(Introduced open-source routing software architecture zebra paper, the importance of the zebra data structure and implementation mechanism of the analysis, an analysis of zebra source basis.)
- 2009-12-24 21:39:05下载
- 积分:1
-
开源爬虫数据操作教程
说明: 数据爬取,通过几行代码就可以在openstreetmap上爬取自己想要的路网/铁路网/地铁/自行车/步行的node.csv和link.csv文件。(Data crawling.With a few lines of code, you can climb the road network / railway network / subway / bicycle / pedestrian network you want on OpenStreetMap node.csv and link.csv Documents.)
- 2020-12-26 09:44:32下载
- 积分:1
-
赌场骰子游戏[编程原理
Casino Dice Game [Programming Principles One - Assignment 2] -Casino Dice Game [Programming Principles One- Assignment 2]
- 2022-08-15 00:18:31下载
- 积分:1