-
经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。...
经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。-eight Queen"s classic, combining MFC programming interface, can see clearly what the position with the Queen.
- 2022-07-12 04:43:07下载
- 积分:1
-
求解可达距阵 自己写的 请大家指教
求解可达距阵 自己写的 请大家指教 -solution can write their own matrix Please enlighten Thank you
- 2022-05-06 21:28:46下载
- 积分:1
-
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试...
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试-Access the database by modifying the header files to achieve the purpose of encrypting the database, in VC6.0 platform to run well, has been tested
- 2022-06-14 05:55:35下载
- 积分:1
-
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过....
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过.-Very useful procedure. Using Virtual C++ 6.0 to do, and realize the sound collection, treatment, thereby to control the voice of MIC results, the procedure is successfully tested.
- 2022-07-10 20:37:54下载
- 积分:1
-
Database Programming, connecting VC would like to help you soon myself
数据库编程,连接VC
希望对你有帮助
快下喽-Database Programming, connecting VC would like to help you soon myself
- 2023-04-29 14:40:02下载
- 积分:1
-
数据结构算法演示
数据结构算法演示-demonstration algorithm data structure
- 2022-04-22 15:03:26下载
- 积分:1
-
算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E...
算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E-E E*E E/E (E) i // 其中i为无符号整数-operator limited analysis// procedural functions :// operator under priority analysis, to conduct regular expression syntax analysis, judgment, an expression is correct.// Grammar : E E E E-E E E* E/E (E) i// for which i unsigned integers
- 2022-04-07 04:27:23下载
- 积分:1
-
在线知识答题系统,可以附加数据库等操作。可以下载题库
在线知识答题系统,可以附加数据库等操作。可以下载题库-Answer online knowledge systems, database operations can be attached. Questions can be downloaded
- 2022-01-26 07:24:36下载
- 积分:1
-
VB函数库大全,包含VB编程中所需的函数,比较全
VB函数库大全,包含VB编程中所需的函数,比较全-Encyclopedia of VB function library that contains VB programming functions required to compare the whole
- 2022-09-08 22:45:03下载
- 积分:1
-
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
- 2023-05-31 21:45:02下载
- 积分:1