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

搜索资源列表

  1. Accelerated C++

    0下载:
  2. 这是Accelerated C++的配套源码,由于没有相关选项,我就将类型选为其他-This is accompanied source code of \"Accelerated C++\". I can not find proper type of this code, so I choose \"other\".
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:386643
    • 提供者:舒海林
  1. c++funDEMO

    0下载:
  2. 很好的 关于C++的例子 我想你要是可以把上面的例子都做好了 看明白了 关于函数指针这一部分你应该学的很好了 -good example of C I think if you can put the above examples can understand well on the function pointer This part you should learn a very good
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:106309
    • 提供者:刘国伟
  1. 备份数据库(C#)

    0下载:
  2. //取指定数据库列表 if ( txtDbName.Text =="" || txtUserName.Text == "" || txtPwd.Text == "") { MessageBox.Show("数据库,用户,密码不能为空!!", "操作错误", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); } else { ArrayList lst = baks.GetDbList(txtDbName.Text,txtUserName.Tex
  3. 所属分类:C#编程

    • 发布日期:2011-02-15
    • 文件大小:288752
    • 提供者:efsoft@sohu.com
  1. freescale MC9S12XEP100开发板DEMO C语言源程序

    2下载:
  2. freescale MC9S12XEP100开发板DEMO C语言源程序。内含:串口收发程序,I/O口应用程序,模数转换程序,以及初始化等单片机入门应用。是freescale 9S12XE系列单片机入门难得的好资料。,freescale MC9S12XEP100 development board DEMO C language source code. Includes: serial transceiver procedures, I/O port applications, analog-
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-21
    • 文件大小:156816
    • 提供者:yanghq
  1. C语言编译器的实现

    6下载:
  2. 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-03-18
    • 文件大小:2843
    • 提供者:zhx
  1. c sharp 系统学习

    0下载:
  2. 系统的C sharp 学习资料 主要是基础的东西 也有一个套接字的事例 我就是从这儿开始的-the C sharp learning information is mainly based on the things have a socket examples I was here from the beginning
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:133676
    • 提供者:小静
  1. C++speech

    0下载:
  2. 使用c++自己编写的关于语音识别技术的一个源程序,目的在于互相帮助提高-Use c++ I have written on the voice recognition technology, a source program aimed at helping each other improve
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:4447
    • 提供者:李正
  1. linux-c-function

    0下载:
  2. linux函数大全,所有linux、unix函数竟在其中,值得收藏!本人收集得宝贝啊!-linux function Guinness, all linux, unix function even in which, it is worth collection! I collected baby ah!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:216150
    • 提供者:zzc
  1. lcd.c

    0下载:
  2. PIC 中关于LCD的操作,我希望对大家一定有些帮助.-PIC in the operation on the LCD, I hope all of you will certainly be helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1568
    • 提供者:chen
  1. PWM.c

    1下载:
  2. PIC 中关于PWM的操作,我希望对大家一定有些帮助.-PIC on PWM operation, I hope all of you will certainly be helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1840
    • 提供者:chen
  1. C

    0下载:
  2. c/c++的面试经典题型,相信对找工作的同学一定有帮助。我也是通过好好学习这些题,在笔试中顺利通过的-c/c++ classic interview questions, I believe students looking for work will certainly be helpful. I am also through to learn these questions, in the written test in the smooth passage of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:255619
    • 提供者:朱涛
  1. C-program

    0下载:
  2. 我正在学习C编程,传上自己做的C程序练习题,绝大部分是正确的,只有个别题有点问题,正在学习改进中。不足之处请指教,谢谢。-I was learning C programming, Chuan-C on its own procedures to do exercises, the majority is correct, the only individual title is something wrong, are learning improvements. Please advice
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:132111
    • 提供者:安宇红
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. pca9535dio.c

    0下载:
  2. 使用PCA9535芯片作数字输入/输出端口的驱动程序,支持异步通知功能。-PCA9535 chips used for digital I/O port drivers, support for asynchronous notifications.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2806
    • 提供者:xuhuashan
  1. c

    0下载:
  2. 一个用c#编写的记事本,适合初学者用作熟悉c#之用。希望对大家有点帮助!-C# 1, prepared with notebook, suitable for beginners familiar with using the c#. I hope all of you a little help!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:176658
    • 提供者:张印泽
  1. data-structure-the-c-language(yanweimin)

    0下载:
  2. 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7540904
    • 提供者:林周
  1. ZigBee2004_UART0

    0下载:
  2. 语言为C语言,开发环境为IAR.ZigBee2004协议UART0中断的源码程序,加了部分注释。-Language for C language development environment for the UART0 interrupt IAR.ZigBee2004 source protocol procedures, add some comments.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:751078
    • 提供者:郭宇峰
  1. i.MX53_EVK_Linux_BSP_UserGuide

    0下载:
  2. 飞思卡尔A9的使用手册i.MX53_EVK_Linux_BSP_UserGuide.pdf
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:206774
    • 提供者:awerwe
  1. C之灵魂_指针

    0下载:
  2. 指针对C语言的重要性不言而喻,它是C的灵魂,我将指针和数组比作习武之人的任督二脉,如果学习C语言之人一旦将其二脉打通,那么对C语言的理解和使用就犹如内功层次的提升,跟表面的花架子将不再同一档次。(The pointer on the importance of the C language it is self-evident, it is the soul of C, I will be two big puleses compared to the pointer and array mar
  3. 所属分类:DSP编程

    • 发布日期:2017-12-18
    • 文件大小:83968
    • 提供者:222222
  1. nrtps_schedule

    5下载:
  2. 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Impleme
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com