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

搜索资源列表

  1. VirtualEmployee

    0下载:
  2. 一个小程序 为了练习C++ 和 面向对象的编程规范 入门机-A small program to practice C++ and object-oriented programming in entry-level specification
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:676
    • 提供者:luxiaochen
  1. lift

    0下载:
  2. 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。-The use of " data structures" course knowledge is difficult to complete a comprehensive design of the subject, using C/C++ language programming, and design specification to repor
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2201
    • 提供者:Julian
  1. Server

    0下载:
  2. Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Microsoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。 -Windows Sockets specification to the University of UC Berkeley' s BSD U
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:264079
    • 提供者:Jake
  1. mysever-client

    1下载:
  2. 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-07-03
    • 文件大小:3506
    • 提供者:杨子坤
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

  1. C_sharp

    0下载:
  2. 完整全面的讲解了C# 3.0 版的语言规范,是学习规范编程的参考书。-Complete and comprehensive explanation of the C# 3.0 version of the language specification, a reference book for learning standard programming.
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3190231
    • 提供者:liup
  1. c_Microsoft_software_design_code_specifications.ra

    0下载:
  2. c语言编程c微软软件设计代码规范c Microsoft software design code specifications-c language programming c code for Microsoft software design specification c Microsoft software design code specifications
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:21624
    • 提供者:jj
  1. The-CPP-Standard-Library

    0下载:
  2.   C++ 标准程序库提供一组通用类别(classes)和接口(interfaces),可大幅扩充 C++ 核心语言。由于程序库本身并不容易,为了完整运用其组件并从其强大的威力中获得帮助,你需要一份完善的资源,而非一份仅仅陈列类和函数的普通文档。     《The C++ Standard Library》(中文版《C++ 标准程序库》)不仅对每一个程序库组件提供范围广泛的说明,也对繁杂的感念提供清楚明亮的解释,并描述高效运用这些组件时需要的实际编程细节,提出一个又一个的范例程序。
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17152253
    • 提供者:qzq
  1. ICTCLAS5.0

    0下载:
  2. 中文分词软件编程接口说明,很详细很详细。C++,C#,JAVA-Chinese word segmentation software programming interface specification, in detail
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:44894
    • 提供者:huangfei
  1. mimasuo

    0下载:
  2. 51单片机,用C语言写的密码锁程序包含键盘扫描,LCD输出显示,密码比队,报警输出,定时器等等很多功能主要是文档的书写格式很规范,是初学嵌入式程序编写人员的很好的参考资料 -51 MCU includes keyboard scanning, LCD output display the password than the team, alarm output, timers, and so many features, document writing format specification
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:yuan
  1. Luminji.Improve

    0下载:
  2. 《编写高质量代码:改善C#程序的157个建议》是C#程序员进阶修炼的必读之作,包含的全部都是C#编码的最佳实践,从语言本身、程序的设计和架构、编码规范和编程习惯等三大方面对C#程序员遇到的经典问题给出了经验性的解决方案,为C#程序员如何编写更高质量的C#代码提供了157条极为宝贵的建议。对于每一个问题,不仅以建议的方式给出了被实践证明为十分优秀的解决方案,而且还给出了经常被误用或被错误理解的不好的解决方案,从正反两个方面进行了分析和对比。-To write high-quality code:
  3. 所属分类:source in ebook

    • 发布日期:2017-12-06
    • 文件大小:1901854
    • 提供者:hscbd
  1. VCThreadSample

    0下载:
  2. Visual c++6.0多线程编程实例。该实例编写规范,可以用来作为多线程程序的编写模板,用处很大。-Visual c++6.0 multithreaded programming examples. The instance specification preparation, can be used as a template to write multithreaded program, has proved very useful.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1886547
    • 提供者:cyouseki
  1. dynamic-moving-of-CPP

    0下载:
  2. 该程序简单的用C++语言实现了醉汉随机游动问题,包含了一些基本的C++语言的语法规范以及编程格式,C++初学者可以从中学到比较规范的编程思路,可供参考-The procedure is simple with the C++ language to implement the random walk drunk problems, including some basic C++ syntax and programming format specification language, C++
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:36578
    • 提供者:项鹏
  1. EEA3_EIA3_specification_v1_7

    0下载:
  2. The normative part of the specification of the 128-EEA3 (confidentiality) and 128-EIA3 (integrity) algorithms is in the main body of this document. The annexes to this document are purely informative, and contain implementation program listings of th
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:558600
    • 提供者:ulvpshk
  1. sy4

    0下载:
  2. WinInet实现FTP客户端 实验内容: 1.写出完整的软件需求说明书。 2.开发FTP的客户端。 3.完成在局域网内的测试,并记录测试结果。 本实验涵盖了C/S体系结构和Socket编程。通过本实验深入地了解FTP的工作原理以及服务器端和客户端的工作流程,学习Socket在网络编程中的各种应用,掌握WinInet的套接字编程。 -WinInet FTP client experimental realization: 1. Write a complete softw
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-09
    • 文件大小:16084836
    • 提供者:mikko_just
  1. xhglq_v1.0

    0下载:
  2. 菜单功能: 1、高通滤波器(类SignalFilterPassHigh,实现了接口ISignalFilter的所有方法)和低通滤波器(类SignalFilterPassLow,实现了接口ISignalFilter的所有方法)都有滤波功能(接口ISignalFilter定义了滤波器的功能:输入一组整数,滤波后输入另一组整数)。 2、用户选择不同的滤波器,程序生成对应滤波器的接口实例,直接使用接口方法即可。 3、总结接口的作用: (1)规范编程行为,如定义的滤波器的功能。 (2)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:51144
    • 提供者:bmpudn84
  1. Bash-Shell

    0下载:
  2. UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、 C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell 等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编 程是很难的, 一般也没有必要。 学习 shel
  3. 所属分类:Shell api

    • 发布日期:2017-05-04
    • 文件大小:115517
    • 提供者:jin
  1. HUAWEI_C_Standard

    0下载:
  2. 华为C语言编程规范!!! 写一手漂亮规范的代码,不仅仅是观赏性高,更多的是体现一个人有在大公司就职的履历-HUAWEI C programming language specification!!! Write a code of good specification, not only to watch the high, more is to reflect a person has a big company in the inauguration of the experienc
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:835030
    • 提供者:薛冰
  1. Vector_CCP

    0下载:
  2. Vector的CCP协议源代码实现的样例和文档。(File CCP.ZIP: CCP Driver Sourcecode: CCP.C CCP 2.1 Driver ANSI-C Source CCP.H CCP 2.1 Driver Include File CCPPAR.H Include File for customizing CCP.C Documentation: DOC\ CCP21.PDF ASAM CCP 2.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-18
    • 文件大小:2953216
    • 提供者:jjs008
  1. CodingStyle

    0下载:
  2. C language programming specification
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:12288
    • 提供者:落洛350
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com