-
FFT16
基于FPGA的16点FFT快速傅立叶变换的Verilog源代码。(the FFT implement of Verilog based on FPGA)
- 2021-04-18 15:48:57下载
- 积分:1
-
STM32的逆变器设计方案
说明: STM32的逆变器设计方案
Design of STM32 inverter(Design of STM32 inverter)
- 2020-03-19 20:51:36下载
- 积分:1
-
JQuery image
说明: JQuery image self-rolling waterfall flow effect good code learning and use can be
- 2019-05-09 14:19:48下载
- 积分:1
-
MyFormDesigner.Designer
说明: 基于emguCV库,调用电脑摄像头,获取图像,进行RGB通道信息分离,并存入txt文档。(Based on emguCV library, we call the computer camera to get the image, separate the RGB channel information and store it in the TXT document.)
- 2020-06-25 11:20:01下载
- 积分:1
-
无人机避障
说明: 模拟无人机避障的算法程序,模型比较简单,可以运行,需要借鉴学习的自取(Simulation UAV obstacle avoidance algorithm program, the model is relatively simple, can run, need to learn from the self)
- 2020-11-09 16:11:38下载
- 积分:1
-
2
说明: 51单片机实现数码管流动;通过c语言实现数码管流动和闪烁;(51 single chip digital control flow by c language movement and flashing LED )
- 2011-03-30 22:14:34下载
- 积分:1
-
这是一张ascii表,学计算机的人都知道它的作用,这里我就不多说了。...
这是一张ascii表,学计算机的人都知道它的作用,这里我就不多说了。-This is a ascii table, a computer who know their role, I am not here to talk a lot.
- 2022-02-11 10:31:28下载
- 积分: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
-
自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。...
自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step will be automatically prompted to explain the relevant problem-solving algorithms, easy to learn Sudoku.
- 2023-02-13 10:15:04下载
- 积分:1
-
4.二维运行后绘制扩散图像的程序
利用该程序可以实现扩散图像的可视化,使我们看到化学反应过程中的粒子分布状态。(Using this program, visualization of the diffused image can be achieved, allowing us to see the state of particle distribution during the chemical reaction.)
- 2020-06-24 02:20:02下载
- 积分:1