-
成績管理系統
成績管理系統
#include
#include
#include
#include
using namespace std;
class Student
{
public:
char name[20];
char Id[20];
int score;
Student * Next;
void Input()
- 2023-05-23 08:45:03下载
- 积分:1
-
图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码...
图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
- 2022-08-16 01:50:05下载
- 积分:1
-
数字光源控制器MFC程序
数字光源控制器。该控制器是MFC程序,能够通过RS-232串口进行四路光源进行光路控制,并实时对四路光进行调节,调节范围为0-255。
- 2022-01-29 01:13:33下载
- 积分:1
-
digital
C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩等等(C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.)
- 2010-03-09 15:53:13下载
- 积分:1
-
winform 订单管理系统源码下载(三层结构)
winform 订单管理系统源码下载(三层结构)
- 2016-11-18下载
- 积分:1
-
c#读取INI文件
c#读取INI文件-read INI file
- 2022-01-30 18:34:04下载
- 积分:1
-
Some developed using C# code for common database access layer. Development of th...
一些用C#开发的通用数据库访问层代码.可供你开发数据库访问层时参考-Some developed using C# code for common database access layer. Development of the database access layer for your reference
- 2023-03-13 03:05:04下载
- 积分:1
-
STM32与BC95通讯
STM32与BC95的测试程序,本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换
行结束)后, 原原本本的返回给上位机。下载后,led闪烁,提示程序在运行,同时每
隔一定时间,通过映射串口2输出一段信息到电脑
- 2022-04-19 21:56:33下载
- 积分:1
-
曲面重建
说明: pcl点云重建,贪婪三角化,可显示结果,保存obj模型(Greedy triangulation of PCL point cloud reconstruction)
- 2020-05-16 18:05:57下载
- 积分:1
-
c#国际象棋程序
有较高的智能,不支持全屏,能完整存储和显示所有步骤和分析树...
c#国际象棋程序
有较高的智能,不支持全屏,能完整存储和显示所有步骤和分析树-chess procedures have higher intelligence, do not support full-screen and complete storage and display and analysis of all the steps tr
- 2022-07-07 23:02:22下载
- 积分:1