-
Graphics gems, vol.1
Graphics gems, vol.1
- 2022-01-25 23:25:23下载
- 积分:1
-
此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!...
此文件是关于做幻灯片(PPT)时可以使用的模板素材,可以方便用户直接在模板上设计,而不用再为设计不出漂亮的底板而烦燥了!-This document is about to do slides (PPT) can be used when the template material, can be user-friendly design directly in the template, and no longer beautiful for the design of any floor and the irritable!
- 2022-09-30 21:35:03下载
- 积分:1
-
including linear table, linked list, using the C language to write
包括线性表,链表,用C语言写的-including linear table, linked list, using the C language to write
- 2022-02-11 19:54:31下载
- 积分:1
-
解决光驱图标消失问题,自编批处理修复解决!
解决光驱图标消失问题,自编批处理修复解决!-Solve the problem of drive icon disappeared, self-repair solution batch!
- 2022-03-10 22:51:12下载
- 积分:1
-
视觉检测的国外好论文,非常适合新手阅读。
视觉检测的国外好论文,非常适合新手阅读。-Visual inspection of the foreign good papers, very suitable for novice to read.
- 2022-08-22 09:13:30下载
- 积分: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
-
我学着用matlab编写的用来解最优化问题的fabonacci程序
我学着用matlab编写的用来解最优化问题的fabonacci程序-I learned to use Matlab prepared by the optimal solution to the problem fabonacci procedures
- 2022-10-21 04:45:03下载
- 积分:1
-
点取CAD中点,可以获得此点的坐标值,单位为
点取CAD中点,可以获得此点的坐标值,单位为-Point to take the midpoint of CAD can obtain the coordinates of this point, the unit of mm
- 2022-02-25 23:30:15下载
- 积分:1
-
决策树分类算法、C4.5算法,java语言描述
决策树分类算法,c4.5,java语言进行描述的-Decision tree classification algorithm, c4.5, java language described
- 2022-10-15 09:10:03下载
- 积分:1
-
普通调幅电路am
普通调幅电路am-Ordinary amplitude modulation circuit am
- 2023-05-01 12:15:02下载
- 积分:1