-
vcGBGY
C++如何连接数据库,对于初学者来说很重要。简单易懂。免费下载(C++ How to connect to the database, it is important for beginners. Easy to understand. Free download)
- 2010-07-04 16:56:26下载
- 积分:1
-
analisy
C++此法分析和此法分析,结果写在txt文件中(C++ This method analysis, and this law analysis, the results written in the txt file)
- 2009-10-31 23:08:09下载
- 积分:1
-
Visual_Assist_X_10_5_1715
Visual Assist X 10.5.1715
- 2009-06-11 03:27:37下载
- 积分:1
-
pi
说明: 并行计算实验,多线程计算pi源代码,附有说明。(Parallel computing experiment, multithreaded to calculate pi source code annotated.)
- 2012-08-30 23:28:45下载
- 积分:1
-
FoxFz_Band
高速采集 高速战斗 拦截封包 自动战斗 自制封包等等((High speed acquisition, high speed combat, intercept packets, automatic combat, homemade packets and so on))
- 2020-12-05 21:59:24下载
- 积分:1
-
C# DataGridView初级操作范例
这是一个C# DataGridView初级操作范例,演示了连接数据库、读取数据库、移动数据库指针到下一条、上一条记录的操作,以及将数据绑定到DataGridView控件中显示的整个过程,比较基础级的C#源码,因此希望新手参考:
private void shippersDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e)
{//如果错误发生在提交操作过程中,则在 MessageBox 中显示该错误
if (e.Exception != null && e.Context == DataGridViewDataErrorContexts.Commit)
{//测试时在Phone列中输入一个超长的字符串
MessageBox.Show(e.Exception.Message, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-01-22 02:28:43下载
- 积分:1
-
基于STM32F103C8 的串口通信程序
基于STM32F103C8 的串口通信程序,希望有用。
- 2022-01-25 17:09:59下载
- 积分:1
-
三次样条插值
先利用所给的点,拟合出一个近似的曲线,然后利用三次插值法,插入至少3个点,求出拟合曲线上的点,该方法能够比较精确的得到拟合的曲线。
- 2022-07-15 16:49:58下载
- 积分:1
-
GA-MIMO
基于遗传非常简单实用。算法的多目标优化方案, 用matlab程序编写,(Multi-objective genetic algorithm-based optimization scheme is very simple and practical. Programming with matlab)
- 2011-08-18 20:03:23下载
- 积分:1
-
random-forest
随机森林算法是opencv中的重要的算法,其中讲述了随机森林的定义特征构建方法等(Random Forests algorithm is an important algorithm in opencv, which describes the defining characteristics of a random forest construction methods)
- 2020-06-29 22:20:01下载
- 积分:1