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

搜索资源列表

  1. DES

    0下载:
  2. 对密码学的学习后,基于c语言写的DES算法。-After the study of cryptography, based on DES algorithm is written in c language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:226055
    • 提供者:hbhb
  1. IFS_Source

    0下载:
  2. 用C开发的网络文件系统,很适合C语言的学习,以及文件系统的开发参考-Developed using C network file system, it is suitable for C language, learning, and the development of reference to the file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:137369
    • 提供者:李青
  1. c_plus_plus_gui_programming_with_qt_4_2nd_edition.

    0下载:
  2. qt 学习 c++ 语言 参考 书籍 简单 易学 实用 qt 学习 c++ 语言 参考 书籍 简单 易学 实用-qt study
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14152352
    • 提供者:gaogao
  1. LuaCombineVc

    0下载:
  2. Lua语言以其卓越的可扩展性、简单、高效率和与平台无关性在游戏领域得到广泛应用。今天花了一些时间学习VC和Lua如何混合开发,编写了一个小例程,和大家分享一下这方面的经验。-Lua language for its excellent scalability, simple, efficient and platform-independent nature of the field has been widely used in the game. Spent some time today
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:3318159
    • 提供者:朱小明
  1. 2_Encode

    0下载:
  2. c语言入门程序学习。数组的应用:加密一个文本文件-c language learning program started. Array of applications: encrypted a text file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:177710
    • 提供者:software
  1. 3_Decode

    0下载:
  2. c语言入门学习程序。数组的应用:解密一个文本文件-c language learning process started. Array of applications: to decrypt a text file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:177101
    • 提供者:software
  1. CBC

    0下载:
  2. 用C语言编写的CBC加密算法,十分清晰简洁,适合初学者学习尝试。-Written in C language with CBC encryption algorithm, is very clear and concise, suitable for beginners trying to learn.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:173362
    • 提供者:amber
  1. linuxnetwork

    0下载:
  2. Linux下多进程与使用网络实现远程通信的例子,将网络通信与多进程程序开发相结合,对于学习linux下的C语言开发很有帮助。-Linux, multi-process and use the example telecommunications network, the network communications and more integrated program development process, for learning the C language development un
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1926
    • 提供者:wbwang
  1. AnIntroductiontoGCC

    0下载:
  2. An+Introduction+to+GCC,学习linux下C语言编程的学习资料,包含了源代码-An+ Introduction+ to+ GCC, learning linux C programming language under the learning materials, including the source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:720535
    • 提供者:李天
  1. cprogramingunderLinuxoperationsystem

    0下载:
  2. Linux操作系统下C语言编程入门,教你轻松学习Linux下c编程,本书通俗易懂,欢迎下载阅读!-c programing under Linux operation system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:512406
    • 提供者:方玲玲
  1. DES

    0下载:
  2. 用C语言写的DES加密算法,可以自由设置密钥,适合加密算法学习-Written in C language using DES encryption algorithm, can freely set the key, encryption algorithm for learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:175324
    • 提供者:白杰
  1. Linux_c

    0下载:
  2. linux下学习C语言编程的一些入门程序-linux C programming language to learn some entry procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:38969
    • 提供者:twang
  1. des

    0下载:
  2. DES加密的c语言实现,对学习DES算法很有帮助哦-DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3847
    • 提供者:刘振
  1. C_time_summary

    0下载:
  2. 集所有的c环境下,各种时间函数的总结,是一个学习c语言的不错帮手-Set all of the c environment, a summary of the various time functions, is a good helper to learn c language! ! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:8733
    • 提供者:侯玉鑫
  1. DES_in_C

    0下载:
  2. des加密算法的C语言实现,是学习C语言的非常好的例子-des encryption algorithm C language, is learning a very good example of C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:37685
    • 提供者:许烈
  1. DES

    0下载:
  2. des加密解密算法,利用C#语言写的,可以参考下,相互学习-des encryption and decryption algorithms, written using C# language, can refer to learn from each other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1904114
    • 提供者:gkn2008
  1. cforlinux

    0下载:
  2. linux下C语言编程基础,可供学习linux下编程的者提供一个入门教程。-Under the C language programming linux foundation for learning linux programming provided under a Tutorial.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:7159
    • 提供者:jianyou
  1. LinuxC

    0下载:
  2. c语言各种函数的用法,很适合在windows平台和linux平台下学习的用户使用。-c language usage of various functions, it is suitable for windows platform and linux platform for users to learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:5092433
    • 提供者:廖鑫泉
  1. linuxandc

    0下载:
  2. 主要是学习linux操作系统的课件和一些c语言的源代码,这些都可以在linux和windows下使用;-Linux operating system is mainly learning courseware and some c language source code, which can be used in linux and windows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9587003
    • 提供者:廖鑫泉
  1. LinuxC

    0下载:
  2. 简要介绍一下什么是Linux,C语言的特点,程序开发的预备知识,Linux下C语言开发的环境,程序设计的特点和原则以及编码风格等。通过本章的学习,可以对在Linux下使用C语言编程有一个基本的了解。-A brief overview of what is Linux, C language features, prior knowledge of program development, Linux development environment under the C language, pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:105899
    • 提供者:秋田
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com