-
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition 书上的源代码
Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition 书上的源代码-Programming.Microsoft.Windows.CE.Dot.NET.3rd.Edition book on the source code
- 2022-02-07 05:24:31下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1
-
雷达模拟代码,用C++ +
应用背景原来,我实现了一个雷达式的对象的思想作为一种解析NMEA GPS数据和结构化视图显示卫星的目的用户控件。这个工作很好,但我也想写我的第一篇文章,现在,这似乎是时间去做它。 ;雷达 ;阶级内部维护一个结构radaritem ; ;实现和吸引他们的雷达。的位置radaritem ; ;是通过翻译两值确定方位: ; ;和 ;海拔。关键技术正如类图中所示,有几个类和一个接口可以在这个实现中工作。首先是最重要的是,雷达和类。这是雷达图像显示的主要类别。有2种方法来获得的,图像和,从和,雷达和类:。
- 2023-01-04 23:35:04下载
- 积分:1
-
按15行×16列的表格形式显示ASCII码为10H
按15行×16列的表格形式显示ASCII码为10H---100H的所有字符,即以行为主的顺序及ASCII码递增的次序一次显示对应的字符。每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开。-Of 15 rows × 16 columns in tabular form displays ASCII code is 10H--- 100H all the characters, that is, acts of God" s order and the order of ASCII codes displayed at one time increments corresponding characters. 16 characters per line, each line with the gap between two adjacent characters in character (ASCII 0) separated.
- 2023-01-27 13:45: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
-
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!...
VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿!
-VC liquidation aides use the multithreading can find a large number of documents UI will not lead to a halt!
- 2022-07-20 05:29:59下载
- 积分:1
-
eyedetection code which first detects a face ,then creates an roi near the eye r...
eyedetection code which first detects a face ,then creates an roi near the eye region and detects an eye.This uses the Haar classifiers in OPEN CV
- 2022-02-15 01:13:05下载
- 积分:1
-
光明软件系列之电子日记本,也是我和张光明老哥合作的产品哦!...
光明软件系列之电子日记本,也是我和张光明老哥合作的产品哦!-bright Series software of the electronic diary, but also my brother and Zhang Guangming cooperation in the product!
- 2022-08-06 22:58:39下载
- 积分:1
-
PHP酒店点菜系统
这是一款酒店点菜系统,后台可以随意添加删除菜单。本系统采用dedecms开发而成,大家可以下载过来一起学习,如有不足之处,还请大家一起来完善代码。本人感激不尽
- 2022-03-20 23:27:05下载
- 积分:1
-
Date & Time
这是简单的应用程序代码,显示当前时间和日期。它是用Python编写的语言。此外,为了可视化的应用程序,我用了“Tkinter的”库。欲了解更多信息,你可以参考它的网站,并找到不同的方法,帮助您使您的应用程序的框架。请注意,我用的Python IDE的第3版本编写代码。 我也把这段代码在Saakhtani这是一个波斯的网站
- 2022-03-02 23:17:26下载
- 积分:1