-
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。...
本系统提供按地区划分的房屋信息查询和编辑功能,VC++ & Access。-The system provides a breakdown by district of the housing information and editing functions, VC++ & Access.
- 2022-01-26 05:54:34下载
- 积分:1
-
基于51单片机的PS2键盘
基于51单片机设计的PS2键盘,是作为从机,通过PS2接口连接到电脑,程序包括开机自检,发送键值和矩阵扫描。经测试完全可用注意要在开机之前把键盘接上电脑接口,让电脑BIOS自检的时候对键盘进行设置,才能成功读取键盘的内容。
- 2022-01-31 17:33:53下载
- 积分: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
-
麦克斯32的中文使用说明书,要的下哦,以后在传些程序上来。...
麦克斯32的中文使用说明书,要的下哦,以后在传些程序上来。-drum 32 Chinese instruction manual to the next, oh, after some in-line with procedures.
- 2022-06-30 20:50:47下载
- 积分:1
-
在DirectX 3D中使用Alpha Blending的方式来实现伪运动模糊的效果
在DirectX 3D中使用Alpha Blending的方式来实现伪运动模糊的效果-in DirectX 3D Alpha Blending the use of the method to achieve pseudo-campaign mode Paste results
- 2022-08-06 04:14:38下载
- 积分:1
-
本程序采用LabVIEW开发用于改变字符数
一个用Labview编写的字符串转数字的程序-this program which develop by Labview is used to change character to number
- 2022-08-20 01:53:06下载
- 积分:1
-
这是一个权威的文章,代码,其代码然后贴文章…
这是一篇权威文章的代码,现将其代码随后附上文章-This is an authoritative article, code, now its code then attached to the article
- 2022-08-23 07:04:26下载
- 积分:1
-
Windows网络编程(完成端口及网络编程)详细介绍(转载一)
Windows网络编程(完成端口及网络编程)详细介绍(转载一)-Windows network programming (the completion of port and network programming) a detailed introduction (1 reprint)
- 2022-03-07 04:19:10下载
- 积分:1
-
主要是关于还原和备份系统,就非常详细的,和一个关系图…
主要是关于系统还原和备份的,讲解非常详细,并有图说明.对电脑爱好者有很大的帮助的.-mainly on the reduction and backup systems, on the very detailed, and a diagram. Computer enthusiasts have great help.
- 2022-12-09 11:25:03下载
- 积分:1
-
C++游戏之 纸牌接龙小游戏
自己做的第一个C++小游戏,就是纸牌接龙。用的最原始的控制台程序写的。玩起来比较纠结,因为字体太小,而且花色不太好辨认!(但是可以在控制台窗口中进行字体设置。)输入的时候一定要输入整数,因为没有设置纠错机制。希望大家多多支持哈!
- 2022-03-09 23:08:54下载
- 积分:1