-
这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作...
这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识)
4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,防“版权篡改”技术 8、
- 2023-08-23 20:05:03下载
- 积分:1
-
用C51写的日历时钟,这个程序可以直接下来使用。
用C51写的日历时钟,这个程序可以直接下来使用。-C51 written by the calendar clock, this procedure can be used directly down.
- 2022-10-31 15:20:03下载
- 积分:1
-
One very good wide VB icon editing tool, but also just ordinary, it is in Englis...
一宽非常好VB图标编辑工具,不过也只是普通的,本来是英文的我只是把他汉化了!-One very good wide VB icon editing tool, but also just ordinary, it is in English I just finished him!
- 2022-03-18 01:26:00下载
- 积分:1
-
很有趣的程序,C++写的,运行在DOS模式。
very fun program write c++ ,run on dos mode.-very fun program write c, run on dos mode.
- 2022-03-24 13:09:15下载
- 积分:1
-
本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。...
本系统的使用可以将工作的部分流程使用计算机的办公自动化处理,能够极大的提高办公的效率和准确程度。另外,可以便捷的统计和分析各种所需资料,方便相应政策的调整等。 该系统作为网上信息管理系统,实现网络处理功能。系统采用先进的应用系统体系结构和开发模式,提高系统的可扩展性、可维护性和交互性。该系统相对独立,接口实现简单、安全,可操作性强-the use of the system can be part of the process of using computers for office automation, the ability to greatly improve office efficiency and accuracy. In addition, the user can analyze statistics and information required to facilitate the corresponding policy adjustments. The system as a web-based information management system, network processing functions. The system uses advanced application system architecture and development model to improve the scalability, maintainability and interactive. The system relatively independent interface is simple, safe and operable
- 2022-07-10 04:28:56下载
- 积分: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
-
xp, office
xp,office风格的菜单,可以在你自己的pb程序中使用-xp, office-style menu, you can program your own use pb
- 2023-01-25 23:30:04下载
- 积分:1
-
电子芯片的设计检查语言,在cadence中使用
电子芯片的设计检查语言,在cadence中使用-Electronic chip design checking language to use in the cadence
- 2022-03-02 19:47:28下载
- 积分:1
-
SAR影像配准源代码,能够实现单视复数影像的配准,为干涉做前期数据处理...
SAR影像配准源代码,能够实现单视复数影像的配准,为干涉做前期数据处理-SAR image matching source code, to achieve single-look complex image registration, in order to make preparations for data processing interference
- 2022-02-03 15:31:38下载
- 积分:1
-
在AVR单片机AVR贪吃蛇游戏的游戏
snake game in avr snake game in avr-snake game in avr snake game in avr
- 2022-08-23 09:57:07下载
- 积分:1