-
使用C++ 实现的,利用动态规划算解决旅行商问题
使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
- 2022-08-09 00:32:40下载
- 积分:1
-
At Ocaml
Define a function runnerup that takes an integer list and returns the...
At Ocaml
Define a function runnerup that takes an integer list and returns the secondly largest element among the elements
- 2022-01-25 18:50:43下载
- 积分:1
-
Windows编程的一个简单的计算器,能实现基本的加、减…
一个简单的WINDOWS编程的计算器,能实现加减乘除基本运算,初学者可以参看一下!-WINDOWS programming a simple calculator, to achieve the basic addition and subtraction multiplication and division operations, beginners can take a closer look!
- 2022-03-23 16:53:38下载
- 积分:1
-
Windows Kernel
Windows Kernel
- 2022-04-27 19:42:13下载
- 积分:1
-
host based intrusion detection
host based intrusion detection
- 2022-03-24 13:47:02下载
- 积分:1
-
生成二维码
生成二维码 生成QRCode的,并将其保存为bmp文件。Generate the QRCode and save it to bmp file.
- 2022-02-05 20:37:39下载
- 积分:1
-
similar to the network to download the software ants
类似于网络蚂蚁的下载软件-similar to the network to download the software ants
- 2022-01-31 22:51:55下载
- 积分:1
-
一个简单的仪表盘模拟的实例!编译无误开发环境VC6.
一个简单的仪表盘模拟的实例!编译无误开发环境VC6.
-A simple example of analog dashboard! Correct compiler development environment VC6.
- 2022-12-02 17:35:03下载
- 积分:1
-
模拟赛题目
包括标准程序与数据
可能用得着
模拟赛题目
包括标准程序与数据
可能用得着-Simulation game topics include standard procedures, and data may be Yongde Zhao
- 2023-07-23 05:50:05下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1