-
利用地图控件制作具有鹰眼效果的地图控制界面
利用地图控件制作具有鹰眼效果的地图控制界面-Use map controls the production of Eagle Eye the effect of map control interface
- 2022-01-26 05:14:50下载
- 积分:1
-
ACMer-V1.2
acm initial training guide
- 2013-10-23 15:57:28下载
- 积分: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
-
yl
说明: 仿真机器人足球比赛策略 应用于SimuroSot 5v5比赛平台 V1.5a (Robot Soccer Simulation SimuroSot 5v5 strategy game platform used V1.5a)
- 2009-06-08 16:22:40下载
- 积分:1
-
arduino-uno-reference-design
国外非常出名的 arduino-uno 的开发板的印刷图和电路原理图,现在非常的流行,国内的也慢慢有人在做了(Very well known abroad arduino-uno of the development board printed diagram and circuit diagram, now very popular, some people in the country are slowly doing)
- 2011-09-04 15:41:25下载
- 积分:1
-
AD9361_cn
AD9361的参考资料,是中文的,便于理解和阅读,加快设计进程。(AD9361 design file,it is in englis,which is easy to read and undstand.)
- 2018-11-06 13:55:55下载
- 积分:1
-
Y824793[1].zip
PACS系统的图像浏览软件的分析与设计 硕士学位论文 DICOM通讯(PACS system, image viewing software analysis and design of a master' s degree thesis DICOM communication)
- 2011-01-04 20:28:04下载
- 积分:1
-
OPENGL
opengl图形实现,非调用函数直接构图,初级参考学习不错(opengl graphic realization, non-call direct mapping function, the primary reference to learn good)
- 2009-06-14 12:29:08下载
- 积分:1
-
MAT
仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。(MatLab Matrix simulator)
- 2014-10-17 10:45:03下载
- 积分:1
-
adc_lm35_using_pic18f450
这是如何集成到 pic18f4550 接口传感器 lm35,使采用 c 语言编写的示例代码。
此示例使用库从 cytron
- 2022-01-26 02:28:40下载
- 积分:1