-
电影类型的好网站
电影类型的好网站-good film types of websites
- 2023-08-25 11:30:04下载
- 积分:1
-
编译原理转四元式
编译原理转四元式-compiler theory to 4 yuan-
- 2023-07-16 10:25:09下载
- 积分:1
-
基于labview的三态灯
基于labview的三态灯设计,此程序还加了右键菜单,并且可以用来作为监控画面的赋值控制按钮。三态灯用自定义VI制作的,如果需要修改的话,解压完进入3态灯的子程序里,直接进行修改就可以了
- 2022-05-21 21:51:42下载
- 积分:1
-
轩辕剑外传 II,游戏代码比较简单,但拥有了网游的基本框架,初学者可下载研究!...
轩辕剑外传 II,游戏代码比较简单,但拥有了网游的基本框架,初学者可下载研究!-X-Men II, the code is relatively simple game, but the Web has the basic framework, beginners can download research!
- 2023-04-01 03:25:04下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1
-
在大负载源中隐藏的信息,通过数据验证
信息隐藏里 large payload 源码,很精简,经过数据验证-Information hidden in large payload source, be concise, through data validation
- 2022-03-05 17:07:20下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
ATmega的测试代码与1MHz的闪烁LED
Atmega s Test code with 1Mhz Blink LED
- 2022-03-01 11:15:06下载
- 积分:1
-
二维经验模式分解代码,十分实用,希望对有需要的朋友有用...
二维经验模式分解代码,十分实用,希望对有需要的朋友有用-Two-dimensional empirical mode decomposition code, are very useful, want to be useful to have a friend in need
- 2022-07-17 13:32:10下载
- 积分:1
-
win32SDK用BITMAP贴图的扫雷游戏的源代码
win32SDK用BITMAP贴图的扫雷游戏的源代码-win32SDK BITMAP map with the demining game"s source code
- 2022-08-05 14:12:59下载
- 积分:1