CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C语言高级

搜索资源列表

  1. VC++6.0中文版

    3下载:
  2. Visual C++ 6.0,简称VC或者VC6.0,是微软的一款C++编译器,将“高级语言”翻译为“机器语言(低级语言)”的程序。Visual C++是一个功能强大的可视化软件开发工具。自1993年Microsoft公司推出Visual C++1.0后,随着其新版本的不断问世,Visual C++已成为专业程序员进行软件开发的首选工具。虽然微软公司推出了 Visual C++.NET(Visual C++7.0),但它的应用有很大的局限性,只适用于Windows 2000、Windows XP
  3. 所属分类:编译

    • 发布日期:2013-04-22
    • 文件大小:31736040
    • 提供者:2223645008
  1. atmega128

    0下载:
  2. 单片机atmega128的c语言开发,基础+提高+高级。可以给大家参考,学习。很丰富的资料。-Atmega128 microcontroller c language development, basic+ improve+ Advanced. You can give your reference, to learn. Very rich information.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:184859
    • 提供者:lingjun
  1. 21

    0下载:
  2. 使用C语言实现的21点。 (1) 程序中一共有 13 张扑克牌可以随机抽取,大于 10 的点数计半点; (2) 高级玩家可以查看下一张牌,按 H 键,然后要求输入密码,密码正确可以看牌,并决定是否要牌;-BlackJack in C. (A) 13 cards can be randomly selected, card with more than 10 points counted as half jack (B) Press the H key, and then
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2524
    • 提供者:JoyeeCheung
  1. perl

    0下载:
  2. Perl具有高级语言(如C)的强大能力和灵活性。事实上,你将看到,它的许多特性是从C语言中借用来的。 Perl与脚本语言一样,Perl不需要编译器和链接器来运行代码,你要做的只是写出程序并告诉Perl来运行而已。这意味着Perl对于小的编程问题的快速解决方案和为大型事件创建原型来测试潜在的解决方案是十分理想的。-Perl has a high-level language (such as c), power and flexibility. In fact, you will see th
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2094615
    • 提供者:喻进
  1. 51-MCU-shili

    0下载:
  2. (原创【全】) 51单片机C语言程序设计--速学教程实例(入门篇+进阶+高级综合).doc-(Original [full]) 51 Microcontroller C Programming Language- Speed ​ ​ Learning tutorial examples (Beginners+ Advanced+ high-level synthesis). Doc
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:155618
    • 提供者:linzhengbin
  1. CUDA

    0下载:
  2. 这是英伟达公司CUDA语言开发包中最重要的几个源文件。其中cufft是快速傅里叶变换的源文件。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序,C语言是应用最广泛的一种高级编程语言。所编写出的程序于是就可以在支持CUDA™ 的处理器上以超高性能运行。 -CUDA™ is a parallel computing platform and programming model invented
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:63686
    • 提供者:Alen
  1. 12345

    0下载:
  2. C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出。1978后,C语言已先后被移植到大、中、小及微型机上。-C language is a computer programming language. It has a high-level language features, but also has the characteristics of assembly language. It was launc
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:30208
    • 提供者:zhutingyang
  1. 121314

    0下载:
  2. C语言是一种计算机程序设计语言。它既具有高级语言的特点,又具有汇编语言的特点。它由美国贝尔研究所的D.M.Ritchie于1972年推出。1978后,C语言已先后被移植到大、中、小及微型机上。-C language is a computer programming language. It has a high-level language features, but also has the characteristics of assembly language. It was launc
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:23385
    • 提供者:zhutingyang
  1. Cfangkai

    0下载:
  2. C语言则是目前国际上比较流行的计算机高级编程语言之一,因其简洁、使用方便且具备强大的功能而受到编程人员的普遍青睐。-C language is currently the more popular high-level computer programming language, because of its simplicity, ease of use and powerful features have been widely favored by programmers. It is s
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:154776
    • 提供者:wsw
  1. LiunxPC-travel

    0下载:
  2. Linux C一站编程,从C语言基础到网络高级编程,一次搞定-Linux C programming a station from a C to a network-level programming language based, one-stop
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3991291
    • 提供者:胡永涛
  1. Compiler

    0下载:
  2. 是北航的同学都懂,本科最难的一门课,编译原理,独立实现C0文法的编译器,使用C++语言编写。高级难度,生成汇编码。其中还有考试测试文件,供大家测试使用。1006er留。-Northern students is everything, the hardest one undergraduate course, compiler theory, implemented independently C0 grammar compiler, using C++ language. Senior dif
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5468335
    • 提供者:马骏
  1. m11223

    0下载:
  2. 与其它高级语言相比较,MATLAB具有独特的优势:(1) MATLAB是一种跨平台的数学语言。(2) MATLAB是一种超高级语言。MATLAB平台本身是用C语言写成的,所以在编程效率,程序的可读性、可靠性和可移植性上远远超过了常规的高级语言。(3) MATLAB语法简单,编程风格接近数学语言描述,是数学算法开发和验证的最佳工具。(4) MATLAB计算精度很高。与其它语言相比,MATLAB对计算机内存、硬盘空间的要求也是比较高的。-Compared with other high-level
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3441185
    • 提供者:zn
  1. Matlab编程书籍

    0下载:
  2. MATLAB C语言接口,包括编程与具体的例子,MATLAB编程及高级应用,主要讲一些高阶的Matlab编程应用,主要侧重于信号处理与仿真。
  3. 所属分类:开发工具

    • 发布日期:2014-04-08
    • 文件大小:18328129
    • 提供者:f112211
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. ch2Linux

    0下载:
  2. C语言是“中级语言”。它把高级语言的基本结构和语句与低级语言的实用性结合起来。 -C language is "intermediate language." It is the basic structure of practicality and high-level language statements combine with low-level language.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:189282
    • 提供者:陈海金
  1. AES01

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4017
    • 提供者:alien
  1. AES02

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:3723
    • 提供者:alien
  1. AES03

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3904
    • 提供者:alien
  1. AES04

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:Database system

    • 发布日期:2017-04-14
    • 文件大小:3724
    • 提供者:alien
  1. AES05

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, byte transformation sub-module,
  3. 所属分类:SQL Server

    • 发布日期:2017-04-15
    • 文件大小:6138
    • 提供者:alien
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 27 »
搜珍网 www.dssz.com