-
WinForm学生管理系统(三层架构)
学生管理系统,运用了三层架构,对学生的一些相关情况进行增删改查 里面还有教师模块,教师管理的相关信息,里面还有Sql SERVER 的数据库,版本是2008R2的,具体的内容你可以自己去看,仅供参考学习使用。
- 2022-03-25 08:46:57下载
- 积分:1
-
一个文件搜索的例子,值得参考
一个文件搜索的例子,值得参考-Example of a file search, it is also useful
- 2022-01-28 22:48:56下载
- 积分:1
-
这是一个用C语言实现的通讯录问题,可以直接运行
这是一个用C语言实现的通讯录问题,可以直接运行-This is a language with C
- 2022-05-15 18:47:37下载
- 积分:1
-
利用哈夫曼编码技术进行文件的压缩与解压缩
如题所示,该代码是利用 哈夫曼编码技术 进行 各种格式信息 的 压缩 与 解压缩。
- 2022-02-01 05:23:57下载
- 积分:1
-
这些程序可以解决第一和二次多项式方程。它能使我…
These program can solve first and second degree polynomial equation. It evens works when the roots are complex numbers(when delta is a negative value).
- 2022-07-18 16:38:23下载
- 积分:1
-
串行口 通讯 编程例子
串行口 通讯 编程例子-serial port communication programming examples
- 2023-07-03 08:20:04下载
- 积分:1
-
最大比合并与等增益合并、选择合并的性能对比
最大比合并与等增益合并、选择合并的性能对比-Maximal-ratio combining with the merger, such as gain, select the combined performance comparison
- 2023-01-23 15:55:03下载
- 积分:1
-
Windows套接字
一些API函数的使用和学习
Windows套接字
一些API函数的使用和学习-Windows Sockets API functions of some use and learning
- 2022-02-06 03:44:12下载
- 积分:1
-
word排版,里面包括了大量的Word排版技术,只要你需要,里面的内容都会告诉你。...
word排版,里面包括了大量的Word排版技术,只要你需要,里面的内容都会告诉你。-word publishing, which includes a large number of Word layout techniques, as long as you need, which will tell you the content.
- 2022-12-31 09:35:06下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1