-
Matlab_Sim_Code
matlab simulation program
- 2011-01-03 20:21:59下载
- 积分:1
-
ImageCoding
该程序是数字图像处理中一个常用的算法,研究在VC6.0下调试通过,并且达到了非常好的效果,希望对大家能有点帮助。(The program is a digital image processing algorithms commonly used to study under VC6.0 debugger through and achieved very good results, in the hope that we can to some extent.)
- 2009-04-26 19:58:05下载
- 积分:1
-
phased-array-antenna-simulation
this code simulates phase array antena in matlab
- 2013-07-26 15:53:10下载
- 积分:1
-
BLDC-sensorless
F28335型号 无刷直流电机无位置传感器控制程序,并使用速度闭环控制,效果还不错(F28335 Model brushless DC motor position sensor control procedures, and use closed loop speed control, the results were pretty good)
- 2020-11-23 13:59:34下载
- 积分:1
-
TSiP_win
复杂环境下无人机的路径规划,用rrt和a*算法实现,在qt开发环境下编译。(Complex environment UAV path planning with rrt and a* algorithm, compiled under qt development environment.)
- 2014-03-10 22:54:29下载
- 积分:1
-
foryujudefanyi
编译原理课设for语句的翻译简单优先文法输出四元式,包括词法分析语法分析和出错处理功能,有源代码课设文档报告(Compiler theory course set for the translation of a simple precedence grammar statement out four yuan style, including lexical analysis parsing and error handling functions, set the document class source code report)
- 2020-08-31 21:48:10下载
- 积分:1
-
uc1698-160160
uc1698驱动160*160点阵液晶,多级菜单显示程序(uc1698 160* 160 dot matrix LCD driver, multi-level menu program)
- 2021-03-02 09:39:34下载
- 积分:1
-
include
1)随机输入平面上n个点的集合;
2)使用分治策略编制计算机程序求出这n个点的极大点。
3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。
(1) a collection of n points on a random input plane
2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
3) programming for solving 2 dimensional maximal point problem, and reflect the divide and conquer strategy in the program. Program can handle arbitrary n points.)
- 2015-11-03 15:43:31下载
- 积分:1
-
C# 使用断开式连接批量更新数据库中数据
C# 使用断开式连接批量更新数据库中数据,你可以在在DataGridView控件中更新数据后,点击提交更改按钮更新数据。
P_cmd.Parameters.Add("@id", SqlDbType.Int,10,"id");//设置参数
P_cmd.Parameters.Add("@name", SqlDbType.VarChar, 10, "学生姓名");//设置参数
P_cmd.Parameters.Add("@age", SqlDbType.Int, 10, "学生年龄");//设置参数
P_cmd.Parameters.Add("@sex", SqlDbType.NChar, 2, "性别");//设置参数
P_cmd.Parameters.Add("address", SqlDbType.VarChar, 50, "家庭住址");//设置参数
P_SqlDataAdapter.UpdateCommand = P_cmd;//设置UpdateCommand属性
P_SqlDataAdapter.Update(G_st.Tables[0]);//更新数据库中数据
G_st.AcceptChanges();//提交修改
MessageBox.Show("更改成功!","提示!");//弹出消息对话框
GetMessage();//填充表
dgv_Message.DataSource = G_st.Tables[0];//设置数据源
dgv_Message.Columns[0].Visible = false;//隐藏主键列
- 2022-07-24 10:02:56下载
- 积分:1
-
computer-clock
带参数存储的整点报时音乐电脑时钟,算是一个比较适合初学者一个小系统。有一定的参考价值。(With parameters stored in the computer clock chime music, be a more suitable for beginners a small system. Have a certain reference value.)
- 2013-05-31 17:41:08下载
- 积分:1