-
导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子...
导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子-Import data, you can achieve the draw k line graph and volume charts to learn the stock a good example of software development
- 2023-08-14 18:25:03下载
- 积分:1
-
Realtimetable
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.(VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations.)
- 2020-06-26 05:40:02下载
- 积分:1
-
262RockDialog
基于对话框编写的程序,可以实现窗口晃动的效果(Programs written based on the dialog box, window shaking)
- 2012-07-06 13:22:53下载
- 积分:1
-
ant-colony-
基于目标函数变化率的混合蚁群遗传算法 (Hybrid ant colony based on the rate of change of the objective function of genetic algorithm)
- 2013-12-19 13:48:19下载
- 积分:1
-
贪吃蛇游戏
此游戏是在STM32F407上开发的一款简易版贪吃蛇游戏,具有设置功能,可以调节蛇与食物颜色,还具有调节声音,暂停等功能。(This game is a simple version of Snake Eating game developed on STM32F407. It has setting function, can adjust the color of snake and food, and also has the functions of adjusting sound and pausing.)
- 2020-06-24 16:20: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
-
openLTE
完整的LTE协议栈。
从物理层到L3, 学习LTE协议细节的一手材料。可以了解LTE协议的各种细节.
从物理层到L3, 学习LTE协议细节的一手材料。可以了解LTE协议的各种细节.
从物理层到L3, 学习LTE协议细节的一手材料。可以了解LTE协议的各种细节.
从物理层到L3, 学习LTE协议细节的一手材料。可以了解LTE协议的各种细节.
- 2022-02-07 06:43:47下载
- 积分:1
-
Drawing-with-CSharp
二维图绘制的C#小程序,能生成二维图像。(about Drawing with C#)
- 2013-08-19 16:10:11下载
- 积分:1
-
电力系统潮流计算-牛顿拉夫逊法
以三机九节点系统为例计算电力系统潮流,适合初学者,易于理解
- 2021-05-06下载
- 积分:1
-
Windows CE 6.0开发者参考(原书第4版) 及sdk
Windows CE 6.0开发者参考(原书第4版) 及sdk,有模拟器,不需要硬件就可以在电脑跑程序
- 2022-08-14 10:56:38下载
- 积分:1