-
通过DDX(动态数据交换)选择文件
通过DDX(动态数据交换)选择文件-through DDX (dynamic data exchange) select files
- 2022-01-26 01:11:03下载
- 积分:1
-
读取rinex文件的完整vc程序
RINEX(接收机自主交换格式/接收机无关交换格式)是在GPS测量应用的标准数据格式常用。的格式使用的文本文件来存储数据,独立于制造商和接收机数据记录格式和具体模型你想读的RINEX files.this是一个项目塔可以帮助你做到这一点!试试吧!
- 2022-03-02 09:24:25下载
- 积分:1
-
好不容易才找到的,一个用来隐藏IP的DELPHI控件,
好不容易才找到的,一个用来隐藏IP的DELPHI控件,-hard to find, used a hidden IP DELPHI controls,
- 2022-07-24 21:47:27下载
- 积分:1
-
文件打包器sdfa sdfasdf
文件打包器sdfa sdfasdf-asdfasdfasdfasdfaasdfa
- 2022-08-13 19:06:07下载
- 积分:1
-
探测远程Windows主机NetBios信息程序vc
探测远程Windows主机NetBios信息程序vc-detect remote Windows mainframe NetBios information procedures vc
- 2022-02-20 11:56:57下载
- 积分:1
-
软件定义网络
软件定义网络 (SDN) 是一种新兴的体系结构,看来动态、 易管理、 性价比高,适应性强,寻求适合当今的应用程序的高带宽、 动态性质。SDN 体系结构解耦网络控制及转发功能,使网络控制成为直接可编程和底层基础架构,从应用程序和网络服务中抽象出来。
- 2022-03-04 08:33:24下载
- 积分:1
-
能显示文件盘符路径和文件的大小,创建时间,类似于dos里面dir的命令,并且可以扩展...
能显示文件盘符路径和文件的大小,创建时间,类似于dos里面dir的命令,并且可以扩展-can show that the document drive path and file size, creation time, similar to the dos inside the dir command, and can be extended
- 2022-02-05 12:23:53下载
- 积分:1
-
USB接口转换工具
usb interface convert tool
- 2022-07-23 03:42:47下载
- 积分:1
-
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!...
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!-C language prepared by the small procedures, the calendar shows. Superior to the point enlighten, beginners to the point. Thank you!
- 2023-07-28 18:05:03下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1