-
exchange study, we hope that the sharing of resources, if you will need to uploa...
交换学习,希望大家资源共享,如果需要请多多上传经典的原代码,相互学习-exchange study, we hope that the sharing of resources, if you will need to upload the classic source, learn from each other Thank you
- 2022-07-17 21:39:54下载
- 积分:1
-
智能充电器设计仿真
说明: STC89S52单片机设计一款智能充电器的控制系统,通过对电压传感器和电流传感器的检测,当检测充电电压和电流大设置值时,自动断开充电电路。本设计由软件和硬件两部分组成,硬件设计对单片机最小系统、电压电流采集电路、充电控制电路、按键电路、液晶显示电路、报警电路等进行设计,使控制器具备电压、电流检测,系统参数显示,自动断电控制等功能;软件设计方面对控制器的软件驱动程序进行设计。并利用Protues软件进行可行性仿真,对软件和硬件设计进行验证(425/5000
STC89S52 mcu design a smart charger control system, through the voltage sensor and current sensor detection, when the detection charging voltage and current settings, automatically open the charging circuit. This design is composed of two parts: software and hardware. The hardware design designs the minimum system, voltage and current collection circuit, charging control circuit, key-press circuit, liquid crystal display circuit, alarm circuit, etc. , the controller has the functions of voltage and current detection, system parameter display, automatic power-off control and so on. The feasibility simulation is carried out by using Protues software to verify the design of software and hardware)
- 2020-11-13 23:03:29下载
- 积分:1
-
Snake_Source100802
贪吃蛇
利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
- 2010-08-02 10:13:09下载
- 积分:1
-
pintu
c++开发的拼图小游戏,喜欢的朋友进来看看(c++ developed puzzle game, like friends come to see)
- 2013-06-04 14:33:50下载
- 积分:1
-
vibe
说明: 利用vibe算法实现前景检测,有需要的同学可以下载直接运行(get the vibe code,only for study and learning)
- 2020-06-22 12:40:01下载
- 积分:1
-
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了-find the smallest dominating set with the DP, complexity is 2 ^ 2 ^ than eight 150-th power much quicker
- 2022-06-29 17:33:43下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
TOA的MATLAB定位算法
用TOA的方法,使用matlab编程,最终实现定位。(With TOA method and MATLAB programming, the final positioning is achieved.)
- 2020-12-07 12:39:22下载
- 积分:1
-
elm
说明: 机器学习中的极限学习机方法elms去实现数据模拟拟合过程,(data processing The extreme learning machine (elms) method in machine learning is used to realize the data simulation and fitting process,)
- 2020-09-07 18:54:08下载
- 积分:1
-
AM
说明: 对信号进行AM调制,加噪声后带通滤波并解调(AM Modulation and Demodulation of Signals)
- 2019-01-11 19:46:37下载
- 积分:1