-
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。...
在S3C2410 Linux2.4.x中的LCD 触摸开发例子,有兴趣的朋下载试下,实用,测试OK。-S3C2410 Linux2.4.x in the LCD touch-developed examples of friends who are interested to download the next test, practical test OK.
- 2023-06-06 20:25:03下载
- 积分:1
-
Direct Oracle Access控件 v4.1适用 Delphi2009
Direct Oracle Access控件 v4.1适用 Delphi2009,含有文档和安装程序,比较完整的Delphi控件包,面向Delphi2009版本。
- 2022-02-07 08:47:39下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1
-
迷宫游戏
本程序是在VB.NET下编写的,由标签作成的墙体,由鼠标来触发,用鼠标不能碰到墙体则会返回到原点来达到走迷宫的效果,达到终点时会出现对话框提示完成。
- 2022-07-05 07:44:12下载
- 积分:1
-
learning VC when doing small exercises, based on the application of the single
学习VC++时做得小练习,基于单文档应用的简单的数据库编程,易于出血者的使用,实现最基本的数据库管理功能-learning VC when doing small exercises, based on the application of the single-file database programming simple and easy to use bleeding, achieve the most basic database management functions
- 2022-01-27 17:16:17下载
- 积分:1
-
some avr jtag schematics
some avr jtag schematics
- 2022-03-29 14:47:18下载
- 积分:1
-
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)...
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)-VB implementation of the basic functions of AE (map browsing, zooming and narrow, roaming and other basic functions)
- 2022-03-18 06:10:16下载
- 积分:1
-
C# WPF 在窗体上嵌套文字上下滚动的可拖动用户控件
C# WPF 在窗体上嵌套文字上下滚动的可拖动用户控件,UserControl2.xaml 的交互逻辑。
- 2022-10-11 07:55:03下载
- 积分:1
-
此为一控制LED灯的源程序,通过控PWM方式实现色彩的柔和变化
此为一控制LED灯的源程序,通过控PWM方式实现色彩的柔和变化-this as a control LED lights of the source, through the PWM control means soft color change
- 2022-03-22 22:50:08下载
- 积分:1
-
/ *说明:1。自定义分数的类分数,使用这样的分数可以C。
/*
描述:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、 =,< ,< =,==,!=, in order to achieve a variety of computing scores. And achieve scores and mixed integer operations. 3. As far as possible to consider application performance.
- 2023-08-25 05:25:02下载
- 积分:1