-
matlab-toolbox
Matlab 工具,各类积分,二次定积分,gquad2dggen等(Matlab tool, all kinds of points, the second definite integral, gquad2dggen etc.)
- 2013-08-25 21:22:26下载
- 积分:1
-
PrCEDemo_Source
WinCE PDA打印机测试程序,了解WinCE下PDA打印程序(WinCE PDA printer print test code)
- 2009-02-13 16:43:38下载
- 积分:1
-
mybutton
自绘一个漂亮的按钮,,非常好用,漂亮。可以下载来用。(Since painting a beautiful button, very easy to use, beautiful.)
- 2014-01-08 14:01:17下载
- 积分:1
-
radchart is a completely customizable chart control, can display complex graphic...
radchart是一个完全可定制的图表控件,可以显示复杂的图形数据,本产品提供了四种基本类型的图表-饼图(Pie)、条形图(Bar)、折线图(line)和范围图(Area),每一种都可以完全定制,radchart可以帮助您更人性化、更有利于了解复杂数据的表现
- 2022-01-25 16:30:22下载
- 积分:1
-
DrawBall
gdi+的使用,画多格,并画带颜色的圆,可用来显示彩票数据。(gdi+ the use of multi-format paintings and draw a circle with a color display lottery data.)
- 2013-07-30 17:30:00下载
- 积分:1
-
kalman-1.0
general kalman filter written by C(general Kalman filter written by C)
- 2006-02-27 22:27:15下载
- 积分:1
-
策略模式-商场管理软件03简单工厂模式
图片识别,识别任意图片中的汉字,字符灯内容,保存为c文件,可以用做多种用途(Picture recognition, recognition of Chinese characters in any picture, character lamp content, saved as C file, can be used for a variety of purposes.)
- 2020-06-24 07:00:02下载
- 积分:1
-
C#操作数据库显示Customers数据表第3-7条记录
显示Customers数据表第3-7条记录,C#操作数据库显示Customers数据表第3-7条记录,其实做出来例子,才知道,很简单啊,不过需要把数据库先连接好,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//显示Customers数据表第3-7条记录
SqlConnection MyConnection=new SqlConnection();
MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
MyConnection.Open();
SqlCommand MyCommand =new SqlCommand("Select * From Customers ORDER BY CustomerID", MyConnection);
DataSet MySet = new DataSet();
SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);
MyAdapter.Fill(MySet, 2, 5, "Customers");
this.dataGridView1.DataSource=MySet.Tables["Customers"];
}
- 2022-03-03 23:39:45下载
- 积分:1
-
ESP8266
ESP8266_nonos_sdk开发包,用于ESP8266_no_os开发,官方压缩包,把实例中的代码拷贝至上级目录,在实例代码中编译生成bin文件。
- 2022-03-07 14:36:50下载
- 积分:1
-
gt911
本程序为完整的用GT911芯片设计的触摸屏程序,可以供开始设计触摸屏的一个很好的参考,值的收藏(This program is complete with the GT911 chip design touch screen program, you can begin to design a touch screen for a good reference value of the collection)
- 2021-04-02 19:09:07下载
- 积分:1