-
STM32F103工程模板
STM32F103工程模板,免去开发者创建库函数模板的烦老
- 2022-02-01 01:49:42下载
- 积分:1
-
体现了析构函数的用法,介绍了插入结点,删除结点,删除树,
体现了析构函数的用法,介绍了插入结点,删除结点,删除树,-reflects the destructors, the usage of insert nodes, delete nodes, delete tree, etc.
- 2022-03-29 08:17:15下载
- 积分:1
-
Queue
关于队列的实现,按照算法导论书上得来,简单易用。(On the implementation of the queue, according to the book Introduction to Algorithms, come on, easy to use.)
- 2010-12-15 20:52:52下载
- 积分:1
-
Block
说明: opengl 初级学习的一个经典,简单的例程
opengl 初级学习的一个经典,简单的例程(opengl junior classical learning, the simple routines opengl junior classical learning, the simple routines)
- 2008-10-10 14:48:27下载
- 积分:1
-
实验2:LED闪烁
应用AT89C51单片机使LED灯闪烁程序,程序易读易懂,可以使用(The application of AT89C51 single chip computer makes the flash program of LED lamp easy to read and understand, and it can be used.)
- 2020-06-24 07:20:02下载
- 积分:1
-
visual C# 基本的用户名密码登录判断示例
一个else if结构的用户登录判断模块,这个是基于C#版的,代码超简单,没有使用数据库,只是交待出了完整的判断过程,后续使用数据库时,原理基本差不多,只不过这里的用户名和密码是从数据库中读取出来,下面是基本的判断过程:
if (textBox1.Text == "")//判断是否输入的用户名
{
MessageBox.Show("用户名不能为空!", "警告", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
if (textBox1.Text.ToLower() == "tsoft" && textBox2.Text == "111")//判断用户名和密码是否正确
{
MessageBox.Show("登录成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
MessageBox.Show("用户名或密码错误!", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}结合数据库实现时,先建立数据库连接,读取出用户名和密码赋值到变量中,然后使用上述代码即可判断。
- 2022-07-21 04:48:54下载
- 积分:1
-
statical-arbitrage
学习统计套利的同志们不要错过这份资料,!!(Learning statistical arbitrage comrades do not miss this information! !)
- 2011-01-19 13:47:46下载
- 积分:1
-
HgeGameRPG
推荐一个可以读取外部文档的类,分享,分享,学习(Recommend a class that can read external document sharing, sharing, learning)
- 2013-03-22 20:55:12下载
- 积分:1
-
speech recognition using c#
speech recognition using c#
- 2022-04-17 15:42:04下载
- 积分:1
-
速度式流量计的频率的计算转化为流量的过程
这个文件是速度式流量计的计算方法,介绍了怎么根据流速计算流量。(This document is the calculation method of the speed flowmeter, and introduces how to calculate the flow rate according to the flow rate.)
- 2017-12-18 13:08:03下载
- 积分:1