-
ZedGraph_yuanma_Demo_HelpDoc
强大的开源画图控件Zedgragh,包含控件源码,Demo示例代码和帮助文档,分为Winform版和WebForm版。(Powerful open source drawing controls Zedgragh, including source control, Demo sample code and help document is divided into Winform version and WebForm version.)
- 2013-11-14 11:13:19下载
- 积分:1
-
mnote-carlo
Matlab code for cell range calc using montecarlo
- 2009-05-31 19:00:44下载
- 积分:1
-
LostAndFound
主要是用来学习的一个小系统,失物招领网上有很多PHP的,但是就没有C#写的,我这个就是C#写的。(Primarily used to study a small system, there are many online Lost PHP, but there is no C# to write, I write this is C#.)
- 2014-06-17 14:34:29下载
- 积分:1
-
C# 通过SqlReader HasRows判断指定表中是否有数据
本例主要是判断指定的数据库数据表中是否有数据,这里使用了通过判断HasRows的返回值来判断,若返回值为真,则有数据,反之则无数据,最后用MessageBox.Show显示判断结果,完整的过程:
//实例化SqlConnection变量conn
SqlConnection conn = new SqlConnection("server=.;database=db_14;uid=sa;pwd=");
conn.Open();//打开连接
//创建一个SqlCommand对象
SqlCommand cmd = new SqlCommand("select * from " + textBox1.Text.Trim(), conn);
//使用ExecuteReade方法创建SqlDataReader对象
SqlDataReader sdr = cmd.ExecuteReader();
sdr.Read();//调用Read方法读取SqlDataReade
if (sdr.HasRows)//使用HasRows属性判断结果中是否有数据
{
MessageBox.Show("数据表中有值");//弹出提示信息
}
else
{
MessageBox.Show("数据表中没有任何数据");
}
- 2022-02-07 01:03:03下载
- 积分:1
-
lpc24xx_us
lpc24xx的英文手册,可用于查询lpc24xx的如何编程(the LPC24xx English manual how to program can be used to query LPC24xx)
- 2013-05-17 19:11:08下载
- 积分:1
-
MOTOCOM32实用封装
MOTOCOM32实用封装,可调用DILL里的函数使用功能
- 2022-01-24 09:46:04下载
- 积分:1
-
GRAPH__CUT
实现了Yuri Y. Boykov论文中最简单的图割算法(vs2013)(graph-cuts algorithm,writing accoding to the aritcle that Yuri Y. Boykov public lished (vs2013))
- 2016-01-15 14:46:48下载
- 积分:1
-
LCD12864
基于飞思卡尔S12X单片机的12864LCD驱动程序,经过实际调试后可以使用。(Based on Freescale S12X MCU 12864LCD driver, after the actual debugging can be used.)
- 2013-10-18 18:32:35下载
- 积分:1
-
获取文件的各种属性.对于文件进行查看.对初学者有所帮助.
获取文件的各种属性.对于文件进行查看.对初学者有所帮助.-Access to document the various attributes. To view the document. Be helpful for beginners.
- 2023-04-25 04:00:03下载
- 积分:1
-
C-STUDENT-SYSTEM
简单的数据库应用,用C语言写的源代码。学生成绩管理系统。。不过是DOS界面下(Simple database application, written in C language source code. Student achievement management system. . But a DOS interface)
- 2013-05-23 19:37:13下载
- 积分:1