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

搜索资源列表

  1. dm6446uboot

    0下载:
  2. 此為TI dm6446 EVM board 上的Uboot專案,他是放在linux下編譯的,但得先裝置好你的cross compiler,編譯後即可以使用-This is uboot project on the TI dm6446 EVM board, it was placed under linux compiler, but you must first installed the cross compiler, the compiled binary can be used after
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5803963
    • 提供者:mingkuang tsai
  1. A-Simple-Shell

    4下载:
  2. Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:111692
    • 提供者:sy
  1. zwc319-20121012231632-tsh.tar

    1下载:
  2. A tiny shell in C project in OS
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-10
    • 文件大小:9216
    • 提供者:rusty
  1. crypto41

    0下载:
  2. 一个DES,RSA,MD5,RC4等加密算法的源码-A DES, RSA, MD5, RC4 encryption algorithm, such as the source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:500388
    • 提供者:站长
  1. ict010

    0下载:
  2. Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console game
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:70018
    • 提供者:马力
  1. myssh

    0下载:
  2. 一个SSH做的项目例子 是一个学习SSH值得借鉴-SSH to do a project example is worth learning a learning SSH
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:45861
    • 提供者:staot
  1. make_xiangjie

    0下载:
  2. Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境下使用GNU 的make工具能够比较容易的构建一个属于你自己的工程,整个工程的编译只需要一个命令就可以完成编译、连接以至于最后的执行。不过这需要我们投入一些时间去完成一个或者多个称之为Makefile文件的编写。此文件正是make正常工作的基础。-Linux environment will not be used if the prog
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:127335
    • 提供者:benter
  1. 3DES

    0下载:
  2. 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6949
    • 提供者:magicliao
  1. project

    0下载:
  2. 完整可运行的DES3层加解密程序,是个妹妹写的毕业论文程序,完全自己写的,毕业生这下好了,网上是找不到的-Complete operational DES3 layer encryption and decryption procedures, is a sister of the thesis writing process, completely wrote it myself, graduates under this Well, is not found online
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:45921
    • 提供者:zhengke
  1. pcm

    0下载:
  2. Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后 #qmake pcm.pro生成Makefile,然后 #make 最后 #./pcm 执行 注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1249
    • 提供者:wujiaping
  1. links-2.2

    0下载:
  2. ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scr ipts. It is quite portable and runs on a variety of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4990739
    • 提供者:test
  1. LinuxDeviceDriver

    0下载:
  2. 我们同事写的linux 2.6 驱动设计模型,结合一个实际的项目,对总线、设备和驱动程序作了详细的讲解,非常有参考价值。-Our colleagues to write the linux 2.6 model-driven design, combined with a practical project, on the bus, equipment and driver made in detail, very good reference material.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:88597
    • 提供者:hzh007
  1. des

    0下载:
  2. 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7016
    • 提供者:ai ai
  1. SHA1_in_C++

    0下载:
  2. 用C++实现了一个SHA1的类,可直接加入工程中使用,也可作为应用参考。-With C++ Achieve a SHA1 class, can be directly used to join the project, the application can also be used as reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4382
    • 提供者:yuvmen
  1. Edit_ini

    0下载:
  2. 本压缩包内含有控件的所有代码以及一个事例程序。 包含在一个工程中,也就是说在事例中使用的是内部控件。 如果需要,您可以把那个控件文件单独拿出来生成一个ocx控件来使用。 -The compressed packet contains all the control code and an example of the procedure. Included in a project, that is used in the examples of internal con
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:3674
    • 提供者:www
  1. Registry.Clean.Expert_v4.63

    0下载:
  2. 注册表清除专家v4.63 .扫描Windows注册表并且在注册表内找到错误或者过时的讯息。 .修正Windows注册表内过时的讯息和增进你的Windows效能。 .备份Windows注册表。 .从以前备份恢复Windows注册表。 .当Windows开始时管理Windows的系统进程。 .除去隐藏在你的开始项目和BHOs里的间谍程式,广告程式和特洛伊木马程式。 .保护隐私的内置踪迹橡皮擦。 支持 Windows Vista, XP, 2003, 2
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2815315
    • 提供者:maxmas
  1. MD5

    0下载:
  2. MD5加密算法,java工程-MD5 encryption algorithm, java project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2822013
    • 提供者:mathew
  1. DepotManagementSystem

    0下载:
  2. 项目要求:1. 仓库基本信息的输入。 2. 按仓库名称查询仓库的基本信息。 3. 对报废的仓库信息进行删除。 4. 根据仓库名称修改仓库信息。 5. 显示全部仓库记录。 6. 按仓库名称从小到大显示记录。 7. 按仓库面积由大到小的顺序显示 -The project s requirements: 1. Warehouses basic information input. 2. By the name of inquiries warehouse storage
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:24070
    • 提供者:benny
  1. chatroom.tar

    0下载:
  2. 基于Linux的网络聊天室 开发环境:Ubuntu7.04操作系统 项目描述:该项目为基于C/S架构的局域网聊天工具,用户可以注册、登录、群聊、私聊、隐身、保存聊天记录。管理员可以禁止用户发言和把用户踢出聊天室。 服务器端保存了所有用户的信息和聊天记录。-Linux-based development environment for Internet Relay Chat: Ubuntu7.04 operating system Project Descr iption: The
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1843557
    • 提供者:hh
  1. crc

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2399444
    • 提供者:梁健
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com