-
addressBook
地址薄,姓名,性别,年龄,邮编,email,等可以添加删除(Address book, name, gender, age, zip code, email, etc. Can add or remove
)
- 2015-12-22 16:01:08下载
- 积分:1
-
mssa
多通道奇异谱分析程序,可用于时间序列多尺度分析,多尺度比对与拼接等。(multi-channel singular spectrum analysis procedures can be used for time-series analysis of multi-scale, multi-scale compared with other combinations.)
- 2021-03-09 14:39:28下载
- 积分:1
-
nndl-codes-master
神经网络与深度学习案列代码,神经网络与深度学习教程例题代码(Neural Network and Deep Learning Case Code, Neural Network and Deep Learning Course Case Code)
- 2019-04-17 11:37:01下载
- 积分:1
-
123485721345214542165
大整数的运算,我再网上找刀的一些,大家一起分享(large integer arithmetic, I find the Internet a number of knives, to share with everyone)
- 2006-08-08 09:14:24下载
- 积分:1
-
观念引擎DelphiX教程
DelphiX spirte engine tutorial-DelphiX spirte engine tutorial
- 2022-04-29 19:45:11下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
GMM
混合高斯em算法matlab源码可算三个参数(Em algorithm for Gaussian mixture can be considered three parameters matlab source)
- 2009-09-28 21:07:42下载
- 积分:1
-
1
效果描述:
一个立体式左右图片切换代码,其中使用了HTML5的SVG代码
当你点击左右切换按钮的时候,图片从上往下呈打散状分开切换样式
注意:低版本浏览器不支持
图片路径修改方法在js文件中第24行
使用方法:
1、将css样式引入到你的网页中
2、将body中的代码部分拷贝到你需要的地方即可
(注意保持文件路径正确)(Effect description:
A stereoscopic left and right picture switching code, which uses the SVG code of HTML5.
When you click the left and right toggle button, the image is scattered from top to bottom to separate the switch styles.
Note: low version browsers do not support.
Image path modification method in the JS file twenty-fourth rows
Usage method:
1, introduce CSS style to your web page.
2, copy the code part of body to where you need it.
(note that the file path is correct))
- 2018-08-27 10:01:52下载
- 积分:1
-
代码
说明: 探讨无源时差定位情形下,星形,菱形,倒三角形布站方式对于定位精度的影响。主要讨论主站高度,目标高度,目标距离,站间距对于定位精度的影响。(This paper discusses the influence of star, diamond and inverted triangle station layout on location accuracy in passive TDOA location.)
- 2020-07-20 22:45:06下载
- 积分:1
-
Face objects with thought, with c++ implementation are the basic rules of poker
用面相对象的思想,用c++是实现扑克牌的基本玩法-Face objects with thought, with c++ implementation are the basic rules of poker
- 2022-03-18 06:40:22下载
- 积分:1