-
107 网口笔记
说明: 使用STM32F407进行以太网通信,并涉及到数据链路层的工业以太网通信,使用LWIP协议栈(STM32F407 is used for Ethernet communication, which involves industrial Ethernet communication in data link layer, and LWIP protocol stack is used.)
- 2019-07-02 19:32:18下载
- 积分:1
-
python-recsys-master
《推荐系统实践》作者:项亮;书籍全部章节配套源代码;仅供学习分享,如有侵权立刻删除。(The "source code" of Recommended system practice.)
- 2017-07-09 20:58:51下载
- 积分:1
-
As the source code name, this code is writing in Verilog and also inside the fol...
As the source code name, this code is writing in Verilog and also inside the folder there is a c code to see the simulation results from verilog.
- 2022-03-25 06:31:05下载
- 积分:1
-
备忘录模式-游戏角色状态02
说明: 实现一个模仿CAD画图的简单程序,直线,椭圆,矩形等(Implement a simple program to imitate CAD drawing, such as line, ellipse, rectangle, etc.)
- 2020-06-24 17:20:02下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * 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-04-10 01:41:39下载
- 积分:1
-
cPP_5.12
本程序主要完成多用途不同质量单位,长度单位的双向转换功能(This procedure mainly complete multi-purpose different quality unit, the unit length of bidirectional conversion function)
- 2013-01-12 17:19:21下载
- 积分:1
-
57694096
VC++图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数()
- 2018-03-20 07:52:04下载
- 积分:1
-
MoFangCodeByYuXiao
说明: Java 3 d rubik's cube game, with design documents, including Chinese annotation.At present, only some solving routines, but cannot be proved to be the best strategy, will be added automatically after searching the shortest path.Try this game requires the mouse has left, the key, right-click the three key, the key is used to change the mouse function.
- 2020-07-16 14:44:29下载
- 积分:1
-
一个用VC写的俄罗斯方块程序源码 ,俄罗斯方块大家都玩过的吧,这个是用VC实现的...
一个用VC写的俄罗斯方块程序源码 ,俄罗斯方块大家都玩过的吧,这个是用VC实现的-Using VC to write a Russian box program source, the Russian box we all played it, this is achieved by VC
- 2022-06-15 17:46:19下载
- 积分:1
-
converter
该逆变器采用spwm控制方法进行电压闭环控制,成功将直流逆变为三相交流。本模型在matlab2014版本上已验证。(The inverter uses spwm control method to realize the voltage closed-loop control, and inverts the DC to three-phase AC successfully. This model has been verified in matlab2014 version.)
- 2021-04-29 10:28:43下载
- 积分:1