-
这是一个经典的数据结构算法.是最小路径的搜索算法,有些书上有介绍,但这次提供的是可以运行的程序....
这是一个经典的数据结构算法.是最小路径的搜索算法,有些书上有介绍,但这次提供的是可以运行的程序.-This is a classic algorithm data structure. It is the smallest path search algorithms, there are some books, but this can be provided by a running program.
- 2023-03-09 03:25:03下载
- 积分:1
-
IP数据包解析
(1)捕获网络中的IP数据包,解析数据包的内容,显示结果,并将结果写入日志文件。
(2)显示的内容包括:捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
(3)设置停止标志,当程序接收到停止命令时即停止。
- 2022-02-12 00:07:19下载
- 积分:1
-
是个乘法口诀的简单小程序!
是个乘法口诀的简单小程序!-traditional formulas is the simple multiplication small programs!
- 2023-08-19 22:55:03下载
- 积分:1
-
加载windows驱动程序
这是一个加载windows驱动的程序,用c语言写的,贴上代码只是便于大家学习,。有更好的加载驱动的程序希望分享下,共同学习,不慎感谢。。。!!!!!!!!!!!!!!!!!
- 2022-02-04 17:12:15下载
- 积分:1
-
潜入史系统中的图形库,资源加载的C程序, 非常使用
潜入史系统中的图形库,资源加载的C程序, 非常使用-Graph library(load graph resources) of Embedded system, C source code
- 2022-02-21 17:24:49下载
- 积分:1
-
很简单的mp3播放器,教你如何实现mp3的实现方法
很简单的mp3播放器,教你如何实现mp3的实现方法-Very simple mp3 player, mp3 teach you how to achieve the realization of methods
- 2022-02-11 15:23:04下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
是关于一windows下的一个程序开发框架,安装系统时有时需要安装...
是关于一windows下的一个程序开发框架,安装系统时有时需要安装-Windows on the one developed under the framework of a program to install the system sometimes need to install
- 2022-02-01 04:33:16下载
- 积分:1
-
演示了随机数的产生和使用
演示了随机数的产生和使用-demonstration, the random number generation and use
- 2022-05-24 05:46:39下载
- 积分:1
-
Using vc++ programming matrix calculation and display of relevant information an...
使用vc++编程实现的矩阵相关信息的计算及显示等功能-Using vc++ programming matrix calculation and display of relevant information and other functions
- 2022-03-07 00:16:45下载
- 积分:1