-
c#+access新生管理信息系统全代码
c# access新生管理信息系统全代码
- 2020-08-31 00:28:12下载
- 积分:1
-
Kriging
克里格法(Kriging)是地统计学的主要内容之一,从统计意义上说,是从变量相关性和变异性出发,在有限区域内对区域化变量的取值进行无偏、最优估计的一种方法;从插值角度讲是对空间分布的数据求线性最优、无偏内插估计一种方法。(Kriging (Kriging) is one of the main geostatistics, statistically speaking, is the variable correlation and variability within a limited area of the value of regionalized variables unbiased, best a method for estimation speaking the perspective of a data interpolation spatial distribution of solving linear optimal, unbiased estimate of the interpolation method.)
- 2014-12-16 16:34:29下载
- 积分:1
-
SDL2_image-2.0.0
SDL2_image-2.0.0开发包,方便大家使用(SDL2_image-2.0.0 Development Kit to facilitate the use)
- 2014-02-19 08:47:34下载
- 积分:1
-
C# SQL按姓氏笔画查询数据库并排序
C# 生成一个按姓氏笔画排序的数据库查询语句,按学生姓氏笔画排序并不是字符串排序,是数据库SQL查询端的盒子,下面来看SQL语句的编写方法示例:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名,性别,年龄,所在学院 FROM tb_Student ORDER BY 学生姓名 COLLATE chinese_prc_stroke_cs_as_ks_ws");//注意此句的写法,关键语句,姓氏笔画的定义
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-12-24 13:00:03下载
- 积分:1
-
ScoreManage
基于DOS下的学生信息管理系统,结合SQL2005数据库,实现学生信息的增,删,改,查询,采用MFC ADO技术实现数据库与应用程序的交互(SQL2005 database based on the student information management system for DOS, increase the student information, delete, change, query, MFC ADO technology database and application interaction)
- 2012-08-26 12:53:05下载
- 积分:1
-
aix 下的http server (可以和weblogic通讯)
之前写的一个aix下用c++实现的http server。通过socket封装实现了http通讯。解析soap报文等功能。可以实现判断连接超时,接收定长报文,分包报文等功能。将文件解压后ftp上传到aix系统下面。在aix下安装xlC_r编译器,直接执行src/mk.sh就可以编译通过。执行stop.sh和start.sh可以启动和停止服务。
- 2022-06-26 06:44:48下载
- 积分:1
-
stm8控制三位数码管显示
stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示
- 2022-07-09 01:04:30下载
- 积分:1
-
LCD
一款基于SED1335的液晶驱动程序,用C编写,适合初学者借鉴!(One based on the SED1335 LCD driver, written in C, suitable for beginners learn!)
- 2013-08-14 10:15:43下载
- 积分:1
-
find_-contours
可以采用形态学方法找出边界,比较有益的初学者的学习方法。(It s very good for a newer to learning about image processing.)
- 2013-12-30 14:44:05下载
- 积分:1
-
b
说明: 定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。
定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。
定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。
定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题中的作用。
(Define a class SortArray inherited from MyArray, defined in the class sorting function sort implementation. Define a class ReArray inherited from MyArray, define the function in reverse to achieve such reversal function. Define a class AverArray inherited from MyArray, defined in the class to solve integer function Aver achieve the average. Defined NewArray class, and inherits SortArray, ReArray and AverArray, making the object of both NewArray class sorting, reversing, and the mean value of the function. In the process of succession declared as virtual base classes, virtual base class experience in resolving ambiguities of the role.)
- 2010-06-02 02:13:03下载
- 积分:1