-
都 是好东西,不是精品我不发的。大家要珍惜机会
都 是好东西,不是精品我不发的。大家要珍惜机会-are good but not excellent, I do not issued. We should treasure this opportunity
- 2022-06-30 21:59:11下载
- 积分:1
-
一个有趣的魔方程序。vc++实现。有点意思
一个有趣的魔方程序。vc++实现。有点意思-?桓 鲇腥 ?的????绦???vc++ 实现 ??有点意?
- 2023-05-08 12:40:02下载
- 积分:1
-
自己写的JAVA贪吃蛇程序,相当有参考价值
自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
- 2023-08-04 17:20:02下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
可生成C语言代码流程结构的软件.
如需使用说明,可上网查找相关资料.
此软件是好评度较高的看代码软件...
可生成C语言代码流程结构的软件.
如需使用说明,可上网查找相关资料.
此软件是好评度较高的看代码软件-Can generate C language code of the software process structure. For usage instructions available online to find relevant information. This software is high praise view source software
- 2022-07-02 05:39:19下载
- 积分:1
-
偏振控制器,利用绑架球对QHQ型进行波长误差分析
偏振控制器,利用绑架球对QHQ型进行波长误差分析-Polarization controller, using the kidnapping of QHQ ball type for wavelength error analysis
- 2023-03-11 07:45:03下载
- 积分:1
-
俄罗斯方块开发UCGUI嵌入式平台下
在ucGUI嵌入式平台下开发的俄罗斯方块,代码精简-Russian block developped under ucGUI embedded platform
- 2022-10-23 09:30:03下载
- 积分:1
-
在做网页或网络开发时经常要用到CSS,但其中的格式非常的多,开发起来比较烦人的。用这个工具就可以很好解脱自己...
在做网页或网络开发时经常要用到CSS,但其中的格式非常的多,开发起来比较烦人的。用这个工具就可以很好解脱自己-doing web development at the network or regular use of CSS, but the format very much, and the development of relatively annoying. Using this tool can make good on their release
- 2022-06-02 16:27:19下载
- 积分:1
-
本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、...
本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be released after the latest HANENV system changes. We HANENV system added a new input method modules : Larry Pinyin modules, including the spelling-sound, D. Two-Tone word phrase more input methods. The new input method modules _SYmode, the use of methods and the original Pinyin input method similar. First applications in the first installation to use the following two sentences sound modules :
- 2023-02-22 20:15:03下载
- 积分:1
-
Sample usage of Connecivity in Visual Basics
Sample usage of Connecivity in Visual Basics
- 2022-10-30 11:55:03下载
- 积分:1