-
c language used tanks games for the game just contact the programming novice
一款用c语言编写的坦克游戏,适合刚刚接触游戏的编程新手-c language used tanks games for the game just contact the programming novice
- 2022-05-15 20:33:43下载
- 积分:1
-
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2...
1)设定字节型变量VAR1的内容为35H,编写程序将VAR1的高4位与低4位分离,分别作为低4位保存在RES1和RES2中,这两个变量高4位置0。
2)设定32位(二进制)数据0E2597455H(注:最高位为E)保存在变量VAR2中,将该变量中的内容算术左移2位,所得结果仍然保存在VAR2中-1) Set the contents of byte variable VAR1 is 35H, the preparation of the program will VAR1 high 4 and low 4 separation, respectively, as a low 4 bits stored in RES1 and RES2, this high-4 position of the two variables 0.2 ) to set the 32-bit (binary) data 0E2597455H (Note: The highest level of E) stored in the variable VAR2 in the contents of the variable arithmetic left two, the result is still stored in the VAR2 in the
- 2022-09-12 00:15:03下载
- 积分:1
-
ess6168A specifications
ess6168A 规格说明
-ess6168A specifications
- 2022-08-08 23:24:24下载
- 积分:1
-
ADE9000
说明: ADE9000 IC datasheet by Analog Devices
- 2020-06-25 08:40:02下载
- 积分:1
-
SystemC_From the Ground Up 2nd
说明: SYSTEM C from the ground up 2nd
- 2020-06-19 06:00:01下载
- 积分:1
-
音乐播放器代码
说明: HTML5 MP3音乐播放器代码是一款悬浮在网页底部的mp3音乐播放器代码。(HTML5 MP3 music player code is an MP3 music player code suspended at the bottom of the page.)
- 2019-04-02 17:55:36下载
- 积分:1
-
鍏冭優鑷姩鏈_cpp
说明: 元胞自动机疏散规划。。。。。。。。。。。(Evacuation Planning of Cellular Automata)
- 2019-01-28 13:34:01下载
- 积分:1
-
calculate_3D1
一幅双平面棋盘格的相纸,分别对两个面取角点进行标定后,可知(也可以是,已知CCD相机内参数)CCD的内参数(u0,v0,f,kc)和两个面各个点世界坐标(A double-planar checkerboard photographic paper, after calibration of the two surface pick-up points, we can see (can also be known CCD camera internal parameters) CCD internal parameters (u0, v0, f, kc) and two Face points World coordinates)
- 2018-04-09 09:48:19下载
- 积分: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
-
CrowdCountingCVPR18-master
用于人群密度估计, 利用未标记数据辅助训练网络实现的,语言是MATLAB(Population Density Estimation)
- 2019-03-19 15:29:17下载
- 积分:1