-
java 编写的背包问题,按不同的方法选择不错啊
java 编写的背包问题,按不同的方法选择不错啊-prepared by the knapsack problem by different methods to choose good ah
- 2022-02-02 06:45:57下载
- 积分:1
-
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。...
又一HART软件开发例程,程序小巧,只用到几个命令,易读易懂。-HART another software routines, procedures small, only a few commands to use, easy to read and understand.
- 2022-03-14 11:34:02下载
- 积分:1
-
本程序为初学vc ++提供的学习资料
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2022-04-22 22:43:53下载
- 积分:1
-
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量...
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量-Able to judge whether the input of the two logical expressions equivalent to (& on behalf of and, | on behalf of or, the letter on behalf of Boolean variables
- 2023-05-19 16:10:03下载
- 积分:1
-
用指向指针的指针变量访问一维和二维数组
用C语言编制,用于对一维或二维数组的指针间接访问...
用指向指针的指针变量访问一维和二维数组
用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
- 2022-02-20 03:55:31下载
- 积分:1
-
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:...
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket
PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。
另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows
CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。
以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development/pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows C
- 2022-05-21 18:26:03下载
- 积分:1
-
With windriver driven c8051f320 and PC communications.
用windriver驱动的c8051f320与PC之间的通信。-With windriver driven c8051f320 and PC communications.
- 2022-03-23 17:50:28下载
- 积分:1
-
A Java Gobang game, one can make, and determine winners and losers, a few button...
一个Java五子棋游戏,可以下了,判断输赢,几个按钮的功能实现界面的处理,等等就是功能完善-A Java Gobang game, one can make, and determine winners and losers, a few button function realization interface processing, and so is a fully functional Hehe
- 2022-01-25 21:06:54下载
- 积分: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
-
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