-
HotelManage
一个很不错的酒店管理系统,使用vs2005,C#,结合ExtJs,数据库用mssql2000.界面美观。(A very good hotel management system, using vs2005, C#, combined with ExtJs, a database with mssql2000. Interface aesthetics.)
- 2009-04-17 15:34:02下载
- 积分:1
-
2
说明: 使用opencv语言绘制所有轮廓后根据轮廓长度丢弃小轮廓(Opencv draw all contours of the language used under the contour length of the drop after the small contour)
- 2010-11-09 09:07:34下载
- 积分:1
-
C++ PC_PC串口通信实例.pdf(图文教程)
MFC, PC端到PC端 通过串口通信
- 2020-04-06下载
- 积分:1
-
Mixture_of_VC_and_Matlab_programming
VC与Matlab的混合编程方法及其应用
详细介绍了VC与Matlab混合编程的方法和实例,适合初步接触混合编程的人使用。(Mixture of VC and Matlab programming and application details of the VC and Matlab programming methods, and case mix for the initial contact with mixed programming to use.)
- 2010-06-12 16:15:04下载
- 积分:1
-
一些打印及菲波拉叶数相关的C# 示例源码集
这个例子源码中收集了一些打印及菲波拉叶数相关的C# 示例源码,部分功能需要用到Interop.IWshRuntimeLibrary.dll,已打包在源码包中。
完成的示例功能有:获取控制台应用程序的显示结果、调用指定文档的系统打印功能、使用PrintDocument打印单页图像、使用PrintDocument打印多页文本、使用Stopwatch实现高精度计时、开始计算菲波拉叶数、停止计算菲波拉叶数等,相信这些小实例,为对你学习C#编程有所帮助。
本示例编译运行效果如下图所示,请点击相应按钮查看对应的功能演示。
- 2022-03-10 14:01:16下载
- 积分:1
-
C# 判断是否为数值
C# 判断是否为数值,具体来说就是判断学生年龄是否为数值,private List GetStudent()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,ISNUMERIC(年龄) FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
List P_str = new List();//创建数据集合
foreach (DataRow item in P_dt.Rows)
{
P_str.Add(new Instance() { 姓名=item[0].ToString(),//添加数据项
年龄 = item[1].ToString() ==
"1" ? "数值" : "非数值" });
}
return P_str;//数据集合
}
- 2022-03-19 05:06:24下载
- 积分:1
-
ghost最新1.0修改的代码完美编译
希望大家学习之用收藏此份代码 禁止用其他用途 .
- 2023-02-23 10:50:04下载
- 积分:1
-
p24fj32ga002_test.X
This code has an example of how to use the pic24fj32ga002 PIC to disiplay acquired ADC data. In addition, a simple quadrature encoder decode code is included
- 2019-07-01 06:42:21下载
- 积分:1
-
Stm32 舵机
stm32 舵机程序,能够控制舵机的旋转并转动一定的角度;stm32 舵机程序,能够控制舵机的旋转并转动一定的角度stm32 舵机程序,能够控制舵机的旋转并转动一定的角度stm32 舵机程序,能够控制舵机的旋转并转动一定的角度
- 2022-03-06 20:35:27下载
- 积分:1
-
ir
说明: 用PIC做的一个学习型无线遥控开关的代码 这是网上找来的,用pic12f6系列芯片,可以控制二路开关(PIC to do with a wireless remote control switch to learn the code this is brought online, and pic12f6 series of chips used to control switches Rd)
- 2008-09-28 17:26:45下载
- 积分:1