-
IB智慧公交
IB智慧公交系统是一款为公交驾驶员及调度员等开发的一款系统,驾驶员具有对公交的线路、站点、班次等信息的查询功能;调度员具有对公交的线路、站点、班次、排班等信息的修改、增加、删除、查询功能。(IB Intelligent Bus System is a system developed for bus drivers and dispatchers. The driver has the function of inquiring the information of bus routes, stations, shifts, etc. The dispatcher has the function of modifying, adding, deleting and inquiring the information of bus routes, stations, shifts and scheduling.)
- 2020-07-01 18:00:02下载
- 积分:1
-
C#在列上加入计算
C#在列上加入计算,这个主要是指SQL查询语句的列上面,如下面定义的语句,进行合并计算后,被执行:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生编号,学生姓名,高数+外语 AS 高数加外语的分数 FROM tb_Grade");
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-08-18 16:13:26下载
- 积分:1
-
Reflector7.5.2.1
一款反编译Csharp源码的工具 非常好用带注册机哦(a good C# tool)
- 2012-04-17 12:50:16下载
- 积分:1
-
1
说明: 线形骨架的综述类文献,着重强调定义属性和应用(Curve-skeleton properties, applications, and algorithms)
- 2010-06-16 13:53:59下载
- 积分:1
-
OV7670
对带FIFO的OV7670模块的驱动,显示设备为LCD。实测可用。(For the driver of the OV7670 module with FIFO, the display device is an LCD. Measured available.)
- 2018-03-17 16:47:07下载
- 积分:1
-
基于VS2010的MFC下串口程序
本程序是在VS2010的版本下啊,基于mfc的对话框下,建立的串口通信程序,本程序亲测有效,可以收发数据,同时可以保存数据
- 2022-05-08 21:11:00下载
- 积分:1
-
opencv 模板匹配
【1】给局部变量初始化
【2】初始化用于结果输出的矩阵
【3】进行匹配和标准化
【4】通过函数 minMaxLoc 定位最匹配的位置
- 2022-06-22 03:42:02下载
- 积分:1
-
barsky
OpenGl中的二维裁剪算法,实现直线段相对于给定窗口的裁减,主要采用梁友栋-barsky算法,(OpenGl the two-dimensional cutting algorithm, and of the linear phase for a given window of the reduction, used mainly friends of Liang Dong-barsky algorithm,)
- 2006-12-05 22:49:46下载
- 积分:1
-
工厂方法-雷锋工厂
说明: factory design pattern implementation
- 2020-06-24 19:20:02下载
- 积分:1
-
Hall
说明: 使用stm32f103编写程序,实现霍尔元件测速功能(Using STM32F103 to write program to realize the function of Hall element speed measurement)
- 2019-12-05 09:15:12下载
- 积分:1