-
CompilerControl99
Vb asm inlining dev perf speed
- 2017-08-28 20:30:23下载
- 积分:1
-
ANSIX9.9MacTool
这个程序是POS机ANSIX9.9算法验证工具(This program is under the POS machine ANSIX9.9MacTool)
- 2017-09-13 14:45:29下载
- 积分:1
-
ERA5的下载
说明: ERA-5的数据下载方法,可用于气象学等相关专业,每一步都有详细说明。(Era-5 data download method can be used in meteorology and other related disciplines, each step has a detailed description.)
- 2021-01-05 10:38:54下载
- 积分:1
-
Freescale' s first smart car race program hope for all of us
第一届飞思卡尔智能车比赛的程序 希望对大家有用-Freescale" s first smart car race program hope for all of us
- 2022-12-15 05:25:03下载
- 积分:1
-
JXC
说明: 使用方法重载来计算三角形,长方形和圆形的面积。给三维向量的加法设计运算符重载并测试结果(Use method overload to calculate the area of triangle, rectangle and circle. Overload the additive design operators for three-dimensional vectors and test the results)
- 2020-06-25 01:40:01下载
- 积分: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
-
计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序...
计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second boundary conditions procedures
- 2023-07-11 07:25:03下载
- 积分:1
-
"vos mini edition"是目前非常流行的模拟钢琴类游戏的mini版,用java实现,通过程序的学习和编写,java学习者可以对java的图形和多媒体...
"vos mini edition"是目前非常流行的模拟钢琴类游戏的mini版,用java实现,通过程序的学习和编写,java学习者可以对java的图形和多媒体应用有了更深入的了解.-"Vos Mini Edition" is a popular emu-piano game in its mini version. Written in Java, you can get more details about the Java MultiMedia and Graphics with the coding and learning the program.
- 2023-01-01 14:55:03下载
- 积分:1
-
一个图片文字混合排版的TAB选项卡应用
一个图片文字混合排版的TAB选项卡应用,在网页上实现标签切换的选项卡效果,基于JavaScript特效代码实现,不过本款选项卡的亮点是,在其内部不但可以布局LI列表,也可以图文混版,大大提高了TAB的实用性,在老外的网站上经常看到这样的效果。
- 2022-07-26 13:48:01下载
- 积分:1
-
OpenMahjong-V3.1
mahjong game. you can take a look of it. it is a zip file you have to unzip it.(this is a mahjong game.you can take a look)
- 2013-02-04 00:38:42下载
- 积分:1