-
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)...
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
- 2023-05-02 18:15:03下载
- 积分:1
-
新建 Microsoft Excel 工作表
yiutityiutuiutyitiiuyitit(tyiyuitituiutyitiyutuituitui)
- 2020-06-21 02:20:02下载
- 积分:1
-
WMIExplorer_2.0.0.0
query Wmi windows interface system
- 2018-02-25 15:59:20下载
- 积分:1
-
1 (2)
一款很好看的zepto手机移动端弹出提示框图标动画特效,相当简单实用的手机端操作提示效果。(A nice zepto mobile phone pop-up prompt icon animation special effect, quite simple and practical handset operation prompt effect.)
- 2018-08-04 17:21:28下载
- 积分:1
-
一个用JavaScript写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到<head><...
一个用JavaScript写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到之间,另一部分代码复制到之间:-a written using JavaScript Maze games, the keyboard keys for the game, out of the labyrinth. Maze.txt follow the narrative part of the code replication lt; Headgt; Lt;/Headgt; Among the other copy of the code lt; Bodygt; Lt;/Bodygt; Between :
- 2023-08-20 20:15:05下载
- 积分:1
-
B07_USART3
实现STM8L152串口3数据的收发,亲测可以正常使用(STM8L152 serial port to achieve 3 data transceiver, pro test can be used normally.)
- 2020-11-13 22:39:44下载
- 积分: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
-
carfollowing
说明: 车辆跟驰模型,包括最佳速度模型,基本的车辆跟驰模型(car following models)
- 2020-05-14 15:28:47下载
- 积分:1
-
弹性缓冲展开的后台折叠菜单代码
又一款弹性缓冲展开的后台折叠菜单代码,支持两级的网站菜单,可用于后台管理中。本菜单以动画的方式打开二级菜单,有弹性缓冲的效果,使用了较多的图片,不过所有需要的资源文件已经全部为您整理好打包,你只需下载即可使用了。
- 2022-06-26 09:30:33下载
- 积分:1
-
这是一个广告界面的上位机软件,串口接收数据格式是标准的大…
这是一个AD接口PC机软件,串口接收数据格式是标准的TXT数据记录格式。-This is an AD interface PC software, serial receive data format is a standard data record format TXT.
- 2022-09-08 04:05:03下载
- 积分:1