-
main
Barometer for home mini weather station
- 2013-02-06 20:59:20下载
- 积分:1
-
实验2:LED闪烁
单片机编程,实现LED灯的闪烁(单片机运行程序),用于新手熟悉单片机。(SCM programming, the realization of LED lights flashing (SCM operating procedures), for novice familiar with SCM)
- 2019-03-27 14:11:44下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
非常经典的关于LLC的杨波博士论文
说明: 经典的LLC论文,通过学习该文档,加深对LLC电路的理解。(Classic LLC thesis, through learning this document, deepen the understanding of LLC circuit.)
- 2020-02-23 20:16:11下载
- 积分:1
-
JDBC-Tutorial
working with JDBC - tutorial
- 2019-03-23 09:36:17下载
- 积分:1
-
查询输出
输出某个路径及其子目录下的所有文件路径,以便查找所需的文件。(Output all file paths under a path and its subdirectories to find the files you need.)
- 2020-06-17 17:20:02下载
- 积分:1
-
俄罗斯方块主代码
其它代码可以上网下,到GOUGOU
俄罗斯方块主代码
其它代码可以上网下,到GOUGOU-ELuoSiFangKuai Zhu Daima
- 2022-01-26 14:48:28下载
- 积分:1
-
国家集训队1999论文集_7820043
说明: National Training Team 1999 Proceedings
- 2020-06-23 02:20:02下载
- 积分:1
-
flashMem
说明: p2020 bsp包中flash内存测试代码(P2020,flash memory test code)
- 2019-07-04 17:05:50下载
- 积分:1
-
chuangame
VC++枣子穿纽游戏源码,类似扫雷游戏的界面,不过玩法有点不一样,游戏源代码在vc++6下编译通过,你应该通过源代码能看出些玩法来。
相关资料:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增加,纽扣数目也增加,当达到70个时游戏即结束。只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿线。线可交叉,但有纽扣的点不能交叉连接。
透露点秘诀:要尽可能使连线长且该连线上的纽扣数多。(VC++ source code dates to wear new game, the game interface similar to mine, but a bit different from playing the game in the source code to compile under vc++6 passed through the source code you should be able to see more options. Relevant information: in this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. Game initial 15 buttons, an increase over time, increase the number of buttons, when the 70 hours to reach the end of the game that is. Buttons can only point in the threading, and only in the horizontal direction or vertical direction of threading. Lines cross, but the buttons can not be cross-connect point. Point revealed the secret: To the extent possible, so long and the connection to connect on a few more buttons.)
- 2009-07-16 21:48:30下载
- 积分:1