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

搜索资源列表

  1. cdemu-daemon-1.3.0.tar

    0下载:
  2. CDemu是模拟CD、DVD设备的内核模块。它让你能使用.bin/.cue, .nrg, 或 .ccd这样的非ISO-9660格式的光盘镜像。之所以要用到它,是因为mount只能挂载iso。iso只包含单一的文件系统,而许多cd都带有复杂的信息,比如混合数据和音轨。CDemu让你能获得这些CD镜像完整、原始的内容。 CDemu利用vhba内核模块模拟出一个SCSI CD/DVD设备,由后台运行的cdemud守护进程(cdemud)与该模块通信。镜像分析代码被抽象到一个库中(libmir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:171782
    • 提供者:陈文捷
  1. PcCode_200881114317373

    0下载:
  2. 本系统采用ASP+ACCESS开发,系统安装环境要求简单,可实现16位、32位MD5加密与解密,具体功能特点如下: 1.通过MD5原值与加密值对比数据库查询,实现16位与32位MD5的加密与解密 2.用户每次加密时,程序将自动查询数据库,若数据库中无此条数据,将自动补充数据库 3.解密时,自动判断MD5位数。 4.拥有强大的管理后台,后台有批量生成MD5数据功能,10秒钟可生成MD5数据5000条,目前本系统数据库中已拥有MD5加密码20000(由数字1-20000的值的M
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4785223
    • 提供者:王涛
  1. 2009112111564619

    0下载:
  2. 此程序可将系统设置成对U盘和移动硬盘只读,原理很简单,就是在后台运行一个服务定时的检测注册表。此程序带注册码生成器。 -This program can be set pairs the system disk and removable hard disk read-only U, the principle is very simple, that is, a service running in the background, the detection of regular regist
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:95618
    • 提供者:neteden
  1. video_2_2_3

    1下载:
  2. linux下音视频编解码,具有后台cgi,加密算法,强制I帧,DM365编解码。-The following audio and video codec linux, with the background cgi, encryption algorithm, forced I frame, DM365 codec.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-30
    • 文件大小:426884
    • 提供者:王文星
  1. POS

    0下载:
  2. unix环境下的pos机系统,有前台客户端和后台守护进程-unix environment pos machine system, a foreground and background of the client daemon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:135761
    • 提供者:黄成
  1. code

    0下载:
  2. 这是一个代码管理器,做了好长时间了,一边复习考研一边做,速度真的有点慢,呵.后台数据库采用了access,由于时间的原因,程序有很多细节还没处理.(注意:软件默认只支持vc6.0的文件类型,要导入其他类型文件,需设置文件类型)-This is a code manager, made a good long time, while review Kaoyan while doing the speed is really a bit slow, Oh. Back-end database usi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5897674
    • 提供者:沈一枫
  1. Windows-service

    0下载:
  2. 使用C++写后台服务,让C++程序作为服务跑而没有界面-C++ webservice,runing C++ program as no console
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3007
    • 提供者:张大清
  1. runassvc_en

    0下载:
  2. 这是一个应用程序,可以使你写的程序以windows服务方式在后台运行。-This is an application that allows you to write the program as a service running in the background.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:86331
    • 提供者:李荣华
  1. myplayer

    0下载:
  2. 用mplayer后台运行 实现播放视频音频 -mplayer realize play video and music
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1819241
    • 提供者:yyy
  1. guard-2

    0下载:
  2. 个人编写的一个十分好用的函数,可以设置程序成为后台守护进程, 调用十分简单,在程序中调用函数deamon即可,以下是函数原型 int daemon(int nochdir, int noclose) 其中 nochdir 为是否修改当前目录-Individual written a very useful function, you can set the program to become a background daemon, called very sim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5798
    • 提供者:quietojlt
  1. linux-service-deploy

    0下载:
  2. linux服务器安装部署,包括oracle 数据库和后台应用的安装和部署-linux service install and deploy,include oracle and weblogic deploy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5562
    • 提供者:周敏开
  1. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  1. unix-cs-socket

    2下载:
  2. 在Unix/Linux环境下,用Client/Server结构实现;支持多个客户之间的相互交流(公聊,用户名); 工作方式: 服务器程序先在后台运行; 客户端程序通过“网址+端口号”连接到服务器,并根据提示输入用户名(不需验证); -On Unix/Linux environment, using Client/Server architecture to achieve support interaction between multiple customers (t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-30
    • 文件大小:1985
    • 提供者:nick
  1. Unix_base_know

    0下载:
  2. 关于unix基础命令vi使用,在后台环境中vi编辑不可小视。-about unix base speak
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:107261
    • 提供者:lion
  1. ONLINE

    0下载:
  2. UNIX下的信号编程,本例程将信号应用于定时器,在下班时间自动弹出警报。信号技术主要可用于后台定时器,应用范围很广-Signal programming under UNIX, this routine will signal applied to the timer, automatic pop-up alerts during off hours. Signal technology can be used for the timer in the background, a wide ra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1452
    • 提供者:cexo
  1. SQLinjection

    0下载:
  2. C编写的自动SQL注入源码工程,一个远程多线程的,快速猜解某一注入点的后台数据库账户和密码,支持Access、Mssql、Mysql、Oracle数据库猜解。若SQL注入点URL含有多个参数时,需将存在注入的参数换位置到URL末尾,因为本程序代码默认URL最后一个参数存在注入。-Automated SQL injection source projects written in C, a remote multi-threaded, fast-guess the solution of an i
  3. 所属分类:Exploit

    • 发布日期:2015-04-16
    • 文件大小:6439936
    • 提供者:lcs_p
  1. yycmsblog

    0下载:
  2. 这是博客系统,asp语言编写,可以保证网页的安全,并且能够能够及时的从后台更新-This is a blog system, asp language, can guarantee the safety of the web pages, and can in time from the background to the update
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2260725
    • 提供者:剪影饰殇
  1. CIMWatchSvr

    0下载:
  2. 使用VC编写一个后台服务程序,用于监控其他应用是否正常运行。在Windows XP下调试通过-a control programe in vc6,the programe may control whether other app is runing,the app is ok in windows xp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3160228
    • 提供者:lhw
  1. arp

    0下载:
  2. 一个视频解码程序,可以用来支持后台永运运行 -a good analysis progrom,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1628
    • 提供者:张建
  1. wwwscan

    0下载:
  2. 后台网站扫描器,DOS版,简单使用,使用方法 wwwscan.exe www.baidu.com-The background site scanner
  3. 所属分类:Scanner

    • 发布日期:2017-04-08
    • 文件大小:195891
    • 提供者:朴君
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com