-
This is a greedy algorithm using the algorithm for minimum spanning tree, accomp...
这是一个利用贪心算法求最小生成树的算法,内部附有说明-This is a greedy algorithm using the algorithm for minimum spanning tree, accompanied by internal
- 2023-03-13 17:05:03下载
- 积分:1
-
一套PB开发的ERP系统。因为不懂C/S开发,不确定系统的完整性,请调试。本人还有大量的C/S结构的系统源码,可提供,希望成为VIP...
一套PB开发的ERP系统。因为不懂C/S开发,不确定系统的完整性,请调试。本人还有大量的C/S结构的系统源码,可提供,希望成为VIP-a PB development of the ERP system. Because he does not know C/S development, the integrity of uncertain systems, debugging. I also have a large amount of C/S structure of the system source code, to offer hope to become VIP
- 2022-03-12 01:29:48下载
- 积分:1
-
基于C语言实现的各类数据结构和系统
这主要是大学的数据结构课程设计作业,其中具体包括的的源代码为:二叉树的基本操作、哈夫曼编码、表达式求值、航空客运订票系统、学生通讯录管理系统、银行排队系统、校园导游系统、串基本操作演示、广义表、航班信息查询与检索、模拟动态存储管理设计、文学研究助手、稀疏矩阵运算器,非常适合想要锻炼自己的数据结构的熟悉程度和代码量
- 2022-03-02 01:53:02下载
- 积分:1
-
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用...
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用-ado access to the database using the procedures for beginners a certain reference
- 2023-05-01 01:10:02下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
关于LDPC的代码,Mackcy的网站上下的,比较好用
关于LDPC的代码,Mackcy的网站上下的,比较好用-On the LDPC code, Mackcy site from top to bottom, more useful
- 2022-02-02 16:02:14下载
- 积分:1
-
演示如何使用VB防止进程被结束,保护进程
演示如何使用VB防止进程被结束,保护进程-Demonstrates how to use VB to prevent the process is over, to protect the process of
- 2023-02-10 13:50:03下载
- 积分:1
-
Sistema de Control Documentario
Saludos,este Sistema fue hecho en Delphi 2010,许可证登记员文件,格式RTF,luego permite realizar busquedas por varios conceptos。
- 2022-03-04 20:55:08下载
- 积分:1
-
以固定格式在A4纸上打印保存重要的文本文件和源代码 (一页纸上保存尽可能多的内容)...
以固定格式在A4纸上打印保存重要的文本文件和源代码 (一页纸上保存尽可能多的内容)-a fixed format printing on A4 paper to preserve important text documents and the source code (a paper to preserve as much as possible the content)
- 2023-01-15 02:30:04下载
- 积分:1
-
一个很好的员工考勤系统,也有助于初学者,学习使用…
一个很不错的人事考勤系统,对于初学者很又帮助,仅供学习使用-A very good staff attendance system is also help for beginners, learning to use only
- 2022-03-14 10:21:28下载
- 积分:1