-
test
winfrom连接数据库,具有增删查改功能。(winfromConnect to the database, with the function of adding, deleting, checking and modifying.)
- 2020-06-25 07:00:02下载
- 积分:1
-
CDataGrid
CDataGrid 分类:Visual C++
如何删除DataGrid中的一行记录
CDataGrid m_Grid
Rs->Delete(adAffectCurrent)
Rs->Requery()
m_Grid.SetRefDataSource(NULL)
m_Grid.SetRefDataSource((LPUNKNOWN)Rs)
m_Grid.Refresh() (CDataGrid Category: Visual C++ How DataGrid row delete records CDataGrid m_Grid Rs-)
- 2007-09-29 12:25:15下载
- 积分:1
-
C# 使用Binding对象读取图像字段
C# 数据库操作实例,使用Binding对象从数据库中读取图像字段,同时还演示了从SQL Server数据库读取图像,向SQL Server数据库添加图像。
向SQL Server数据库添加图像主要是在SQL Server Northwind数据库中创建图像数据表,添加图像数据参数值,从SQL Server数据库读取图像的代码如下:
private void button2_Click(object sender, EventArgs e)
{//从SQL Server数据库读取图像
var MySQL = "Select * From MyImageTable ";
var MyConnection = new System.Data.SqlClient.SqlConnection("Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");
var MySet = new DataSet();
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
MyAdapter.Fill(MySet);
byte[] MyBytes = (byte[])MySet.Tables[0].Rows[0]["ImageData"];
var MyStream = new System.IO.MemoryStream(MyBytes);
this.pictureBox1.Image = Image.FromStream(MyStream);
}
- 2022-01-25 16:04:56下载
- 积分:1
-
获取电脑机器码源码示例
根据本机CPU,主板,MAC地址,生成机器码,C#源码,
- 2022-01-31 17:59:31下载
- 积分:1
-
handDiscreteTest
基于openCV2的视频中人的手势识别,主要根据人皮肤颜色确定。(OpenCV2 video the human gesture recognition, is mainly based on the person' s skin color.)
- 2012-07-12 17:26:25下载
- 积分:1
-
OPENGLWaterfirelava
用opengl实现水纹、岩浆及火焰的实例,工程位图等全部文件(Watermark with opengl implementation, examples of magma and fire, engineering and all other bitmap files)
- 2021-01-25 21:58:42下载
- 积分:1
-
PCA.Timer.PWM.16bit-2014-4-19
PCA或Timer做软件PWM最高精度到16位(PCA or software Timer do the highest accuracy to 16-bit PWM PCA or software PWM Timer do the highest accuracy to 16)
- 2015-08-19 17:56:38下载
- 积分:1
-
opengl裁剪参考代码
关于计算机图形学,运用C++程序
显示二维图形并利用二维裁剪函数对其进行裁剪。
算法,实现直线段的裁剪。
- 2022-03-23 14:55:05下载
- 积分:1
-
c#程序设计
1. 编写if分支语句程序实验例题1:编写程序,输入一个正整数,判断该数的奇偶性(直接用布尔表达式实现)。实验例题2:编写程序,根据学生成绩分别给出不同的评价(最好选择if嵌套的方式)。60以下为不及格,60-69为及格,70-79为中,80-89为良,90-100为优。实验例题3:,百货公司优惠打折,购物100元以元优惠,100-499优惠5%,500-999优惠10%,1000-4999优惠15%,5000以上优惠20%,编写程序实现客户购买任何金额的货物,实际应支付的金额是多少。2. 编写switch语句程序实验例题4:使用switch语句编写程序,输入0至10之间的整数,判断该数的奇偶性。实验例题5:使用switch语句编写程序,编写程序,根据学生成绩分别给出不同的评价, 60以下为不及格,60-69为及格,70-79为中,80-89为良,90-100为优 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-09 20:40:04下载
- 积分:1
-
Shield
通过蒙特卡洛方法计算物体对粒子的屏蔽效果(to calculate the shielding by the monte carlo method if you have any question , please to connect me)
- 2018-12-29 17:50:26下载
- 积分:1