-
串口通讯,可使用它进行串口通讯的调试等。非常好用,赶紧用吧...
串口通讯,可使用它进行串口通讯的调试等。非常好用,赶紧用吧-serial communications, it can be used for serial communications debugging. Very handy, use it quickly
- 2022-07-10 21:23:52下载
- 积分:1
-
约瑟夫环:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自...
约瑟夫环:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。编程打印出列顺序。-Josephus : No. 1, 2, 3, ..., n n clockwise direction by individuals sitting around a circle, each holding a password (positive integers). An optional started as a positive integer reported limits on the number of m, from the first individuals to embark on the clockwise direction since the beginning of a sequence number off, the report m stop. M reported out of the list of his password as a new value m, from a clockwise direction in the next one started from a newspaper a few, like that, until the total of all listed so far. Programming print out the order.
- 2022-10-30 01:40:03下载
- 积分:1
-
雷达技术 雷达距离压缩 多普勒成像 相关的处理方法
雷达技术 雷达距离压缩 多普勒成像 相关的处理方法-Radar technology radar Doppler imaging from compression of the treatment-related
- 2022-01-26 06:51:50下载
- 积分:1
-
猜数字游戏
* 游戏规则:系统随机从0
猜数字游戏
* 游戏规则:系统随机从0-100中选择一个整数, 要求你输入0-100的数字来猜测,系统所选定的数字 当猜测的数字太大了,就会有 "大太多了,继续努力!"
* "有点太大了." "有点接近了,不过还是大了点" "好紧张啊,大了一点点,快要中了!" 四个等级的提示.同样如果你猜测的太小了,也会有
* "小太多了,怎么可能就那么小?" "有点太小了." "有点接近了,不过还是小了点" "好紧张啊,小了一点点,快要中了!" 四个等级的提示.-*猜数字game rules of the game: the system randomly select from a whole number 0-100, 0-100 ask you to input the number to guess, the system selected figures when the number of too much speculation, there will be a
- 2022-08-11 13:28:23下载
- 积分:1
-
个人财务管理系统,但有一个模块尚未完成…
个人财务管理系统,不过还有一个模块没有完成,都是在控制台中完成的。
这是我第一个自己做的,希望大家多多指点!-Personal financial management system, but there is a module not yet been completed, are completed in the console. This is my first one to do their own, and I hope a lot of pointing everyone!
- 2022-03-26 12:58:23下载
- 积分:1
-
dkink 的 推箱子游戏~,初学者的最爱,够简单。
dkink 的 推箱子游戏~,初学者的最爱,够简单。-The Sokoban game dkink ~, beginners favorite, simple enough.
- 2022-02-02 04:55:59下载
- 积分:1
-
小游戏迷宫源代码!上下左右为WSAD,并具有地图编辑和保存的功能,这是我学VC是做的一个小程序, 希望与大家指点。...
小游戏迷宫源代码!上下左右为WSAD,并具有地图编辑和保存的功能,这是我学VC是做的一个小程序, 希望与大家指点。
- 2022-07-07 11:30:50下载
- 积分:1
-
VGA的硬件接口定义,方便大家作为速查资料
VGA的硬件接口定义,方便大家作为速查资料-VGA hardware interface definitions to facilitate information as Info
- 2023-05-31 01:15:03下载
- 积分:1
-
超级报表模板设计器PB源代码,非常智能、美观、实用。
超级报表模板设计器PB源代码,非常智能、美观、实用。-超级报表模板设计器PB源代码
- 2022-04-10 05:50:23下载
- 积分:1
-
problem with M
排列问题
M个1,N个0的排列(高效率版)
排列数为:c(m+n,n)
对n个0,m个1,我的想法是这样的:
每个排列可以分三段:
全0列,全1列, 子问题列
设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-s),其中0
- 2022-11-27 09:05:03下载
- 积分:1