-
78676
修改IE浏览器的背景,C++Builder精选编程学习源码,很好的学习资料。(Modify the IE browser in the background, C++Builder select learning programming source code, very good learning materials.)
- 2013-11-23 11:42:45下载
- 积分:1
-
易语言经典代码EXCEL操作
创建EXCEL文件数据的操作代码,可以轻松搞定EXCEL数据表,创建EXCEL文件数据的操作代码,可以轻松搞定EXCEL数据表
创建EXCEL文件数据的操作代码,可以轻松搞定EXCEL数据表创建EXCEL文件数据的操作代码,可以轻松搞定EXCEL数据表
创建EXCEL文件数据的操作代码,可以轻松搞定EXCEL数据表
- 2023-06-12 20:10:03下载
- 积分:1
-
sms
SMS短消息传输系统的程序代码,应用高级语言编写(SMS transfer systems)
- 2009-06-02 18:39:13下载
- 积分:1
-
fdgl
饭店住房管理服务系统(C#),超好代码,哪里找(Hotel, housing management services (C#))
- 2009-06-12 17:18:21下载
- 积分:1
-
duobianxingsaomiao
用多边形扫描线填充算法,实现对多边形围成区域的填充。(Filled with polygon scan line algorithm for polygon filling surrounding region.)
- 2009-07-01 22:59:57下载
- 积分:1
-
Matlab-and-VCPP-mixing-programming
Matlab_ and _VC + + mixing programming process explanation (including part of the problem solutions)(Matlab_ and _VC++ mixing programming process explanation (including part of the problem solutions))
- 2011-11-23 22:44:51下载
- 积分: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
-
c8051f02018B20
说明: c8051f020从18b20读取温度数据,并进行AD转换的程序(c8051f020 read temperature data from the 18b20, and the procedure for AD conversion)
- 2011-04-16 10:45:58下载
- 积分:1
-
基于c++的智能扫地机器人路径选择的算法
基于C++语言的路径规划算法研究,对学习机器人路径规划有帮助!(The path planning algorithm based on C++ language is helpful to the path planning of learning robot.)
- 2020-09-12 19:08:00下载
- 积分:1
-
stm32f4ADC+DMA六通道数据采集
使用stm32f4的ADC和DMA同时采集6路数据,数据传输不需要MCU内存的参与,减少内存消耗,数据采样率大。(The ADC and DMA of stm32f4 are used to collect 6 channels of data simultaneously. The data transmission does not need the participation of MCU memory, so the memory consumption is reduced and the data sampling rate is high.)
- 2018-10-08 10:16:51下载
- 积分:1