-
An example iphone application.
An example iphone application.
- 2022-03-07 20:27:47下载
- 积分:1
-
ik3d
斯坦福大学储层预测中心的FORTRAN3D克里金源代码,该源代码对于初学者学习理解克里金有很大的帮助!(Stanford University Center FORTRAN3D reservoir prediction Kriging source code, the source code for beginners to learn to understand a great help Kerry King!)
- 2010-12-17 11:25:15下载
- 积分:1
-
echarts-dpzs
数据可视化大屏,用于大屏幕展示,充满科技风的大屏展示效果(Data visualization large screen, for large screen display, full of technology display effect)
- 2019-03-15 14:20:55下载
- 积分:1
-
安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数
安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual stdio.net。 2. 将webshot文件夹复制的硬盘上某目录下,在IIS中建立虚拟目录指向该文件夹。 3.修改Web.config配置文件中,将“F:/web/dinghuidanhomecom/db/eshop.mdb”替换为正确的数据库文件绝对路径。 请注意斜杠/的方向。 数据库绝对路径:在IIS中建立虚拟目录指向webshot根目录文件夹后访问 http://localhost/aspcheck.aspx,其中的APPL_PHYSICAL_PATH变量可以给出webshot文件夹的绝对路径,在加上数据库相对 路径即可。注:必须用数据库绝对路径 4. 数据库位置在db/文件夹下,默认名称eshop.mdb,修改时请同时修改web.config中的数据库绝对路径-installation steps : 1. System Development Language :+ Asp. Net access/sql server installation and the need to ensure your server right Asp. Net and access/sql server database support. Windows 2000 and XP users need to install.NET Framework Version 1.1 Redistributable package.NET Framework 1.1 Service Pack 1.NET Framework SDK version 1.1. By the above sequence followed by the installation, your server can s
- 2022-03-23 09:10:12下载
- 积分:1
-
test
DCO OFDM 的实现(基于直流偏置的正交频分复用)(Implementation of DCO OFDM (based on DC offset orthogonal frequency division multiplexing))
- 2021-03-31 15:39:09下载
- 积分: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
-
java 实现的焰火效果,效果不错,可能需要重新编译
java 实现的焰火效果,效果不错,可能需要重新编译-achieve the pyrotechnic effect, the effect is true, it may be necessary to recompile
- 2023-02-21 08:40:04下载
- 积分:1
-
在屏幕上出现的图形设计和应用程序…
VC实验:图形程序设计及其应用
在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,而且,每隔四分之一周期,圆的填充色和圆的周边颜色都发发生了变化(颜色自己选取),同时,圆的半径在四分之一周期之内由正弦曲线幅值的0.2倍至0.6倍线性增长
包含文档
源代码-VC experiment : graphic design and application procedures appeared on the screen in the center along a sinusoidal curve track the movement of a solid round, but every fourth cycle, the round filled with color and the color surrounding the circle has made a change (their color selection), while radius of the circle within the fourth cycle by the amplitude of the sine curve of 0.2 times to 0.6 times the linear growth of the source document contains generation Codes
- 2022-03-19 21:09:13下载
- 积分:1
-
PMV_ppd
预测平均评价,PMV、ppd计算程序,matlab版,精确(Predicted Mean Vote,PMV, ppd calculation procedures, matlab version, precise.)
- 2018-04-18 18:01:55下载
- 积分:1
-
Students of a management information C source code. Relatively complete, exh...
一个管理学生信息的C++源程序。比较完整,面面具到。-Students of a management information C source code. Relatively complete, exhaustive.
- 2022-02-02 04:17:46下载
- 积分:1