-
cmf_ioa_1
利用field ii仿真软件包,仿真线列阵聚焦(Simulation of linear array focusing using using using field II simulation software package)
- 2018-12-07 15:26:23下载
- 积分:1
-
CbBurn
说明: CbBurn software to burn
- 2019-04-07 09:25:39下载
- 积分:1
-
Python黑帽子 黑客与渗透测试编程之道
介绍了python黑客功防所需要使用的各个技术,及其方法(python Hacker defence)
- 2019-07-09 17:39:02下载
- 积分:1
-
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码
扫雷游戏
用c语言编写的扫雷游戏,这是程序的源代码-Minesweeper game with the c language de-mining game, which is the source code
- 2022-01-22 12:40:49下载
- 积分:1
-
barcode create
- 2022-03-04 15:24:16下载
- 积分: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
-
用VC6.0做的飞机游戏。。。做了一个飞机模型
用VC6.0做的飞机游戏。。。做了一个飞机模型-VC6.0 do with the game of the aircraft. . . Done an aircraft model
- 2023-04-21 11:25:03下载
- 积分:1
-
Epso
改进版的pso, 收敛速度更加快,而且不会陷入局部最优(The improved version of PSO has faster convergence and does not fall into local optima.)
- 2017-10-19 22:56:32下载
- 积分:1
-
用法:无效CRC(int,int,int)
Usage: void CRC(int*, int,int)
Input: XAR0:coded data(InputData)
XAR1:decoded CRC bits(CrcPoly)
T0: Length of coded data(CodeOutlen)
T1: Length of CRC bits(CrcPolylen)
Return: NO
Altered Registers: AC0-AC2,T2
Others: 8 bits of AC0 LSB is CRCcheck bit-Usage: void CRC (int*, int*, int, int) Input: XAR0: coded data (InputData) XAR1: decoded CRC bits (CrcPoly) T0: Length of coded data (CodeOutlen) T1: Length of CRC bits (CrcPolylen) Return: NO Altered Registers: AC0-AC2, T2 Others: 8 bits of AC0 LSB is CRCcheck bit
- 2022-01-26 03:25:53下载
- 积分:1
-
Practical-Clojure
clojure实战,文字版本的pdf,非常好的电子书(the clojure actual text version pdf, a very good book)
- 2013-04-07 12:38:02下载
- 积分:1