-
用C++写的最短路径程序,是基于迪杰斯特算法.
用C++写的最短路径程序,是基于迪杰斯特算法.-C was the shortest path procedure is based on the Dijkstra algorithm.
- 2022-02-05 14:29:21下载
- 积分:1
-
给公司做的个电话客服管理系统。仅作参考.
给公司做的个电话客服管理系统。仅作参考.-done to the company"s telephone call management systems. Just for reference.
- 2022-12-06 07:05:03下载
- 积分:1
-
MFC HOOK编程源代码,拦截windows消息。
MFC HOOK编程源码,拦截windows消息。-MFC HOOK programming source code, to intercept windows messages.
- 2022-06-18 22:14:46下载
- 积分:1
-
with allogeneic or ideas to achieve a circular movement of a stationary and a sm...
用异或思路实现一个运动的圆和一个静止的正方形的小程序,用c写的 -with allogeneic or ideas to achieve a circular movement of a stationary and a small square of procedures used to write the c
- 2022-08-24 00:32:51下载
- 积分:1
-
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=...
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
- 2022-06-15 20:45:50下载
- 积分:1
-
c++关于几何图形的继承
则是一份关于几何图形的继承的c++代码,包括点,线,正方形,长方形,圆以及相应的立体图形,圆锥圆柱长方体,正方体以及他们的面积体积计算
- 2022-11-08 08:05:03下载
- 积分:1
-
本文件采用Visual C++开发,功能为联众计牌器.
本文件采用Visual C++开发,功能为联众计牌器.-This document is the use of Visual C++ Development, functions of licensing OurGame browser.
- 2023-04-06 14:35:04下载
- 积分:1
-
视频播放器和捕捉一些框架,基于视频和图像库的开发…
基于自己开发的视频和图像库,实现视频播放,并抓取关键帧。-Video player and catching some frames, based on the video and image library developed by myself.
- 2022-01-29 01:07:52下载
- 积分:1
-
DLL功能观
vs 2005自带Dll函数查看器.比dump功能强大-Dll function view
- 2022-02-13 08:41:45下载
- 积分:1
-
测试C++中系统自定义的数据类型长度
在C++编译系统中,会有很多的数据类型,这次本人在win10系统上,在visual studio2015的开发环境下,使用sizeof函数测量其内定的数据类型所占的内存大小,不同的编译环境可能会有差别
- 2022-12-18 12:40:03下载
- 积分:1