-
python cook book(第3版)高清中文完整版.pdf
这是一本关于python编程的指导用书,非常全面(This is a very comprehensive guide book on Python programming.)
- 2020-06-22 13:20:02下载
- 积分:1
-
1、 具有以数字形式显示时、分、秒的功能。 2、 小时计时要求为“12翻1”,分和秒计时要求为60进位。 3、 校正时间的功能。 4、 定时功能。 5、 报整点...
1、 具有以数字形式显示时、分、秒的功能。 2、 小时计时要求为“12翻1”,分和秒计时要求为60进位。 3、 校正时间的功能。 4、 定时功能。 5、 报整点时间的功能。-one is in digital form, the minute and second functions. 2, the time required for hours, "turned a 12", will require time and the second for 60 to rounding. 3, time correction function. 4, the timer function. 5, at the time the whole function.
- 2022-11-14 06:25:03下载
- 积分:1
-
ADAMS2013计算悬置解耦率及模态1
说明: ADAMS 悬置模态解耦示例 ,初步的设置及求解过程。(An example of ADAMS mount mode decoupling)
- 2019-04-03 08:50:45下载
- 积分:1
-
scfdma
说明: trubo code with sova algoritm in matlab
- 2019-05-15 04:18:59下载
- 积分:1
-
VC
说明: visual C ++ ebook for programmer
- 2010-01-14 13:01:36下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
Dealitem
moxiang bin 54156151(moxiang bin)
- 2017-12-23 21:43:24下载
- 积分:1
-
Clojure是一个java虚拟机的动态编程语言
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inherent in Lisp
but is not constrained by the history of Lisp.
• Clojure is a functional language. Data structures are immutable,
and most functions are free from side effects. This makes it easier
to write correct programs and to compose large programs from
smaller ones.-Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inher
- 2022-01-25 22:10:55下载
- 积分:1
-
06945348
说明: Slip-ratio-based methods are commonly used to control
the wheel torque such that the wheel dynamics is stabilized
and the desired traction/braking force is attained; however,
slip-ratio-based controllers are incompetent for precise longitudinal
tire force tracking due to nonparametric tire model uncertainties.
- 2019-05-09 17:08:15下载
- 积分:1
-
MUSIC, Maximum Likelihood, and Cramer-Rao
MUSIC, Maximum Likelihood, and Cramer-Rao Bound
- 2017-11-03 00:39:04下载
- 积分:1