CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - problem

搜索资源列表

  1. fenshutongji

    0下载:
  2. 该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:49915
    • 提供者:神龙¤翼
  1. 0029

    0下载:
  2. 操作系统中读者写者问题拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试-OS readers to write to the problem of the operating system, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened Debugging
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:8706
    • 提供者:国威
  1. VC使用CRT调试功能来检测内存泄漏

    0下载:
  2. VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
  1. HackIMUT

    0下载:
  2. 我们学校的选课系统(http://202.207.16.59)真气人啊,我还没接到通知呢,别人就把选修课都选满了,选不到我心爱的选修课,怎么办? 为了解决这个问题,我特意编写了这个玩艺,因为很多人都没有改默认密码(默认密码就是学号),所以我就可以利用穷举搜索出大部分人都选的什么课,然后。。。。呵呵。。。就参考一下。 估计大家下到这个软件的时候,学校就应该有反应了,也许软件会失效,但是,可以参考一下里面的代码,也许稍微改改,就能适用于你们自己的学校哦。-the Course of our
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3354
    • 提供者:啊啊
  1. the-problem-8-digital

    0下载:
  2. 熟练掌握启发式搜索 算法及其可采纳性,使用启发式搜索算法求解8数码问题-Master the heuristic search algorithm and its admissibility, the use of heuristic search algorithm to solve the problem 8 digital
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1229
    • 提供者:lihongjie
  1. BarberAlgorithmSleepProblem

    0下载:
  2. 睡眠理发师问题算法实现, 在LINUX 操作系统下实现的算法。-Barber Algorithm sleep problem, under the LINUX operating system algorithms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:56445
    • 提供者:##真
  1. barber(2)

    0下载:
  2. 理发师问题的信号量解决方法实现,基于C语言编写-Semaphore barber problem solution implementation, based on C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1742
    • 提供者:wgx
  1. reader

    0下载:
  2. 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:1205
    • 提供者:zhang
  1. barber

    0下载:
  2. 睡眠理发师问题C++解法,使用信号量,理发座位数可选,理发师只有一个-Using semaphore to solve barbers problem,there’s one barber,infinite customer,and a few waiting position,the number of waiting position is depend on the user. 3 semaphores are involved in the program: m_h,barb
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:685
    • 提供者:王跃辉
  1. barber

    0下载:
  2. 进程调度中经典的理发师问题,在Ubuntu8.04下编译通过-Process Scheduling in the classic barber problem in Ubuntu8.04 compiled by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1124
    • 提供者:zdd
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
  1. Reader-Writer

    0下载:
  2. reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10066
    • 提供者:小贺
  1. readerwriter

    0下载:
  2. 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:113373
    • 提供者:孙芸芸
  1. linux-development-problem

    0下载:
  2. 这一PPT主要讲述的是linux开发中常见的问题,对于初学者来说这是很好的学习材料,希望对大家有帮助。-linux development problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:140062
    • 提供者:宫月
  1. Eight-queens-problem

    0下载:
  2. 八皇后问题求解!用OPEN表和CLOSED表实现!人工智能实验!-Eight queens problem solving! OPEN and CLOSED table with table to achieve! AI experiment!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:490295
    • 提供者:张三
  1. Maze-problem

    0下载:
  2. 迷宫问题的非递归求解,探测回溯解法而且打印图像,希望有用。 -Maze Problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:李伟
  1. philosophers-problem

    0下载:
  2. c++程序,利用信号量解决哲学家就餐问题,非常好用-c++ program using semaphores to solve the dining philosophers problem, very easy to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1439
    • 提供者:Dufresen
  1. rock-game(Nim-problem)

    0下载:
  2. 题目六:取石子游戏 有两堆石子,数量任意,可以不同。游戏开始由两个人轮流取石子。 游戏规定,每次有两种不同的取法, 一是可以在任意的一堆中取走任意多的石子; 二是可以在两堆中同时取走相同数量的石子。最后把石子全部取完者为胜者。 现在给出初始的两堆石子的数目,如果轮到你先取,假设双方都采取最好的策略,问最后你是胜者还是败者。 输入: 输入包含若干行,表示若干种石子的初始情况,其中每一行包含两个非负整数a和b,表示两堆石子的数目,a和b都不大
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3701
    • 提供者:李中明
  1. problem

    0下载:
  2. 用java写的哲学家问题源代码,8个哲学家吃饭问题的源代码-Source code written in Java philosopher problem, 8 a philosopher to eat the source of the problem
  3. 所属分类:Network Security

    • 发布日期:2017-12-14
    • 文件大小:61440
    • 提供者:scheduuer
  1. reproframoing-good-problem

    0下载:
  2. Ex3,6 车皮编序问题 ,问题描述: 在一个列车调度站中,不错(Ex3, 6 wagons reprogramming problem, problem descr iption: in a train dispatching station, good)
  3. 所属分类:系统编程

    • 发布日期:2017-12-21
    • 文件大小:25600
    • 提供者:rrtocq
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com