-
STM32固件库使用手册的中文翻译版
说明: STM32固件库使用手册的中文翻译版,STM32固件库函数说明(STM32F10x_StdPeriph_Lib_V3.5.0)
- 2020-06-17 12:40:02下载
- 积分:1
-
葵花宝典
说明: a valuing note for c/c++
- 2019-05-09 18:52:59下载
- 积分:1
-
美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀...
美国移民局软件,请大家不要用于商业用途!站长为什么还不开通我的帐号呀-the United States Immigration and Naturalization Service software, we must not for commercial purposes. Why not the station opened my account ah
- 2022-03-17 14:42:40下载
- 积分:1
-
域名防红
说明: Please wait for a few minutes to an hour after the completion of the anti-red upload, and the download can not be opened until the auditor has completed the audit. If the upload is not opened for more than an hour, please leave a message in the message board. (How about waiting for more upload failures when large files reach 99%)
- 2020-06-25 14:00:01下载
- 积分: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
-
随着计算机普及,网络的飞速发展,网络技术的成熟,计算机的发展为集办公、娱乐于一体新式工具。在这一背景下,网络游戏的需求与日俱增,五子棋作为传统游戏之一,其历史源...
随着计算机普及,网络的飞速发展,网络技术的成熟,计算机的发展为集办公、娱乐于一体新式工具。在这一背景下,网络游戏的需求与日俱增,五子棋作为传统游戏之一,其历史源远流长,而传统游戏的开发更符合用户的品味,更受用户的喜爱。
基于C/S模式使用JAVA语言开发的五子棋游戏程序,将五子棋游戏移植到网络中更符合现代人娱乐理念,满足用户异地自由选择游戏对手、游戏模式,也可以在游戏当中进行聊天,私聊、群聊等功能,便于用户实时进行信息交流。同时,注意从游戏的图形界面上优化,使得JAVA五子棋游戏软件具有很强的可操作性。
- 2023-02-15 01:00:04下载
- 积分:1
-
glcap-master
说明: Opengl capture like fraps for linux
- 2019-04-21 02:55:27下载
- 积分:1
-
软件用来观测和比较源yuv视频序列,可同时打开36段视频
软件用来观测和比较源yuv视频序列,可同时打开36段视频-Software used for observation and comparison of source yuv video sequence can be opened at the same time 36 video
- 2022-03-20 01:27:37下载
- 积分:1
-
含光伏MPPT跟踪算法的pq控制 pv_3xiang_pqcontrol
含光伏MPPT跟踪算法的pq控制(Matlab/Simulink)(the MPPT and pq control of PV in the microgrid (Matlab/Simulink))
- 2020-07-01 12:20:02下载
- 积分:1
-
PVRMS
说明: 计算平面面形的pv值和rms值,通常用在光学表面形貌测量中(Calculating the Pv value and RMS value of the plano surface)
- 2021-03-13 21:59:24下载
- 积分:1