-
chatsource
实现网络聊天功能的软件源代码。实现网络聊天功能的软件源代码(Realize network chat software source code. Realize network chat software source code)
- 2008-03-11 23:06:46下载
- 积分:1
-
Arduino与LabVIEW开发实战》配套代码
本压缩包程序代码是《Arduino与LabVIEW开发实战》的配套程序代码,主要为第4、5、6三章节的项目代码。
《Arduino与LabVIEW开发实战》一书由沈金鑫编著,机械工业出版社出版,在淘宝、京东、当当、亚马逊均有售。(The code of this compression package is the program code of "Arduino and LabVIEW development real battle", which is mainly the fourth, fifth, sixth three section of the project code.
The book "Arduino and LabVIEW developed real war" was written by Shen Jinxin, published by the machinery industry press, and sold in Taobao, Jingdong, Dangdang and Amason.)
- 2018-03-11 13:01:59下载
- 积分:1
-
703_QAWriteFile
创建文件,不且把文件传递给CAD模板。很专业##############(Create the file and the file passed to the CAD template. Very professional##############)
- 2012-07-30 22:19:20下载
- 积分:1
-
负荷预测算法包
说明: 负荷包预测算法,里面有SVM的详细说明,欢迎大家一起讨论(Load packet prediction algorithm, there is a detailed description of SVM, welcome everyone to discuss)
- 2020-10-20 22:37:24下载
- 积分:1
-
MATLAB_ADD_IN
MATLAB_ADD_IN
- 2006-03-27 13:05:40下载
- 积分:1
-
UMyJCGImage
中间杆定位算法:计算出中间杆左边界坐标,此程序简单快捷,运行方便。(The intermediate lever positioning algorithm: calculate the the intermediate lever left margin coordinates, this procedure is simple and quick, convenient run.)
- 2013-03-18 16:18:29下载
- 积分:1
-
I2C
一种能简单的实现I2C通讯的代码,对于主机和从机之间的通讯讲解的很清楚。(A Code for I2C Communication)
- 2020-06-18 23:20:02下载
- 积分:1
-
数学建模源码
灰色系统理论建模源代码 function GM1_1(X0) %format long [m,n]=size(X0); X1=cumsum(X0); %累加 X2=[]; for i=1:n-1 X2(i,:)=X1(i)+X1(i+1); end B=-0.5.*X2 t=ones(n-1,1); B=[B,t] ; % 求B矩阵 YN=X0(2:end) ; P_t=YN./X1(1:(length(X0)-1)) %对原始数据序列X0进行准光滑性检验, %序列x0的光滑比P(t)=X0(t)/X1(t-1) A=inv(B."*B)*B."*YN." a=A(1) u=A(2) c=u/a ; b=X0(1)-c X=[num2str(b),"exp","(",num2str(-a),"k",")",num2str(c)]; strcat("X(k+1)=",X) %syms k; for t=1:length(X0) k(1,t)=t-1; end k Y_k_1=b*exp(-a*k)+c; for j=1:length(k)-1 Y(1,j)=Y_k_1(j+1)-Y_k_1(j); end XY=[Y_k_1(1),Y] %预测值 CA=abs(XY-X0) %残差数列 Theta=CA %残差检验 绝对误差序列 XD_Theta= CA ./ X0 %残差检验 相对误差序列 AV=mean(CA); &
- 2022-05-14 22:50:35下载
- 积分:1
-
OpenNI开发的人体姿势跟踪 示例源码
使用OpenNI开发的人体姿势跟踪,通过跟踪人的右手动作,转动一个3D立方体。 需要下载安装 http://www.openni.org/wp-content/uploads/2013/07/OpenNI-Windows-x86-2.2.zip
- 2013-10-07下载
- 积分:1
-
Thinking_in_C++
电子文档 effective c++ 一本很好的介绍C++的书(Electronic document effective c++ Introduce a very good C books)
- 2007-09-29 18:03:34下载
- 积分:1