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

搜索资源列表

  1. DES算法的C++编写实现

    0下载:
  2. DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:生蔡
  1. 数据结构算法与应用-C++语言描述123章

    0下载:
  2. C++的数据结构算法,pdf格式的.这是第一,二,三章.以后的我会陆续传的.-C data structure algorithms, pdf format. This is the first, two, three chapters. Later I will continue to obscure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2350368
    • 提供者:Dwight Wong
  1. C语言的精彩编程百例

    0下载:
  2. C语言开发的精彩例子,相信总能找倒你要用的-C language development brilliant example, I believe we will find you down with the
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:78568
    • 提供者:于秋杰
  1. 谢C++课程设计报告.doc

    0下载:
  2. 这是我花了几周时间做的c++课程设计,希望和大家分享-I spent a few weeks time to do the c + + program design, and we hope to share
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:69142
    • 提供者:平哥
  1. 文件管理系统课程设计C++

    0下载:
  2. 本程序是用VC++下的MFC写的希望对大家有帮助,这也是我在网上辛苦找出来的.请不要见怪>-the procedures used under the VC MFC wrote to the hopes we have to help, This is what I find on the Internet the hard work. please forgive
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1825270
    • 提供者:wang
  1. madxlib-10b2_demo

    0下载:
  2. mad mp3解码dll libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compil
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:98496
    • 提供者:网量
  1. c++俄罗斯方块程序

    0下载:
  2. 俄罗斯方块源代码* 文 件 名: ToyBricks.c * 完成时间: 2001年9月 * 完成地点: 华东地质学院综合楼507机房 * 开发模式: SDK程序 * 开发环境: MS VC++ 6.0 * 作 者: 王岭 * 工作单位: 中国建设银行三水市(广东省)支行 * E - Mail: Mao_jzh@163.com */ /* 备注: * 这是一个简单的俄罗斯方块游戏程序,写程序时没有注释, * 这是我写程序时的一个坏习惯。毕业有半
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5424
    • 提供者:胡洪光
  1. 《visual c++ 数字图像处理》源代码

    0下载:
  2. visual c++ 数字图像处理的源代码,我已经自己编译运行过了-visual c digital image processing of source code, compile it, I had a run-off
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6434926
    • 提供者:ke
  1. C++builder 俄罗斯方块

    0下载:
  2. 这是我写的一个c++builder的一个俄罗斯方块的原代码,只要装了c++ buider就可直接运行和调试,是我大学时候写的,我的联系方式是qq:9577287-This is the one I wrote c builder of a Rubik's cube of the original code, if installed c buider can go directly to the operation and debugging, when I wrote the univ
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:306619
    • 提供者:田晶昌
  1. 黄国兴(C源程序代码)

    0下载:
  2. 数据结构——黄国兴(C源程序代码)其实我也是从网上搜集起来的-data structure -- Wong Kwok-hing (C source code) I also collected from the Internet up
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:255948
    • 提供者:幽默狐狸
  1. Ado 实现C++对象的存取

    0下载:
  2. 其实我最讨厌写东西了,最近忙死了,呵呵,前一段时间在做一个图形程序时,需要把C++对象保存到数据库里,刚开始真让我头疼啊,琢磨了一个下午,终于给做出来了,废话不说了,还是把自己的一些体会与各位同任一起分享!!!! -Actually, I was the most disgusting things, the recent Mangsi, huh, some time ago to do a graphics program, the need to preserve C object da
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:60599
    • 提供者:lf
  1. C语言难点分析整理

    0下载:
  2. 这篇文章主要是介绍一些在复习C语言的过程中笔者个人认为比较重点的地方,较好的掌握这些重点会使对C的运用更加得心应手。此外会包括一些细节、易错的地方。涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。一些最基本的概念在此就不多作解释了,仅希望能有只言片语给同是C语言初学者的学习和上机过程提供一点点的帮助。 -this article is to introduce some major review of the C language in the process
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6910
    • 提供者:赵东生
  1. WaterMark(VB.net)

    1下载:
  2. 一个ASP.net给上传图片加水印的程序,网上有C#版的,本人习惯用VB.net所以就做了一个VB.net版的,您有什么疑问请发送邮件到Nick4@tom.com-an ASP.net upload pictures to increase watermarking process, the Internet version of C#, I used to VB.net done so on a VB.net edition, What is your question please send
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:174254
    • 提供者:严臣
  1. Visual C++实践与提高-数据库篇

    0下载:
  2. Visual C++实践与提高-数据库篇这本书的配套光盘,希望对大家有帮助。-Visual C Practice and improve-database chapter of this book matching CD, and I hope to be helpful.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1746067
    • 提供者:黄晓伟
  1. C++中的中断处理创建一个内存驻留程序

    0下载:
  2. 用C++语言写的一个中断处理,创建内存驻留程序,有问题与我联系-using the C language to write an interrupt handling, the presence of established procedures memory, I have problems with the links
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:150569
    • 提供者:苗嘉
  1. C操作Excel表格

    1下载:
  2. 最近因为需要学习了一下使用C#操作Excel表格,现在把我使用C#如何定制表格的过程提供给需要的兄弟:-recently because of the need to learn about the use of C# operation Excel spreadsheet, now I use C# how to customize forms to the process of brothers :
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张明
  1. C和VB下实现CRC算法

    0下载:
  2. 用C和VB语言实现MODBUS协议中的CRC算法,我已经使用过,效果挺好.-C and VB language MODBUS agreement CRC algorithm, I have used, the effect is very good.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4123
    • 提供者:谢飞林
  1. RS232串口通信编程(C++Builder)

    1下载:
  2. RS232串口通信编程(C++Builder),也是一个好东西,用它写串口程序是最快的,请大家放心下载。有什么问题找我!我一直在用!-RS232 serial communication programming (C Builder), which was a good thing, use it to write serial procedure is the fastest, please rest assured download. What is the problem for me!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4582
    • 提供者:胡显辉
  1. C语言图像处理方法

    1下载:
  2. 图像处理c语言程序,是我精心寻找的,希望大家给个面子-image processing procedures c language, I find the well, we hope to face 000
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2704
    • 提供者:李天
  1. pcf8563(c)

    1下载:
  2. PCF8563时钟芯片的C语言应用事例,这是我成功使用过的。-PCF8563 clock chip C language application examples, which I successfully used before.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:3565
    • 提供者:陶日然
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com