-
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。...
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。-A racing game, there are many obstacles on the road, your aim is to reach the finish line before the end of time.
- 2022-04-09 07:39:46下载
- 积分:1
-
unixbench-5.1.2.tar
unixibench 5.1.2 source code
- 2019-01-21 09:36:37下载
- 积分:1
-
MAPINFO+VB的地图编程,
运行前需先安装mapx
MAPINFO+VB的地图编程,
运行前需先安装mapx-MapInfo maps VB programming, operation required before installing MapX
- 2022-05-20 22:35: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
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1
-
golang_design_pattern
go语言实现的24种设计模式。包含全部的设计原则。(Implement design pattern by Go, Hope to help more programming partners.)
- 2020-06-22 06:20:01下载
- 积分:1
-
Compressed Sensing
Compressed Sensing survey
- 2019-04-29 02:10:24下载
- 积分:1
-
海洋cms V6.54
seacms v6.54 full update
- 2018-02-01 20:25:21下载
- 积分:1
-
C#数据库实例:同学录附SQL2005
C#数据库实例:同学录程序源码附SQL2005数据库文件,编译环境VS2008,可拿去学习C#的SQL数据库编程技巧,都是些基本的数据添加、修改、删除、查询等功能,完成的功能主要是存储同学姓名、电话号码等功能,简单的数据库程序。
- 2022-04-18 22:34:27下载
- 积分:1
-
仓库条码管理系统
说明: 条码仓库管理系统,特别适合中小型超市,解决了库存、入库、出库、库存查询、数据报表等大量人工需要完成的事情,现在只需要轻轻的点几下鼠标就能完成,大量节约了人力和物力,实现了无纸化的操作,能把出库入库报表打印出来或导出为excel,更加直观和省时。(Bar code warehouse management system, especially suitable for small and medium-sized supermarkets, has solved a large number of manual tasks such as inventory, warehousing, warehousing, inventory query, data report forms and so on. Now it can be accomplished with a few clicks of the mouse. It saves a lot of manpower and material resources, realizes paperless operation, and can print out or export the warehouse report forms into excel, which is more intuitive and more intuitive. Time saving.)
- 2019-03-21 17:22:13下载
- 积分:1