-
W5300_Drv
w5300 以太网模块驱动程序
c 语言
控制芯片为DSP TMS320f28335
(w5300 ethernet module driver program
with c, the controller is DSP TMS320F28335)
- 2020-06-30 01:20:01下载
- 积分:1
-
Implementation-of-Polyalphabetic-cipher
Implementation of Poly alphabetic Cipher
- 2014-10-01 13:32:56下载
- 积分:1
-
19_04
Adaptive background mixture models for real-time tracking
- 2015-03-15 19:05:15下载
- 积分:1
-
6
说明: 最优化的C程序课件,希望对大家有帮助,还有matlab 的介绍(Optimized C program courseware, we want to help, as well as introduction to matlab)
- 2009-12-03 16:18:36下载
- 积分:1
-
Visual C# 交叉表查询
这是一个Visual C# 交动态交叉表查询示例程序,动态交叉表(SQLServer 2005)查询例子源码:
private void Frm_Main_Load(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter(//创建数据适配器对象
"select * from tb_VenditionInfo", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
private void btn_Select_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection(//创建数据库连接对象
@"Server=WIN-GI7E47AND9RLS;database=db_TomeTwo;Uid=sa;Pwd=");
SqlDataAdapter dap = new SqlDataAdapter("Corss", con);//创建数据适配器
dap.SelectCommand.CommandType =//设置命令为存储过程
CommandType.StoredProcedure;
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据集
dgv_Message.DataSource =//设置数据源
ds.Tables[0].D
- 2022-12-26 00:25:03下载
- 积分:1
-
SkinnedMesh
不需要额外建模软件,直接在Unity3D内部为模型添加可控制骨骼
在场景中创建bone 和 bone2两个依托点,bone位运动骨骼bone2为静止骨骼,绑定参考范围通过调整bone 碰撞盒调整(No additional modeling software is required to add controllable bones directly to Unity3D
In the scene to create bone and bone2 two relying points, bone position movement bone bone2 for the static bone, binding reference range by adjusting the bone collision box adjustment)
- 2017-10-09 13:48:21下载
- 积分:1
-
01beibao
算法与数据结构——快速排序 01背包问题,是一个简单的程序,高手就不用研究了(Algorithms and data structures- quick sort 01 knapsack problem is a simple procedure, you need to conduct a study on the)
- 2007-11-06 22:49:49下载
- 积分:1
-
Run1core
用于运行关联掩码为1的外部应用程序的命令行实用程序。对于需要测试运行在一个CPU内核上的软件的开发人员来说是非常有用的。
- 2022-06-19 19:58:53下载
- 积分:1
-
LCD1602_时钟
使用51单片机的定时中断原理,在LCD显示时钟(The timing interrupt principle of 51 MCU is used to display the clock in LCD.)
- 2018-05-04 14:09:29下载
- 积分:1
-
53063581
profibus -dp slaves test specification 应用手册 PROCESS FIELD BU()
- 2018-03-18 22:51:48下载
- 积分:1