-
test03
说明: 测绘技能大赛试题03 帮助需要进行比赛的同学解除困难(Question 03 of Surveying and Mapping Skills Competition)
- 2020-06-23 23:20:01下载
- 积分:1
-
dellfanmonitorcontro
以加载驱动方式获取风扇转速并控制风扇转速的例子,针对戴尔服务器(dell fan speed control)
- 2012-08-30 10:49:08下载
- 积分:1
-
dt012
micsdg sdlkfjl sdlkfj salksa dsaaslsa
- 2017-09-29 00:44:00下载
- 积分:1
-
restaurant-management-system
一个大学餐厅的管理系统,采用ACCESS作为数据库,VC++6.0源码开发,支持桌号管理,点击桌号可查看菜谱菜价等。系统分四大模块:前台销售、统计报表、基础资料、系统维护,每个模块下面又分了若干小功能模块。运行时如果你没有VC++开发环境的话,可能需要手动下载几个DLL文件:MFC42D.DLL、MFCD42D.DLL、mfco42d.dll等(A university restaurant management system, using ACCESS as , VC++6.0 source development, support management table number, click on the table number to view recipes and other vegetables. System is divided into four modules: front sales, statistics, biography, system maintenance, each module are subdivided into a number of smaller modules. If you do not run VC++ development environment, you may need to manually download several DLL files: MFC42D.DLL, MFCD42D.DLL, mfco42d.dll etc.)
- 2016-11-14 09:53:51下载
- 积分:1
-
AT_BreakOutCTP
AT_突破(CTP源码),主要采用海风交易平台接口,在其上编译开发的技术指标类型的程序化交易实例(AT_ breakthrough (CTP source), mainly in the sea breeze trading platform interface, technical indicators compiled on the type of program trading instance)
- 2012-08-11 21:07:34下载
- 积分:1
-
修复ncurses-6.0报错
ncurses-6.0编译在这一行报错:../include/curses.h:1631:56: ??: in definition of macro "mouse_trafo
原因为curses.h多个一个comment,删除它修复编译报错
- 2022-01-24 09:56:54下载
- 积分: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
-
ModBus Tcp 和ModBus RTU in C#
本代码从CodeProject 转载而来,实现对4寄存器区数据的读写功能。所用协议为ModBus Tcp 和ModBus RTU,语言为C#,系统为Windows 7 Pro,编译环境为 Visual Studio 2013 ch。我测试了TCP的实例,能实现数据的读写。
- 2023-01-11 03:10:03下载
- 积分:1
-
Matlab_Engine_Test
简单演示了VC-Matlab混合编程的一种方法。(Simple demonstration of the VC-Matlab mixed programming methods.)
- 2010-06-22 13:53:36下载
- 积分:1
-
4_05
浙大题库数据结构学习与项目指导 实验项目集 4-05. 家谱处理(Zhejiang University Exam 4-05. Genealogy processing)
- 2014-01-19 12:38:57下载
- 积分:1