-
数学库――常用数值算法库
注释清楚,说明完善
数学库――常用数值算法库
注释清楚,说明完善 -math-- commonly used numerical algorithm library Notes clearly that the perfect
- 2022-07-06 09:30:33下载
- 积分:1
-
基于科大讯飞服务器版TTS功能调用的包装, 编译目标是DLL文件,需要用到TTS功能的应用可以调用此D...
基于科大讯飞服务器版TTS功能调用的包装, 编译目标是DLL文件,需要用到TTS功能的应用可以调用此D-appear on the HKUST fly Server TTS function called packaging, compiler target is DLL files. necessary to use TTS function of the application can call this D
- 2022-07-21 01:22:42下载
- 积分:1
-
procedure will only run one example, and an example of the former activated
程序只运行一个实例,并激活前一个实例-procedure will only run one example, and an example of the former activated
- 2023-01-26 09:35:04下载
- 积分:1
-
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序...
执行控制台或批处理程序并可以将运行的显示结果显示在窗口中的类似cmd程序的程序-A program similar to cmd command which can run control console or batch file and show the result in the result window
- 2022-02-06 05:18:14下载
- 积分:1
-
association of the temperature and pressure
基于MFC开发的温度和压强的关系曲线,曲线自动绘制,包含c++源码。-association of the temperature and pressure
- 2022-05-06 16:51:30下载
- 积分:1
-
基于QT的音乐播放器
这个代码是基于QT开发工具的音乐播放器,开发工具是QT,开发语言是c++,文章描述了音乐播放器的开发步骤,步骤很详细i,每一个步骤都有说明。
- 2022-06-30 07:04:48下载
- 积分:1
-
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据...
本程序允许用户使用不同的XML,选择在左面显示的样式页,右面的数据-This demo allows the user to surf through different XML documents and apply different XSL
stylesheets to those documents. Choose an XML document and a XSL stylesheet on the left and display
the data on the right.
- 2022-02-04 11:53:48下载
- 积分:1
-
Win2K under the Sniffer source code. Zip
Win2K下的Sniffer源代码.zip-Win2K under the Sniffer source code. Zip
- 2023-06-25 23:20:03下载
- 积分:1
-
牛顿前插迭代函数,即实现牛顿前插迭代函数前插计算插值点的值...
牛顿前插迭代函数,即实现牛顿前插迭代函数前插计算插值点的值-Newton s_forward_interpolation_function
- 2022-02-12 18:02:27下载
- 积分:1
-
CrossTheMaze
Assume that Edison has found himself in a square-shaped maze of NxN square cells which is surrounded by walls from the outside. In the maze, some of the cells are also walls. Edison can only move between two empty cells in four directions, north, south, west and east. In order to get out of the maze, he drafts a plan. He uses his left hand to lean on the wall and goes by following the wall.
Here is the question, is Edison able to get out of the maze in at most 10,000 steps? If he can make it, output the path. By getting out of the maze, he only needs to be in the exit cell. If the starting cell is the same as the exit, Edison won"t need to move and can directly get out of the maze.
Input
The first line of the input gives the number of test cases, T. T test cases follow. Each test case starts with an integer N. N is the size of the maze. Th
- 2022-02-25 06:08:30下载
- 积分:1