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

搜索资源列表

  1. n皇后.rar

    0下载:
  2. n皇后
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:1663
    • 提供者:
  1. 计算起始日期的n天后的日期

    0下载:
  2. 计算一个日期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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:陈飞飞
  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:姚紫欣
  1. Tail-src-current

    0下载:
  2. Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track changes to a file, in real time, as they happen? Well, now with the Objektiv Tail for Win32, you ll be happily monitoring your log files like you ve ne
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:153879
    • 提供者:闫林
  1. Ngrams

    0下载:
  2. A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6568
    • 提供者:郑乔鸿
  1. valgrind-3.2.1.tar

    0下载:
  2. The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) *
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5059569
    • 提供者:郭月丰
  1. libtorrent-0.10.4.tar

    0下载:
  2. LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:485174
    • 提供者:Kimi Chen
  1. control05

    0下载:
  2. 用pthread_t创建由标准输入端输入个数N的N个线程,分别计算各自的结果,再返回给主进程.-pthread_t created with input from the standard input of the number N of N threads, calculate their results and then back to the main process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:587
    • 提供者:lelele
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. fork_textcanjian

    0下载:
  2. 1、 了解系统调用fork()、execl()、exit()、getpid()和waitpid()的功能和实现过程 2、 编写一段程序实现以下功能: a) 使用系统调用fork()创建两个子进程 b) 父进程重复显示字符串”parent:”,并使用函数getpid()显示自己的进程ID。 c) 两个子进程分别重复显示字符串”child:”,并使用函数getpid()显示自己的进程ID 3、 编写一段程序实现以下功能: a) 使用系统调用fork()创建一个子进程 b)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8212
    • 提供者:witkey_eagle
  1. libmtp-0.1.0.tar

    0下载:
  2. Media transfer protocol implementation on POSIX. Have detailed readme on how to move to windows-Media transfer protocol implementation o n POSIX. Have detailed readme on how to move to wi Windows
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:470063
    • 提供者:文宁
  1. OperationsofMatrix

    0下载:
  2. performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2318
    • 提供者:刘俊
  1. AmericanGladiator

    0下载:
  2. American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1858
    • 提供者:zhoushusen
  1. ctime

    0下载:
  2. 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2560
    • 提供者:yux
  1. VB6Str2Cpp

    0下载:
  2. VB6 has two very useful string functions: Join and Split. This code implements Join and Split functions using STL so that you can use them in your C++ programs -VB6 has two very useful string functions : Join and Split. This code implements Join and
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:19047
    • 提供者:gn
  1. n皇后

    0下载:
  2. n皇后-n Queen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:1934
    • 提供者:
  1. n-body_mpi

    0下载:
  2. 基于linux的n-body编程,利用mpi进行并行计算-Linux based on the n-body programming, the use of parallel computing mpi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:174435
    • 提供者:求是赤子
  1. n-body_mpi+openmp

    0下载:
  2. 一个在linux环境下的基于mpi+openmp的混合编程-One in the linux environment mpi+ openmp-based hybrid programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:175433
    • 提供者:求是赤子
  1. n-body_openmp

    0下载:
  2. 一个在linux下的基于openmp的n-body编程-Under a linux-based n-body of the OpenMP programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:64089
    • 提供者:求是赤子
  1. batman-0.3.2.tar

    0下载:
  2. C语言 B.A.T.M.A.N.无线Mesh网络路由协议源码.供小型嵌入式Linux系统加载-demo of B.A.T.M.A.N. routing protocol for Wireless Mesh Networking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:80977
    • 提供者:mabel
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com