-
使用 C# 的简单打分系统
这是使用 Visual Studio 2010 有一个 C# 语言和 Microsoft Access 2007 创建一个程序。这是一个简单的分级系统,创建和保存学生的新数据和其等级的他们的学期和学年。
此系统的特点是:
-计算成绩的学生,并确定他们是否失败或通过
-添加、 保存、 更新和删除记录的学生的成绩
-在 datagrid 中查看学生的记录和他们的具体成绩
-它有一个导航面板,允许用户以导航学生的纪录,
-此系统可以计算的等效等级和百分比测验、 出勤、 项目和考试。
如果你将一个完整的分级系统,你必须包括到最后年级获得 GWA 分级。它必须有具体学期学年,并完成有自己特定的科目学生的记录。
- 2022-08-16 03:23:44下载
- 积分:1
-
MFC界面(窗口)设计程序源码
MFC中窗口程序设计源码。含Cwnd类的介绍,视图窗口使用示例,分割窗口使用实例,控制栏窗口使用实例,对话框窗口使用实例,属性表窗口使用实例,和控件窗口使用实例。是学习MFC界面编程的很好参考资料,很有借鉴意义哦!
- 2022-07-03 12:26:05下载
- 积分:1
-
kernelpca_tutorial
函数 data_out = kernelpca_tutorial(data_in,num_dim)
%
此函数不会主成分分析 (非线性) 上 %给定
使用内核技巧 %数据集
%
%Data_out = kernelpca_tutorial(Data_in,Num_Dim)
%
%Data_in-输入数据 (d (尺寸) X N (# 点)
%Num_dim-输出数据的维度。(Num_Dim < = d)
%Data_out-输出数据。(Num_Dim (尺寸) X N (# 点))
%
%Ambarish Jash
%ambarish.jash@colorado.edu
%
- 2023-04-13 05:40:03下载
- 积分:1
-
实现属性页,很简单,对初学者有用啊 这里不知有没有,
实现属性页,很简单,对初学者有用啊 这里不知有没有,-achieve attribute pages, very simple, useful for beginners ah here I wonder if there is,
- 2022-04-13 16:56:28下载
- 积分:1
-
本代码提供了一个很好的进度条带滑块可以改变颜色的控件
本代码提供了一个很好的进度条带滑块可以改变颜色的控件-the code provided a good with the progress of the slider can change the color of Control
- 2022-05-27 21:22:37下载
- 积分:1
-
histogram equalization, vc image processing plants useful to beginners
直方图均衡化,vc图像处理初学者分厂有用-histogram equalization, vc image processing plants useful to beginners
- 2023-02-23 16:30:03下载
- 积分:1
-
qt code has been compiled using mingw, qt a good school learning materials
qt 代码,已经用mingw编译好,不错的学qt学习资料-qt code has been compiled using mingw, qt a good school learning materials
- 2022-03-20 00:06:14下载
- 积分:1
-
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。...
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。-GIS map of the basic operations, such as maps and display the load, and the characteristics of the elements of search and so on.
- 2022-02-06 22:34:19下载
- 积分:1
-
中国象棋
此程序中使用源代码使用 GUI 执行由 MFC,一种简单的人工智能算法的中国象棋比赛。
- 2022-06-12 01:38:01下载
- 积分:1
-
Display a Web Page in a Plain C Win32 Application:
There are numerous examples...
Display a Web Page in a Plain C Win32 Application:
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
- 2022-03-02 15:03:00下载
- 积分:1