登录
首页 » Linux-Unix program » code for all source shortest path

code for all source shortest path

于 2022-10-20 发布 文件大小:740.00 B
0 154
下载积分: 2 下载次数: 1

代码说明:

code for all source shortest path

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Achieved in a multi
    实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
    2022-03-11 10:20:41下载
    积分:1
  • 一个在linux+MiniGui的彩票销售终端程序,基于framebuffer的程序.
    一个在linux+MiniGui的彩票销售终端程序,基于framebuffer的程序.-MiniGui sales of lottery terminal program, based on the framebuffer procedures.
    2022-07-13 14:06:07下载
    积分:1
  • a graphic tools for MTools
    a graphic tools for MTools
    2022-02-05 20:58:42下载
    积分:1
  • multithreaded process as a multi
    多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。 -multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
    2023-06-23 05:00:03下载
    积分:1
  • 将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保...
    将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would call and to achieve separation, or call only need to see it to see the interface. So, as long as the guarantee the same interface, then the realization of the code necessary to add some variables, function and will not affect the person to call.
    2022-01-24 12:47:47下载
    积分:1
  • 计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串...
    计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串-calculated a date n n days or days before the date of the number of input and output, the date of the grid for more YYYMMDD string
    2022-02-21 00:41:37下载
    积分:1
  • linuxptables
    linuxptables -P INPUT -A -p tcp -s 192.168.100.0/24 --dport 445 -j ACCEPT iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 137 -j ACCEPT iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 138 -j ACCEPT iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 445 -j ACCEPT-linuxptables-P INPUT-A-p tcp-s 192.168.100.0/24--dport 445-j ACCEPT iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 137-j ACCEPT iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 138-j ACCEPT iptables-P INPUT-A-p udp-s 192.168.100.0/24--dport 445-j ACCEPT
    2022-03-25 08:05:42下载
    积分:1
  • Viewml的一个不错的库
    Viewml的一个不错的库-Viewml of a good library. .
    2022-03-18 22:15:23下载
    积分:1
  • 本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更...
    本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底,尤其是对虚析构函数、智能指针、引用计数以及代理类等技术和模式论述的深入程度。 如果说《Effective C++》主要讨论C++中一些相对基础的概念和技巧的话,那么《More Effective C++》则着重探讨了包括异常处理在内的一系列高级技术。与前者相比,后者具有两大主要区别:其一,它包含很多时新的标准C++的内容;第二,它讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底。尤其是对虚析构函数、智能指针、引用计数以及代理类(proxy classe)等技术和模式论述的深入程度,让人很难想象是出现于这样的一本小书之中。 游刃有余的技术,高超的写作技巧,Scott无疑是世界上最优秀的C++技术作家之一。在简洁、清晰、易读等方面,这两本书都卓尔不群。总之,Scott提供的这85个可以改善编程技术和设计思维的方法,都是中、高级C++程序员必备的技能。-For advanced programmer using C++, very nice, enjoy it
    2022-06-30 10:38:40下载
    积分:1
  • Joomla 3.0 collaborative development platform supports CVS, mailing lists, bug t...
    GForge 3.0 协作开发平台 支持CVS, mailing lists, bug tracking, message boards/forums, task management, permanent file archival, 和 total web-based administration.-Joomla 3.0 collaborative development platform supports CVS, mailing lists, bug tracking, message boards/forums, task management, permanent archival file, and total web-based administration.
    2022-12-26 04:55:03下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载