-
dll_test
labview 调用VC动态链接库的源码实例。(LabVIEW calls dynamic link libraries VC source code examples.)
- 2008-06-03 16:49:34下载
- 积分:1
-
rechuandaofangcheng
利用差分法求解热传导方程,然后用matlab编程解差分方程(Heat conduction equation)
- 2013-08-29 11:27:09下载
- 积分:1
-
PeMemPeLoader
从内存中加载DLL和EXE文件,支持压缩的文件.(From memory to load DLL and EXE files, compressed file support.)
- 2020-11-29 21:09:28下载
- 积分:1
-
Backgammon
五子棋是有两个人在一盘棋上进行对抗的竞技运动。在对局开始时,先由用户选择哪方先开局,先开局一方将一枚棋子落在一点上,然后由另一方在对方棋周围的交叉点上落子,如此轮流落子,直到某一方首先在棋盘的直线、横线或斜线上形成连续的五子则该方就算获胜。此时,算法结束。当有任何一方想退出时,都可在算法中实现。(Backgammon is a competitive sport confrontation of two people in a game of chess. At the beginning of the game, the first users to choose which side first start, first start the party will be a pawn falls point, and then by the other party on the other chess around the intersection of Lazi, so turns Lazi, until the party first the chessboard straight, horizontal or diagonal to form a continuous five sons even if the party wins. In this case, the algorithm ends. When either party wishes to withdraw from, can be realized in the algorithm.)
- 2012-11-05 20:18:00下载
- 积分:1
-
terrain rendering with animated character
地形渲染与高度地图和晴朗的天空。在地形上,有一个人移动,方向由键盘输入控制。有水,有宫殿,有山,有树,环境多雾。面积很大。虽然水是一个简单的平面,但它可以膨胀。通过尽可能多地修改和添加模块,可以探索和使用结构的面向对象特性。
- 2022-01-22 04:04:42下载
- 积分:1
-
C# 填充和格式化DataGridView单元格数据
C# 填充和格式化DataGridView单元格数据,这个例子对C#操作数据来说,是很有必要掌握的,特别是DataGridView控件的使用,很普遍,本示例主要演示了两个dataGrid组件功能,一是格式化DataGridView控件的指定单元格,二是填充DataGridView控件(dataGridView1)数据,下面来看C#填充DataGridView控件数据的代码:
var MyConnectionString ="Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
var MySQL = "Select OrderID,RequiredDate,ShippedDate,ShipVia From Orders";
var MyConnection = new System.Data.SqlClient.SqlConnection(MyConnectionString);
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
var MyTable = new DataTable();
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行效果如下图所示,更多代码请下载源码包编译运行吧。
- 2022-05-07 18:45:47下载
- 积分:1
-
1.-IRMCK171_IRMCS1671_R2.1.sch
IRMCK171的FOC控制无刷电机控制原理图 IR内部资料啊(Control of IRMCK171 FOC brushless motor control schematic IR internal data)
- 2013-04-19 15:14:48下载
- 积分:1
-
Dynamics-AX-Integration-master
微软 Dynamic365 erp 集成案例;(Dynamic365erp integeration)
- 2019-01-15 11:36:45下载
- 积分:1
-
57569947
一个很不错的界面和特效编程例子!火焰,水波,熔岩三类特效,值得学习!()
- 2018-02-22 12:37:13下载
- 积分:1
-
good procedure is simple but complete, suitable <data structure> The inter...
不错的程序,简单却完整,适合〈数据结构〉实习里的课程设计,经多次修改而成。-good procedure is simple but complete, suitable The internship courses designed by several revisions.
- 2022-06-20 02:42:25下载
- 积分:1