-
cumcm2014problems
大学生数学建模的书籍以及训练习题,和答案,应该对参赛的选手有一定的帮助。(Mathematical modeling of books and training exercises, and answers for participating players should have some help.)
- 2015-04-11 21:15:13下载
- 积分:1
-
PM_sync_AC_MOTOR_vector_control_sys
本压缩包为永磁同步交流伺服电机的矢量控制系统,介绍了永磁同步交流电机的矢量控制理论,并用DSP实现了电流、速度和位置的三闭环控制(The compressed package of permanent magnet synchronous AC servo motor vector control system, introduced permanent magnet synchronous AC motor vector control theory, and use DSP is current, speed and position of the three closed-loop control)
- 2011-11-07 18:32:18下载
- 积分:1
-
girl
cocos3d做的美女模型,可在iphone ipad 上运行(the beautiful model cocos3d do can be run on iphone ipad)
- 2020-09-12 13:38:00下载
- 积分:1
-
coreAlgorithmInGameTechnology
core Algorithm In Game Technology.
- 2014-01-22 09:33:44下载
- 积分:1
-
20070813
说明: 诛仙 外挂 源码 可编译zzzzzzzzz(zhuxianwaiguayuanmazzzzzzzzzzzzzz)
- 2020-06-21 07:00:01下载
- 积分:1
-
7758
基于7758的三相多功能电能表的设计程序(Based on the 7758 three-phase multifunction energy meter design process)
- 2021-02-25 09:09:38下载
- 积分:1
-
FastLED-3.3.3
说明: fastled用来控制led灯带的使用,色彩变换与各种有趣的设计(Fasted is used to control the use of LED light strips, color conversion and various interesting designs)
- 2021-03-08 18:49:28下载
- 积分:1
-
mohuFCM
基于matlab的模糊均值C的聚类程序,可以实现彩色图像的聚类,能实现程序时间统计(Matlab-based fuzzy mean C clustering procedures, can achieve color image clustering, to achieve the program time statistics)
- 2013-05-23 11:10:59下载
- 积分:1
-
测试链接并显示查询数据
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;//Download by http://down.liehuo.netusing System.Data.SqlClient;namespace Case05_12{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { try { //生成连接数据库字符串 string ConStr = "data source=.;database=ljp;uid=sa;pwd=123"; //定义SqlConnection对象实例 SqlConnection con = new SqlConnection(ConStr); //定义Select查询语句 string Sql = "select*from biaoge"; SqlDataAdapter ada = new SqlDataAdapter(Sql, con); DataSet ds = new DataSet(); //定义DataSet对象实例 ada.Fill(ds); //连接数据表格,显示数据 this.dataGridView1.DataSource = ds.Tables[0].DefaultView; } catch { return; } } private void button2_Click(object sender, EventArgs e) { this.Close(); Application.Exit(); } }}
- 2014-10-02下载
- 积分:1
-
mqam
Qam modulation effective matlab code
- 2011-09-10 15:46:48下载
- 积分:1