-
dotnet FTP源
dotnet ftp source
- 2022-03-26 09:41:25下载
- 积分:1
-
VB编写的MODBUS通讯实现源码
VB编写的MODBUS通讯实现源码,
功能:
Public Sub tran_modbus_order(ByVal byt_slv_id As Byte,
ByVal byt_func As Byte, ByVal addr As Long, byt_data() As Byte)
Function CRC16(data() As Byte) As String
- 2023-01-05 06:50:03下载
- 积分:1
-
various file import and export out at the SQL server
各种文件导入 和导出SQLserver时列-various file import and export out at the SQL server
- 2022-01-25 19:34:49下载
- 积分:1
-
提供一个串口测试的小程序 希望对大家的学习有点帮助
提供一个串口测试的小程序 希望对大家的学习有点帮助 -Provide a serial test applet would like to help everyone to learn a bit
- 2022-06-28 00:35:22下载
- 积分:1
-
算法实现题7
算法实现题7-60 战马问题
« 问题描述:
按照国际象棋的规则,在位置(0,0)处的马可以跳到位置(1,2),(1 ,-2),(-1,2),
(-1,-2),(2,1),(2,-1),(-2,1),(-2,-1)处。战马问题中的战马具有更一般的跳跃
能力。位置(0,0)处的战马每次可以跳到k 个位置x y i k i i ( , ),1 £ £ ,中的一个位置。战
马问题要求确定给定的战马能否跳遍无限大的棋盘上的每个位置。
« 编程任务:
对于给定的战马问题中战马的跳跃能力。确定战马能否跳遍无限大棋盘上的每个位置。
« 数据输入:
由文件input.txt给出输入数据。第1 行有1个正整数k,表示位置(0,0)处的战马每
次可以跳到k个位置。接下来的k行,每行有2个整数,表示战马的跳跃位置。
« 结果输出:
将计算结果输出到文件output.txt。给定的战马能跳遍棋盘上的每个位置时输出“Yes”,
否则输出“No”。
输入文件示例 输出文件示例
input.txt output.txt
3
1 0
0 1
-2 -1
Yes
- 2022-01-27 16:50:13下载
- 积分:1
-
c#获取进程名称
csharp语言(c#) 获取进程名称完整工程 包含源代码 可运行 有注释 获取系统进程信息 包含 System.Diagnostics.Process 类 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;
- 2022-05-25 09:51:27下载
- 积分:1
-
在C#里面调用带有回调函数和自定义结构体的DLL的例程.
在C#里面调用带有回调函数和自定义结构体的DLL的例程.-in C# inside with a call from the callback function and the structure of the definition of the DLL routines.
- 2022-01-31 18:52:55下载
- 积分:1
-
STM32红外线遥控小车
stm32 红外线遥控智能小车源代码,内部注释详细清晰,新手易上手。
- 2023-01-20 18:55:04下载
- 积分:1
-
三星s344b0x蜂鸣器测试/如果(关键= =)/ /如果(beepfreqlt;20000)/ beepfreq…
三星S344B0X蜂鸣器测试
// if(key== + )
// if(BeepFreq100)
// BeepFreq -=100
// SetBeepPwm(BeepFreq, 50)
// printf("Now beep frequence is %d
", BeepFreq)
// Delay(2000000)
// StopBeepPwm() -Samsung S344B0X buzzer testing// if (key ==)// if (BeepFreqlt; 20000)// BeepFreq = 100// if (key ==-)// if (BeepFreqgt; 100)// BeepFreq-= 100// SetBeepPwm (BeepFreq, 50)// printf ( "Now beep frequence is% d n", BeepFreq)// Delay (2000000)// StopBeepPwm ()
- 2022-07-08 17:03:10下载
- 积分:1
-
《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助...
《C++ In Action》源代码,供学习C++人士共同分享!!希望对大家有帮助- C++ In Action the source code for learning C++ People to share! ! We hope to help
- 2022-02-09 18:35:59下载
- 积分:1