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

搜索资源列表

  1. rlplot_1.0.tar

    0下载:
  2. Linux/windows 环境下跨平台开发程序,该程序的主要功能是进行曲线图的绘制。-Linux / windows environment, cross-platform development process, the program's main function is drawing curves.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:449919
    • 提供者:房有定
  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. cp_dir

    0下载:
  2. 一个关于目录复制的源码,可以参见linux里的源代码,找个自己写的功能比较简单易懂-a copy of the source code directory can see Linux's source code, to find yourself writing more easily understood function
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1372
    • 提供者:fengyi
  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. 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. phpbook

    0下载:
  2. PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言,回复留言。显示留言用户的信息,显示回复信息和回复信息的用户信息。设计一个管理员管理留言功能。 2.数据库设计: 在mysql下创建相应的数据库。 3.代码编写: 使用php语言编写代码。 运行环境: Windows/linux操作系统 PHP环境 + mysql 功能概述: 1. 留言和回复留言功能 2. 显示留言者的留言时间,email,QQ号码 3. 可以向留言
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:198042
    • 提供者:lingshao
  1. plotyy.rar

    0下载:
  2. 在写SSI算法的时候,因为要画稳定图,所以牵涉到了双坐标轴的使用问题。查看Matlab的Help文件,对双坐标轴函数(plotyy)的表述不是很详细,或者是我没有读太懂吧。 下面对plotyy函数的使用做一个详细的学习,SSI algorithm in the time to write because of the need to draw a stable map, so involved the use of dual-axis problem. See Matlab s Help
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-08
    • 文件大小:348241
    • 提供者:vfory
  1. Linux-MAC20081224.rar

    1下载:
  2. 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14138
    • 提供者:darinwang
  1. agent2d-3.0.0.tar

    1下载:
  2. 该源文件是robocup2D仿真队的所有的常见的底层,也就是日本所写的agent底层,里面所包括的函数非常有用,而且该底层具有非常好的防守能力,对于学习C/C++都会有很大的用处,而且也对那些想学习robocup仿真组的同学有很大的帮助。-The source file is robocup2D simulation team s all common ground, that is, the bottom of Japan s written agent, which included the
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-10-17
    • 文件大小:16944128
    • 提供者:孙立
  1. uboot

    0下载:
  2. u-boot工程的总体结构、主要的数据结构、内存分配,主要分析流程中各函数的功能,基于FS2410板子的u-boot移植,实现了NOR Flash和NAND Flash启动,网络功能。  -u-boot project s overall structure, main data structures, memory allocation, the main function of the function of each process, based on u-boot board FS
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:77402
    • 提供者:sunjiandong
  1. tetris

    0下载:
  2. linux 下的 仿联众版俄罗斯方块游戏。qt3 实现。 具有 人机交互功能。 具有 对战模式。 喜欢玩俄罗斯方块的朋友们,在linux下也不再孤单啦-OurGame imitation under linux version of Tetris game. Qt3 achieve. With human-computer interaction function. Battle mode has. Love to play Tetris friends, in linux you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:995982
    • 提供者:lif
  1. LINUX-function

    1下载:
  2. LINUX函数手册.chm 世界上最全的linux 函数大集合,特别添加了有关linux 线程 相关的函数,以及线程编程原理-LINUX manual function. Chm of the world' s most full-function large collection of linux, in particular, to add the linux-thread-related functions, as well as programming principle thre
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:336540
    • 提供者:netyangarm
  1. ps

    0下载:
  2. 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:85370
    • 提供者:李晓宇
  1. Function

    0下载:
  2. Callback interface for SQLite s user defined functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4155
    • 提供者:xomoncue
  1. pmon

    0下载:
  2. The cpustart method is a PMC-Sierra s function to start the secondary CPU.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:7939
    • 提供者:wunnonma
  1. pmon

    0下载:
  2. The cpustart method is a PMC-Sierra s function to start the secondary CPU. Stock PMON 2000 has the smpfork, semlock and semunlock methods instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:lprmnen
  1. e_jn

    0下载:
  2. floating point Bessel s function of the 1st and 2nd kind of order n.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:lacuerw
  1. bessel

    0下载:
  2. floating point Bessel s function of the first and second kinds of order zero.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4266
    • 提供者:rvvklu
  1. S-AntHocNetv0.2

    0下载:
  2. ns2下的具有安全功能的蚁群路由算法仿真-ACO routing algorithm simulation with a safety function under ns2
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2258581
    • 提供者:叶犇
  1. hdl_clip

    0下载:
  2. Double-precision Bessel s function of the first and second kinds and of integer order.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1792
    • 提供者:xzfusx
« 12 3 4 5 »
搜珍网 www.dssz.com