-
提供计算机硬件信息
提供计算机硬件信息
- 2022-04-15 08:05:12下载
- 积分:1
-
这里讨论TIA自动化等相关话题(21KB)
这里讨论TIA自动化等相关话题(21KB)-here to discuss topics related to automation (21KB)
- 2023-06-22 03:55:03下载
- 积分:1
-
利用SysInfo控制得到计算机的电池使用状况
利用SysInfo控制得到计算机的电池使用状况-use of computer battery usage
- 2022-06-29 17:26:54下载
- 积分:1
-
windows下的串口通信程序
windows下的串口通信程序,可以发送16进制控制指令,并且能将所发送的数据转换为特定的格式进行发送。
- 2022-01-25 22:06:20下载
- 积分:1
-
最小费用最大流的一个实验程序,可以根据具体问题来重新修改...
最小费用最大流的一个实验程序,可以根据具体问题来重新修改-Minimum cost maximum flow in an experimental procedure may be based on specific issues to re-modify the
- 2023-02-05 20:50:03下载
- 积分:1
-
A synchronization process to copy the lyrics to make it easier to not use the MP...
一个同步复制歌词的程序,方便在使用MP3时不要在硬盘上到处找歌词-A synchronization process to copy the lyrics to make it easier to not use the MP3 on your hard drive around in search of the lyrics
- 2022-04-20 06:17:20下载
- 积分:1
-
利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵...
利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵-use of the C language law back to the logo coloring problem solving and check availability of generating color adjacency matrix
- 2023-01-21 20:05:03下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1
-
智能读卡器
智能读卡器的类,对智能读卡器进行读写操作,复位应答
- 2022-12-05 06:40:03下载
- 积分:1
-
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。...
用Visual C++实现注册表简单操作。学会编程中使用注册表会使你的程序更专业。本例包含基本的编程方法。-achieve registry simple operation. Programming Institute will use the registry your program more professional. The cases include basic programming method.
- 2022-07-24 07:29:35下载
- 积分:1