-
如题是很好的GPS读取数据基类的程序代码,希望对你们有用
如题是很好的GPS读取数据基类的程序代码,希望对你们有用-If the title is a good read GPS data base class code, I hope useful for you
- 2022-02-19 23:28:45下载
- 积分:1
-
计时器精确。使用高精度定时()适用于重功能…
精确到1us的定时器。使用QueryPerformanceCounter()函数实现
适用于实时控制环境-accurate to the timer. Use QueryPerformanceCounter () functions applicable to real-time control environment
- 2022-04-30 09:19:00下载
- 积分:1
-
读写EXCEL文件,对EXCEL文件中的内容做比较。
读写EXCEL文件,对EXCEL文件中的内容做比较。-reading and writing Excel documents, Excel documents, the contents of comparison.
- 2022-03-19 17:08:29下载
- 积分:1
-
Find circles with specific radius in a binary image via Standard Hough Transform...
Find circles with specific radius in a binary image via Standard Hough Transform.
- 2022-06-29 03:46:43下载
- 积分:1
-
中英文菜单 。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。...
中英文菜单 。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。-In Chinese and English menu. All the strings used are into file, a language of a document, depending on the chosen language to the corresponding file to load a string.
- 2022-04-21 11:53:43下载
- 积分:1
-
This component (inherited from TPaintBox) will draw itself }
{ as transparent...
This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.-This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.
- 2022-03-17 08:27:07下载
- 积分:1
-
吐温,UI,VB,VB.NET VB6
应用背景从一个ADF扫描仪扫描(自动文档进纸器)使用eztwain Pro是非常简单的。下面的代码示例的代码向导生成的,其中包括在eztwain Pro工具包。代码向导可以在许多语言,包括C,C + + / MFC,德尔福,C #,VB,vb.net,LotusScript,PowerScript,伪代码,Visual FoxPro中生成代码。下面的代码示例应该用VB 5,6或7,并可能会以及VBA运行。在您生成任何代码,代码向导指导你通过eztwain亲声明到你的模块。VB,这就涉及到我们的eztwain.bas模块添加到您的项目。关键技术eztwain Pro允许扫描和图像处理的任何语言可以调用Windows API风格功能。以下是部分 ; ;语言称为eztwain亲工作清单。”向导”是指包括在开发工具包的代码向导,它可以产生准备在语言运行eztwain亲代码如下。
- 2022-02-07 11:13:30下载
- 积分: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
-
递归求解图片迷宫路径 windows2003下通过
递归求解图片迷宫路径 windows2003下通过-Solving recursive picture maze path through windows2003
- 2022-11-26 19:45:04下载
- 积分:1
-
动态链接库编程示例,可以通过本demo学习编写DLL的框架
动态链接库编程示例,可以通过本demo学习编写DLL的框架-Dynamic Link Library programming examples, can be prepared through this demo to learn a framework for DLL
- 2022-03-02 10:29:31下载
- 积分:1