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

搜索资源列表

  1. image-c-sharp

    0下载:
  2. 用c#制作超酷的图像效果。绝对经典,值得好好学习!-using c# language to make image
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:666704
    • 提供者:孙孝轩
  1. c

    0下载:
  2. c语言中指针和结构进行编程,并涉及到一定的文件知识。对于复习c语言知识很有帮助!-c language pointers and structure of the programming, and involves knowledge of a certain file. For refresher c language knowledge very helpful!
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:7229
    • 提供者:林丹
  1. c

    0下载:
  2. c++面向对象编程实例,模仿并实现电梯系统的运行-c++ object-oriented programming examples to imitate and implement the operation of elevator systems
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1485195
    • 提供者:李青山
  1. json-c-0.9.tar

    0下载:
  2. JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使J
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:340953
    • 提供者:gbios
  1. C

    0下载:
  2. C语言实现Socket编程 C programming language implementation Socket-C programming language implementation Socket
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:6140
    • 提供者:longfnb
  1. SMTP.c

    0下载:
  2. smtp using c and wavecom module
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:3082
    • 提供者:mangesh
  1. c-sharp-sample

    0下载:
  2. 使用C#开发的聊天平台,简单小例子,小程序!-small program
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:99275
    • 提供者:guo
  1. c-leaf

    0下载:
  2. c语言做的叶子程序,在一定范围内,随即生成一定大小,形状,颜色等信息的叶片-c language program to do the leaves, in a certain range, then generate a certain size, shape, color and other information leaves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:32903
    • 提供者:邱立富
  1. c

    0下载:
  2. 运用c语言开发,结构体、学生学好、姓名、成绩1,成绩2,成绩3,成绩4,并按平均成绩排列输出。-Using c language development, structure, students learn, name, score 1, score 2, score 3, score 4, arranged according to grade point average output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1369
    • 提供者:rain
  1. Socket

    0下载:
  2. C#语言 用套接字做的即时聊天 谢谢下载 上传限制好大 -C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#C#
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:49807
    • 提供者:杜元魁
  1. 788f-c

    0下载:
  2. 俄罗斯方块,基于控制台编写的,采用c、c++,里面既有数据结构的知识,又有算法的内容,还有键盘编程知识,唯独遗憾的是当时没有加入鼠标操作。否则这个例子是所有先手入门的经典案例!!! /*游戏 俄罗斯方块 源码 c c++ 算法 数据结构 键盘编程 控制台*/ -Tetris, written on the console, using c, c++, which both data structures, but also the content of the algorithm, as w
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:24775
    • 提供者:蒋亮
  1. C

    0下载:
  2. 微软自带计算器标准,日文版C#小型计算器,有加减乘除功能,程序繁冗,界面精致-Microsoft' s own standard calculator, the Japanese version C# small calculators, multiplication and division with addition and subtraction functions, procedures burdensome, interface refinement
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:3748
    • 提供者:nhjskvh
  1. xerces-c-3.1.1.tar

    0下载:
  2. Xerces-C++是一个非常健壮的 XML 解析器,其提供的两种解析XML文档的方法,DOM和SAX。SAX是一个面向事件的编程API.一个解析引擎消耗XML序列数据,并在发现进来的XML数据的结构时回调应用程序,这些回调称为事件句柄.与SAX不同,它允许对XML文档进行编辑并保存为一个文件或者流,还允许以编程的方式构建一个XML文档.DOM提供了一个内存中的模型,你可以遍历文档树,删除节点或者嫁接新节点.与解析的SAX事件不同,DOM事件反映出用户与文档的互动以及使用文档的改变.总的来说,S
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-17
    • 文件大小:5051308
    • 提供者:coldwater
  1. c-md2

    0下载:
  2. c/c++编写Md2加密算法,数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理,使其成为不可读的一段代码,通常称为“密文”,使其只能在输入相应的密钥之后才能显示出本来内容,通过这样的途径来达到保护数据不被非法人窃取、阅读的目的。 该过程的逆过程为解密,即将该编码信息转化为其原来数据的过程。-c/c++ write Md2 encryption algorithm, data encryption, the basic process is to express the origi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2670
    • 提供者:jason
  1. c

    0下载:
  2. C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:236708
    • 提供者:御风
  1. C-Decompiler

    1下载:
  2. boland c language decompiler
  3. 所属分类:Compiler program

    • 发布日期:2016-01-09
    • 文件大小:22268928
    • 提供者:cmkim
  1. C..GUI_programmingwith_Qt_4

    0下载:
  2. C++GUI+programming+with+Qt+4这本书上的所有例子的代码,很全-C++ GUI+ programming+ with+ Qt+4 all the examples on the book' s code, it is all
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:949074
    • 提供者:cf
  1. C

    0下载:
  2. C专家编程,科学的讲解怎么样用C语言编程,是学习C语言不错的书籍资料-C programming experts, scientific language to explain how to use the C programming language is a good book to learn C data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7600620
    • 提供者:
  1. Stepper.motor.machine.c

    0下载:
  2. 步进电机该机c编程设计代码Stepper motor machine code c Programming -Stepper motor machine code c Programming
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:17895
    • 提供者:lucuu
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com