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

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:51.61kb
    • 提供者:
  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
    • 文件大小:6.41kb
    • 提供者:郑乔鸿
  1. FEAL8

    0下载:
  2. 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:逍遥
  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
    • 文件大小:4.37kb
    • 提供者:witkey_eagle
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:537.19kb
    • 提供者:王冰
  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
    • 文件大小:13.81kb
    • 提供者: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
    • 文件大小:16.16mb
    • 提供者:孙立
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4.04kb
    • 提供者:晏珏
  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
    • 文件大小:972.64kb
    • 提供者:lif
  1. psde

    0下载:
  2. PSDE 是一套建立在Microsoft Visual C++环境之上的PDA软件开发平台,在PC上编译输出PDA的完全仿真软件,PSDE的目标是应用Microsoft Visual C++强大的开发环境开发出适用于特定PDA硬件平台编译器的标准C语言代码,同时输出PC上的仿真软件,以用于配套的电脑联机软件或演示程序等,避免了PDA开发厂商为了联机软件或演示程序而单独开发新的程序。PSDE能模拟的硬件功能有ROM、FLASH、LCD、触摸屏、按键、中断、硬复位、声音、CPU休眠等,涵盖了目前常用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.18mb
    • 提供者:王磊
  1. printf

    0下载:
  2. 本人参照linux 0.1内核源代码写的printf函数的实现,支持 c, s, o, d, x, f的打印输出-I am the light of linux 0.1 kernel source code to write to achieve the printf function in support of c, s, o, d, x, f print output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2.27kb
    • 提供者:phili
  1. VMProtect

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:16.18kb
    • 提供者:cxzhack
  1. Delphi

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:3.51kb
    • 提供者:cxzhack
  1. command

    0下载:
  2. 基于linux c实现计算器功能,采用命令行模式-it s main to realize C arithmetic function with structures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:鸽子
  1. 2010.6.5

    0下载:
  2. 校园网计费管理系统,包含socket、hook 以及水晶报表,C/S架构,有开机自启动,最小化图标,包含计费、卡、账户、权限、管理员管理等功能模块。-Campus network accounting management system, including sockets, hook, as well as Crystal Reports, C/S architecture, boot from the start, the minimize icon, including billing,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-14
    • 文件大小:21.1mb
    • 提供者:计超
  1. ChatServer

    0下载:
  2. VC开源网络聊天源代码,英文的,是一个国外程序,C/S结构,服务端和客户端完整,不过挺简单的,没什么修饰的功能。-The the VC open-source network chat source code, in English, is a foreign program, the C/S structure, server and client complete, but very simple, no modification of the function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:10.08kb
    • 提供者:范玉荣
  1. character_hello

    0下载:
  2. 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:6.06kb
    • 提供者:赤土
  1. SCM

    0下载:
  2. This procedure is mainly enterprise supply chain management system, C / S model, the main function of the enterprise s purchase, inventory, sales and other management-This procedure is mainly enterprise supply chain management system, C/S model, the
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:58.1mb
    • 提供者:冯名胜
  1. OAPHQC27

    0下载:
  2. 用C语言编写的在Simulink环境下对3相交流逆变器进行数值仿真的S函数源代码(Written in C language in the Simulink environment numerical simulation of three phase ac inverter S function source code)
  3. 所属分类:系统编程

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:kxcch
  1. FFmpegSharp

    8下载:
  2. c# 的ffmpeg推流工具,功能和C++原版一模一样,图片、视频、直播都可以使用(C#'s ffmpeg push tool, with the same function as the original C++, can be used in pictures, video, and live)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:29.28mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com