-
CWPMatlab
CWP:波场中心软件,由SEISMIC UNIX代码改写为matlab版本。(matlab version for seismic unix)
- 2010-06-06 17:17:18下载
- 积分:1
-
飞天扫雷
转载请注明来源:
开源盛世
飞天扫雷
转载请注明来源:
开源盛世-源代码下载网
http://www.vscodes.com-Flying mine reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
- 2022-05-24 17:52:26下载
- 积分:1
-
Visual_C++_500_Samples
Visual.C++编程技巧精选500例随书附盘
第1章 消息框
1.消息框设置演示
第2章 常用控件
13.如何使用picturebox 控件浏览多种格式的图像?
12.如何使listcontrol控件支持整栏选择?
11.如何在列表框中自动装载磁盘文件列表?
10.如何显示载有richedit 控件的对话框?
9.如何限制编辑控件输入的字符类型?
8.如何在程序窗口中创建按钮控件?
7.按钮设置演示
6.如何使用滚动条控件?
5.如何使用进度条控件?
4.如何使用列表控件?
3.如何使用树形控件?
2.如何使用标签控件?
1.如何使用滑块控件?
第3章 通用对话框
8.如何在程序启动时弹出文件打开对话框?
7.如何在文件对话框中预览位图文件?
6.文件对话框文件夹操作演示
5.文件对话框使用演示
4.如何使用查找与替换对话框?
3.如何使用页面设置对话框?
2.如何使用颜色对话框?
1.如何使用字体对话框?
第4章 标题栏与菜单栏
26.如何在子菜单中记录历史文件?
25.如何确定顶层菜单所占的行数?
24.如何取消对菜单状态的限制?
23.如何取消应用程序菜单栏?
22.如何获取菜单栏高度?
21.如何在对话框类型的应用程序中加载菜单?
20.如何设计自定义快捷菜单?
19.如何创建一个弹出式菜单?
18.如何触发一个菜(Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news box. Speech news box set Chapter 2 of said common control 13. how to use the picturebox control View Multi-Format Image? 12. How listcontrol Control supportive of the whole column choice? 11. How the list box automatically loading disk document lists? 10. How to show contains dialog richedit controls? 9. How to restrict the importation of editorial control character type? 8. How to create window control buttons? 7. Button to display six. How to use the scroll controls? 5. How to use the progress of control? 4. How to use control list? 3. How to use tree controls? 2. How to use the label control? 1. How to use slider controls? Chapter 3 common dialog 8. How commencement of the proceedings while the document open d)
- 2020-06-26 05:40:02下载
- 积分:1
-
C# SQL Server数据库连接
【实例源码】朋友们好,该功能在测试中突然发现,通过Windows身份验证时,服务器IP与数据库值为空的时候,测试连接也会提示连接成功,这个BUG请大家给予帮助,谢谢!using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace ConData{ public partial class ConnectionData : Form { public ConnectionData() { InitializeComponent(); } private void btnSQLOK_Click(object sender, EventArgs e) { string strcon = string.Format("server={0};database={1};uid={2};pwd={3};", this.txtIP.Text.Trim(), txtDataBase.Text.Trim(), txtUser.Text.Trim(), txtPwd.Text.Trim()); try { using (SqlConnection con = new SqlConnection(strcon)) { con.Open(); MessageBox.Show("测试成功!"); con.Close(); } } catch (Exception ex) { MessageBox.Show(ex.Message); } } private void btnWindowsOK_Click(object sender, EventArgs e) { string strCon = string.Format("server={0};database={1};Trusted_Connection=SSPI", txtWindowsIP.Text.Trim(), txtWindowsDB.Text.Trim()); try { using (SqlConnection con = new SqlConnection(strCon)) { con.Open(); MessageBox.Show("测试成功!"); con.Close(); } } catch (Exception ex) { MessageBox.Show(ex.Message); } } }}
- 2014-07-11下载
- 积分:1
-
Mantle-master
mantle json to model
- 2015-01-14 16:27:08下载
- 积分:1
-
AD7745dianrong
AD7746 电容转换程序 适用于51单片机(failed to translate)
- 2013-05-08 17:01:42下载
- 积分:1
-
OPC_UA_CODE_demo
西门子OPC UA方式读取数控系统内部数据,包括主轴转速、进给速度、主轴负载率、进给轴坐标、报警信息等(Siemens OPC UA reads the internal data of CNC system, including spindle speed, feed speed, spindle load rate, feed axis coordinates, alarm information, etc.)
- 2020-12-08 14:09:20下载
- 积分:1
-
Strategy.tar
重力四子棋程序,通过人工智能中的alpha-beta剪枝实现,AI的实力至少高于一般人的水平,人比较难下赢。通过调用getPoint函数获得下一个落子点的坐标(Gravity four chess program, through the realization of artificial intelligence in the alpha-beta pruning, the strength of AI at least a greater than average level, people is difficult to win. To obtain the coordinates of the next landing points by calling the getPoint functio)
- 2021-04-27 22:58:45下载
- 积分:1
-
455504
这个程序用vc主要是编写是自己的浏览器的形式可以自己设计自己想要的风格()
- 2018-04-29 10:29:13下载
- 积分:1
-
AC220-Regulater
sine wave ups hex file
- 2015-05-04 01:53:02下载
- 积分:1