-
C++ Builder 6.0 Socket Controls TCP communications, servers and customer service...
C++ Builder 6.0 Socket控件TCP通信,服务器和客服端都有-C++ Builder 6.0 Socket Controls TCP communications, servers and customer service side has a
- 2023-03-05 00:45:04下载
- 积分:1
-
串口编程,通过串口可以监视串口文件,可以ASCII与十六进行进行观测数据,传入二进行制数据并且可以保存成object.bin文件...
串口编程,通过串口可以监视串口文件,可以ASCII与十六进行进行观测数据,传入二进行制数据并且可以保存成object.bin文件-serial programming, serial port can monitor serial documents, ASCII and can be conducted for 16 observational data into two data for the system and can save documents into object.bin
- 2022-11-02 08:05:03下载
- 积分:1
-
Squares Detection
Squares Detection-OpenCV
- 2022-04-15 12:30:13下载
- 积分:1
-
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以
一个用C++编制的控制仿真程序,效果挺好的 。有兴趣的可以-C compiled a control simulation program, the effect is very good. Interested parties can s
- 2022-08-07 10:32:23下载
- 积分:1
-
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这...
关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues to resolve this issue so we should cross the river when the two set out across the river to return to when there is only one back as far as possible. Using a string array to keep hunters, the wolf, sheep, and cabbage subscript followed by 0,1,2,3 but they have a river here and there two states To facilitate the definition of a structure containing only an int variable n When in the river here when n is set to 0 in the river when n is set to one side. Due to cross the river and return each time to consider whether the wolf can eat the sheep吃羊or cabbage you need a function to determine each choose whether or not to meet the conditions.
- 2022-09-15 08:35:04下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1
-
aplikasi票pesawat
资源描述这是aplikasi简单交易最近的机票pesawat ini杨是语aplikasi INI berbasis控制台,C.。
- 2022-06-27 23:24:19下载
- 积分:1
-
对初学delphi的有帮助,主要是用delphi实现开关机的程序
对初学delphi的有帮助,主要是用delphi实现开关机的程序-it is used to study delphi,inplement start and shut down by delphi
- 2022-02-05 14:57:06下载
- 积分:1
-
GIS相关工具,可以把e00和 Coverage 文件进行互转
GIS相关工具,可以把e00和 Coverage 文件进行互转-GIS tools, and can e00 files Cross Coverage
- 2022-06-27 07:12:39下载
- 积分:1
-
Because the Windows implementation of awk print ... efficiency is too low, so th...
因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint
awkprint by Cao Siqin, 2007.7.17
awkprint
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be listed:
C:WINDOWSa.log
C:WINDOWS.txt-Because the Windows implementation of awk print ... efficiency is too low, so the introduction of awkprint, equivalent to awkprintawkprint by Cao Siqin, 2007.7.17awkprint
- 2022-01-25 19:33:15下载
- 积分:1