-
车牌定位系统程序
车牌识别程序源码,很有用的!我也是从网上下载下来的,不过我自已做了些修改!(plates source identification procedures, very useful! I also downloaded from the Internet, but I do own some changes!)
- 2020-06-26 10:20:02下载
- 积分:1
-
OfflineExample
That application is contain very good offline example to connect from window application to SQL database.
- 2010-11-22 22:35:01下载
- 积分:1
-
Csharp-internet-programming
C#网络编程基础一书的所有例子,涵盖从SOCKET到加密的所有功能,值得学习(C# Network Programming, a book of all the examples, ranging from SOCKET to encrypt all the features, it is worth learning)
- 2011-12-23 17:31:39下载
- 积分:1
-
dijkstra
说明: dijkstra求最短路径,效果非常好,可以直接运行(Dijkstra can find the shortest path, which is very effective and can run directly.)
- 2019-03-25 09:20:29下载
- 积分:1
-
BOW图像分类
基于BOW的图像分类,包含了训练集和测试集合,在控制台下运行
- 2022-01-25 20:45:44下载
- 积分: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
-
DC-Motor
基于单片机学习的直流电机调速,用C语言编程的(Microcontroller based DC motor speed of learning, using the C language programming)
- 2011-07-06 10:46:36下载
- 积分:1
-
Multithreading-continuingly
多线程断点续传类,以及界面。
项目中:
_Nv_Http_Download.h
_Nv_Http_Download.cpp
就是多线程断点续传类。(Multithreaded HTTP class, as well as the interface. Project: _Nv_Http_Download.h _Nv_Http_Download.cpp is multi-threaded HTTP class.)
- 2013-01-23 19:27:24下载
- 积分:1
-
CommonHelper
说明: eneity helper,get value get type
- 2019-11-09 09:22:12下载
- 积分:1
-
Demo_Instant_CSharp
the convenient tool can fast change vb source code to c sharp code
- 2018-03-22 11:21:18下载
- 积分:1