-
Ajax组件的另一个新的版本,所以ASP.NET发展的更好
另一新版ajax组件,让asp.net开发更加good-Another new version of ajax components, so that asp.net development of more good
- 2022-03-04 05:01:08下载
- 积分:1
-
StaMps最新测试版,用于PS
StaMps最新测试版,用于PS-InSAR处理-StaMps the latest test version of treatment for PS-InSAR
- 2022-03-10 23:56:20下载
- 积分:1
-
获取文件的CRC32值(VC++源码
获取文件的CRC32值(VC++源码-固定码表)-access to documents CRC value (VC source-code fixed table).
- 2023-03-06 18:50:03下载
- 积分:1
-
在控制台界面实现游戏控制,属于射击游戏
运行时 界面要足够大 不要全屏 正常显示即可运行...
在控制台界面实现游戏控制,属于射击游戏
运行时 界面要足够大 不要全屏 正常显示即可运行-In the console interface to control the game, shooting game is to run-time interface is large enough not to run full-screen display
- 2022-02-24 15:52:12下载
- 积分:1
-
这个图形教程说明了如何将数据从Excel并创建一个图像。示例数据文件中。图形教程PowerPoint中完成。彩色打印,如果你能。右键单击该文件。缴费一旦下载打印...
这个图形教程说明了如何将数据从Excel并创建一个图像。示例数据文件中。图形教程PowerPoint中完成。彩色打印,如果你能。右键单击该文件。缴费一旦下载打印。-This graphical tutorial shows how to bring data in from Excel and create a plot from it. Sample data file is included. Graphical tutorial is done in PowerPoint. Print in color if you can. Right click on the file .PPS to print once downloaded.
- 2022-01-24 17:49:14下载
- 积分: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
-
软件工程课件,介绍软件开发的技术,方法,原理(11
软件工程课件,介绍软件开发的技术,方法,原理(11-15)章-Software engineering courseware, introduction of software development techniques, methods, principles (11-15) Chapter
- 2023-05-17 00:10:04下载
- 积分:1
-
一个ada的编译器
一个ada的编译器-a compiler
- 2023-01-09 17:15:04下载
- 积分:1
-
通过鼠标可以控制图片的缩放功能,我把该功能模块封装成用户自定义控件了,希望对大家能够有用!...
通过鼠标可以控制图片的缩放功能,我把该功能模块封装成用户自定义控件了,希望对大家能够有用!-Mouse can be controlled through a zoom feature picture, I package the functional modules into a custom control users, and hope we can be useful!
- 2022-09-21 15:30:04下载
- 积分:1
-
用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。
用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。-with visual c editing of a spiral bands N magic square procedures, functions magic square.
- 2023-04-21 06:15:03下载
- 积分:1