-
6
MATLAB语言常用算法程序集。第6章 矩阵特征值计算(MATLAB language commonly used algorithm for assembly. Chapter 6 matrix eigenvalue calculation)
- 2013-11-19 11:14:31下载
- 积分:1
-
Attributes
说明: 还是关于C++的,可以看一下请审阅,谢谢站长(Or on the C++, you can look at your review, thank you webmaster)
- 2011-03-12 18:25:39下载
- 积分:1
-
uArmCreatorStudio-master
上位机软件 也是开源的 ,带3D直接视图功能,直观显示轨迹 与图形化变成(The host computer software is also open source, with 3D direct view function, intuitive display of trajectory and graphics into)
- 2017-11-21 14:02:07下载
- 积分:1
-
CEC13-icmaesils-sources.tar
在CEC2013上参加实数参数单目标优化竞赛的Stuetzle的代码,对CMA-ES算法进行了改进。(This software package is in connection with the paper:
Tianjun Liao and Thomas Stuetzle, "Benchmark Results for a Simple Hybrid Algorithm on the CEC 2013 Benchmark Set for Real-parameter Optimization"
Special Session & Competition on Real-Parameter Single Objective Optimization at 2013 IEEE Congress on Evolutionary Computation)
- 2013-12-10 13:21:02下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
odometer
arquivo de odomentro
- 2018-01-12 06:07:50下载
- 积分:1
-
Bow-image-retrieval-master
说明: 基于BoVW的图像特征提取,以及图像检索(Image feature extraction and image retrieval based on BoVW)
- 2020-06-23 04:40:02下载
- 积分:1
-
MIMO adc
MIMO ADC,low bit Include some scheme: 1.high-resolution ADCs are assigned to the antennas with maximum power. 2.high-resolution ADCs are assigned randomly; 3.high-resolution ADCs are assigned by CBM.
- 2022-10-10 05:35:02下载
- 积分:1
-
onenet实例代码
onenet是中国移动开发的开放的服务器平台,现在免费,按照给出的文档,可以将数据发送到onenet服务端,服务端提供了很多应用接口,十分方便应用开发,这个是节点上传数据实例代码,可以直接用.
- 2023-06-27 04:45:07下载
- 积分:1
-
作业参考代码
说明: 中山大学电子与信息工程学院高级程序设计历次作业代码汇总,包括最简单的和后期的SCL(A summary of the previous job codes for advanced programming of the School of Electronics and Information Engineering, Sun Yat-sen University, including the simplest and later SCL)
- 2020-08-03 18:32:43下载
- 积分:1