-
ExpandDialog
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL (OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL)
- 2008-08-18 14:04:35下载
- 积分:1
-
array
用引用的方法求二维数组的最大值及其下标,谭浩强书上的(Use the methods to controls.)
- 2012-03-29 16:55:52下载
- 积分:1
-
matlab-call--cPP
matlab调用c++的创建和调试,mex函数的运用(the creation and debugging of mex function use matlab call c++)
- 2012-05-09 07:58:07下载
- 积分:1
-
DSSS
基于MATLAB的直扩信号的产生,扩频,调制解调以及解扩(matlab dsss
)
- 2011-07-16 11:01:59下载
- 积分:1
-
fft
用C++编写的一维和二维快速傅里叶变换程序(Prepared with C++ one-dimensional and two-dimensional fast Fourier transform procedure)
- 2013-11-04 16:19:50下载
- 积分:1
-
CListCtrl
可以通过本程序向ListCtrl控件添加数据,并且进行修改、删除、清空等操作(Can add data through this program ListCtrl controls, and modify, delete, empty and other operations)
- 2012-10-25 18:49:01下载
- 积分:1
-
C# 建立SQL Server数据库连接的基本方法
C# 建立SQL Server数据库连接的基本方法,核心代码为:
try
{
string ConStr =//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;user id=sa;pwd=;database=db_TomeTwo";
SqlConnection con = new SqlConnection(ConStr);//创建数据库连接对象
string SqlStr = "select * from 帐单";//创建SQL查询字符串
SqlDataAdapter ada = new SqlDataAdapter(SqlStr, con);//创建数据适配器对象
DataSet ds = new DataSet();//创建数据表
ada.Fill(ds);//填充数据集
this.dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
catch(Exception ex)//捕获异常
{
MessageBox.Show(ex.Message,"提示!");//弹出消息对话框
}
- 2022-07-28 04:06:36下载
- 积分:1
-
C# 绘制实时曲线包括绘制坐标轴
将曲线在窗口上draw出来。单独写了一个draw的类。可以参考一下。通过draw实现char控件的功能。
- 2022-03-20 04:38:15下载
- 积分:1
-
显示windows字体的一个C sharp源程序
显示windows字体的一个C sharp源程序-windows fonts showed a sharp C source
- 2022-05-27 18:31:32下载
- 积分:1
-
21
说明: 用C语言编写多元线性回归方程,写得不好的地方请指教!(Using C language multiple linear regression equation, where poorly written, please advice!)
- 2010-06-06 17:04:50下载
- 积分:1