-
cppfrance_MINI-COMPILATEUR-CPLUSPLUS-ANALYSE-LEXI
compilateur de code source
- 2011-12-30 07:19:40下载
- 积分:1
-
luaEditor
Windows Lua编程函数安装包, 图形用户界面式的lua编程还有帮助文档(install package for lua programming)
- 2014-07-22 17:15:31下载
- 积分:1
-
国家集训队 论文集
National Training Team 1999 Proceedings
- 2020-06-23 02:20:02下载
- 积分:1
-
main
Simple Linked List.vcproj
- 2009-12-17 06:44:00下载
- 积分:1
-
1.Realview-MDK
文章详述了realview mdk 中的常见问题及解决办法,适合嵌入式开发人员使用(Realview mdk article detailing the common problems and solutions for embedded developers)
- 2013-08-14 09:22:48下载
- 积分:1
-
随机森林c++
随机森林c++代码,非常好用,可用于回归和分类(random forests toolbox using c++ for regression and classification)
- 2020-11-29 20:59:29下载
- 积分:1
-
C#读取文件内容显示在DataGridView表格中
Visual C#在DataGridView单元格中显示文本文件的内容,可以理解为,从外部读取文件内容,将其显示在DataGridView
单元格中,可以看出,本代码中使用了DataTable对象、OleDb.OleDbDataAdapter对象,外部文件的格式暂定为txt,其它格式需要相关解析组件支持,实现本功能并不难,以下几行代码就可大致实现:
string MyPath = System.IO.Directory.GetCurrentDirectory();
string MyConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+MyPath+";Extended Properties="text;HDR=yes;FMT=delimited";";
string MySQL = "select * from 季度订单.txt";
DataTable MyTable = new DataTable();
System.Data.OleDb.OleDbDataAdapter MyAdapter = new System.Data.OleDb.OleDbDataAdapter(MySQL, MyConnectionString);
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行界面效果请参见下图,完整源码请在本页下载。
- 2022-03-20 07:42:37下载
- 积分:1
-
cavitation_rate
空化模型的udf编译文件 写的是fluent中默认的空化模型的文件,可以以此为基础进行来更改(This is a udf flie about cavitation model which is in the fluent software, and you can edit it in your own method.)
- 2021-03-02 15:09:34下载
- 积分:1
-
MATLAB-AND-C-PID
MATLAB和c的先进PID算法测试文件,大学课程用先进PID算法。(The test file of advanced PID algorithm of MATLAB and C, university course with advanced PID algorithm.)
- 2014-11-13 09:07:52下载
- 积分:1
-
ShellServer
说明: 这是可以显示windows系统信息的程序,监视系统状态,。(This is a program that can show the information of Windows and monitor the system.)
- 2005-09-07 10:52:22下载
- 积分:1