-
本程序用于测试实时时钟模块SD2000的SRAM存储器D/E系列, 程序功能如下: 1. 关闭/INT1及/INT2的中断输出 2. 初始化时间(写时间数据)...
本程序用于测试实时时钟模块SD2000的SRAM存储器D/E系列, 程序功能如下: 1. 关闭/INT1及/INT2的中断输出 2. 初始化时间(写时间数据) 3. 在BREAKPOINT1设断点时,依次读时间-写SRAM数据-读SRAM数据循环 4. 全速执行时,LED四位分别显示小时和分钟的值-procedures used to test the real-time clock module SD2000 SRAM memory D/E Series, procedures following functions : 1. Closed/INT1 and/INT2 the interruption of output 2. Initialization time (the time to write data) 3. Located in BREAKPOINT1 breakpoint, followed by time for-write SRAM data-reading cycle of four data SRAM. full speed of implementation, respectively, four LED display hours and minutes values
- 2022-05-18 15:06:41下载
- 积分:1
-
camshiftdemo
此代码用于设计摄像机动态视觉追踪,用户可以圈出目标物体,目标物体移动过程中会一直被跟踪(This code is used to design camera dynamic visual tracking, the user can circle the target object, the target object will be tracked in the process of moving.)
- 2017-12-04 17:33:43下载
- 积分:1
-
资料
关于Python的一些资料,帮助快速学习Python(The Guide of Python Quickly)
- 2020-06-17 08:40:02下载
- 积分:1
-
Delphi 数据定时自动备份程序
Delphi 数据定时自动备份程序,备份前请设置自动备份的时间、需要备份到的目标文件夹,程序需要一直运行着,时间到自动备份所选择的目录文件。
- 2023-06-18 19:10:03下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
PFC_RJ
说明: 无桥PFC电路CRM模式,高效率高功率密度电源设计,开关软开关技术减小开关损耗(No bridge PFC circuit CRM mode, high efficiency high power density power supply design, switching soft switching technology to reduce switching loss)
- 2019-10-29 21:30:11下载
- 积分:1
-
Delphi纸牌游戏动画特效
一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:
FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王
FFaceUp:bool; //是否正面朝上
procedure SetCardId(id:Cardinal);//设置扑克牌的编号
procedure SetFaceUp(Flag:Bool); //设置是否正面朝上
function GetValue:integer; //得到扑克牌的点数
function GetSuit:TCardSuit; //得到扑克牌的花色
procedure Paint; override; //画扑克牌的程序
constructor Create(AOwner:TComponent);overload;override; //构造函数
constructor Create(AOwner:TComponent;Id:Cardinal);overload;
procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号
property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号
property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上
property Value:integer read GetValue; //扑克的点数,只读
property Suit:TCardSuit read GetSuit; //扑克的花色,只读
- 2022-01-26 05:07:33下载
- 积分:1
-
消噪
说明: 利用小波包变换可以实现对信号消噪处理,让被噪声覆盖的信号更明显的观察出来。(Wavelet packet transform can be used to denoise the signal and make the signal covered by noise more obvious.)
- 2019-12-07 16:09:48下载
- 积分:1
-
keyboard_test.tar
可以通过指定键盘的event序号(Linux),对键盘进行测试,主要是键盘的键码、键值等。(You can test the keyboard by specifying the event sequence number (Linux) of the keyboard, mainly the key code and key value of the keyboard.)
- 2017-11-30 11:45:43下载
- 积分:1
-
review paper
his article presents a survey of the developments in digital relays for protection of transmission lines.
- 2017-10-09 18:11:05下载
- 积分:1