-
cpp_sec_ppt2
很好的学习C++的教程,这是第七章至第十二章的PPT(Good learning C++ s Guide, which is under Chapter VII to XII of the PPT)
- 2007-12-16 19:52:32下载
- 积分:1
-
Single_objective_EGO_algorithms-master
单目标的ego全局优化优化算法啊啊啊啊啊(Ego global optimization algorithm with single objective)
- 2020-12-02 09:49:25下载
- 积分:1
-
modeling10
属于数学建模课件。对初学者了解数学有一定的帮助。(Belongs to mathematical modeling courseware. For beginners, there is a certain understanding of math help.)
- 2009-09-06 14:04:40下载
- 积分:1
-
VUMAT-for-Kinematic-Hardening
A VUMAT code for Kinematic Hardening material.
- 2021-03-17 10:29:21下载
- 积分: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
-
odd
说明: 基础C语言实验,实现输入奇数的功能,先在宏定义中定义一个式子。(input odd number,we can define an expression.Basic C language experiment, to achieve the function of input odd number, first define a formula in the macro definition.)
- 2020-06-24 11:00:02下载
- 积分:1
-
BSR
说明: Contour Detection and Hierarchical Image Segmentation
轮廓检测与层次图像分割(Contour Detection and Hierarchical Image Segmentation)
- 2019-03-28 09:29:00下载
- 积分:1
-
ffmpeg.js-master
说明: 使用ffplay播放视频源时,rtsp/rtmp等,会有一定的延时,这里我们可以通过设置ffplay播放参数将延时控制到最小。(When using ffplay to play video source, RTSP / RTMP and so on will have a certain delay. Here we can control the delay to the minimum by setting ffplay playing parameters.)
- 2020-06-24 16:00:01下载
- 积分:1
-
Learning_network_Services
its about Network services...
- 2010-01-01 20:18:18下载
- 积分:1
-
二叉排序树的基本操作
该源代码详细介绍了有关二叉树的所有相关操作(The source code details all related operations on the two fork tree.)
- 2018-05-22 12:00:30下载
- 积分:1