CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - C 代码

搜索资源列表

  1. Notebook

    0下载:
  2. 自己写的记事本C#代码,仅供参考交流学习,代码不全,欢迎指正-Notepad to write their own C# code, for reference only exchange study incomplete code, please correct me
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:700525
    • 提供者:niekouzhun
  1. Standard-C-programming-rule

    0下载:
  2. c语言编程规范,对于养成良好的编程习惯,编写出规范的代码非常有用!-c programming language specifications, develop good programming habits, preparation of specification code is very useful!
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:8287
    • 提供者:李力
  1. Guide-For-HighQuality-CPP-Code

    0下载:
  2. 本文主要阐述了如何编写高质量的C++代码,平时写代码不够漂亮的可以参考一下~-This article focuses on how to write high-quality C++ code, usually written code is not pretty enough reference to
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:261645
    • 提供者:吴立彬
  1. Common-C-Sharp-code

    0下载:
  2. C#常用代码 Common C # code 程序员初学者多多学习-Common C# code
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:39994
    • 提供者:钟嘉明
  1. mian

    0下载:
  2. 一个可用空间表的C++代码,并带一个测试函数。-The next available the space table C++ code with a test function.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-27
    • 文件大小:1040
    • 提供者:胡伟
  1. linux-irq.c

    0下载:
  2. Linux-irq.c是关于Linux 中断的代码-It is Linux-irq.c
  3. 所属分类:Document

    • 发布日期:2017-12-03
    • 文件大小:30861
    • 提供者:姚德智
  1. Objective-C-Tutorial.rar

    0下载:
  2. 学习Objective-C的很好的参考书,书中介绍了初学者开始需要掌握的代码。,A good reference book to learn Objective-C, junior beginners master code.
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:53353472
    • 提供者:shindow
  1. Lua-language

    0下载:
  2. Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。-Lua scr ipts can easily the C/C++ code calls can also turn calls the C/C++ function, which makes Lua can be widely used in the application. N
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:143839
    • 提供者:陈某某
  1. optimization_manuals

    0下载:
  2. c++代码优化书籍。 -c++ code optimization books. c++ code optimization books.
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:3551099
    • 提供者:jamesmf
  1. Matlab-cPP

    0下载:
  2. ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:145898
    • 提供者:学文
  1. matlab-C

    0下载:
  2. 熟悉如何将matlab中的函数转化为C语言,的基本方法与操作代码-Familiar with matlab function into C language, the basic methods of operation code
  3. 所属分类:File Formats

    • 发布日期:2017-03-21
    • 文件大小:12661
    • 提供者:李凤
  1. Linux-C-

    0下载:
  2. 本书共分为6篇,循序渐进地讲述了linux环境下的c语言编程技术,从基本概念到具体实践、从系统函数接口的认识到具体操作都进行了详细的阐述,并对具体知识点进行了详细的实例讲解。..   本书的特点是详细介绍了linux的系统接口函数、linux的编程环境以及c语言程序开发的辅助技术。本书通过大量实例,详细描述了linux系统提供的系统函数接口,以及代码编写技巧,以方便读者实践。本书适合想全面学习linux环境下c语言编程的读者,并可作为开发人员的参考手册。-The book is divide
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:3744755
    • 提供者:zhj
  1. Prime-factors

    0下载:
  2. 用C代码编写的分解质因数的程序,比较简短,正常作业类型-Decomposition of the prime factors of the program, written in C code is relatively brief, normal job type
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:617
    • 提供者:柠羽
  1. Gauss_Seidel-Algorithm

    0下载:
  2. 高斯赛尔德算法,迭代求解线性矩阵,包含完整C代码-Gauss_Seidel Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:361706
    • 提供者:yuanhang
  1. Bisection_Newton

    0下载:
  2. 二分-牛顿算法,解初等函数方程,包含完整C代码-Bisection_Newton Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1424
    • 提供者:yuanhang
  1. C

    0下载:
  2. 面试中经常遇见的C语言中100个经典算法代码实现-100 classical algorithm code implements often encountered in the C language in the interview
  3. 所属分类:Project Manage

    • 发布日期:2017-12-05
    • 文件大小:134793
    • 提供者:大头
  1. c

    0下载:
  2. 一个简单的四则运算包括加减乘除,没有其他代码对于初学者很有意义-A simple four operations include addition, subtraction, multiplication and division, there is no other code makes sense for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:5119
    • 提供者:王海
  1. BeautifulCoder

    0下载:
  2. 数据结构的C代码实现,很多都是解决实际生活中问题,用自己的手敲出来,实现他们也是一种乐趣。里面跟多讲的是方法,当然,代码也没有漏掉!-C code implementation of the data structure, many of which are to solve real life problems, with his hand to knock them out, they are also a fun. Inside with speak, of course, the cod
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:5082608
    • 提供者:何云勇
  1. C

    0下载:
  2. 用C语言实现学生成绩管理系统的试验知道书,包括代码和实验结果-Student achievement management system using C language test to know the book, including code and experimental results
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:117221
    • 提供者:lili
  1. C-SIMILIARTY

    0下载:
  2. VC平台上开发检测代码相似度的系统,主要用于C源程序代码的检测-VC platform to develop code similarity detection systems, primarily for the detection of C source code
  3. 所属分类:Project Design

    • 发布日期:2017-11-05
    • 文件大小:4439504
    • 提供者:郑天翔
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 39 »
搜珍网 www.dssz.com