CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 其他小程序

资源列表

« 1 2 ... .98 .99 .00 .01 .02 18603.04 .05 .06 .07 .08 ... 19301 »
  1. BCD.~(2).SCHDOC.Zip

    0下载:
  2. 这是二进制计数器的一部分程序,大家也可以在AD上面看。-This is part of binary counter procedures, we can also see AD above.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2.92kb
    • 提供者:何凯
  1. THPLC-D

    0下载:
  2. THPLC-D型变频器调试说明 1、THPLC-D是在THPLC-C的基础上升级开发的,其主要区别是:变频器控制电机部分取代了继电器控制电机部分。其它的没有变动,所以大部分程序都沿用了THPLC-C的程序,只是添加开发了变频器的样例程序。 2、变频器的样例程序存放在bianpintontxun文件夹里,运行GPPW.GSP即可!其它的相同的程序制作备份 用。其中 bianpintontxun.RAR 里面的程序比较好用。 -THPLC-D type converter debu
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:54.92kb
    • 提供者:xiaoyu
  1. images

    0下载:
  2. 源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或-2 source code too simple. Rather than source code 3. The lack of documents 4. Selected categories and development environment, not 5. Write without basis or indicate that n
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.39kb
    • 提供者:张凯
  1. neibu

    0下载:
  2. 内部排序演示 数据结构课程设计 c语言设计 有源码 有注释-Sort of internal data structure curriculum design presentation c language design annotated source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:133.91kb
    • 提供者:晴天
  1. softreceiver

    3下载:
  2. 包含软件无线电中软件接收机的信号识别功能,主要是关键参数的数值计算。-Software includes software-defined radio receiver signal recognition function is the key parameters of the numerical calculation.
  3. 所属分类:其他小程序

    • 发布日期:2014-03-17
    • 文件大小:1.3kb
    • 提供者:
  1. Hanoi

    0下载:
  2. 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6.56kb
    • 提供者:123
  1. pat7253596

    0下载:
  2. 电压带隙基准一个在模拟电路中很重的一部分,本文论述了带隙基准的一个高阶补偿方法-Bandgap reference voltage in the analog circuits in a heavy part of this paper, bandgap reference, a high-level compensation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:531.26kb
    • 提供者:PoLo
  1. 2

    0下载:
  2. 07年数学建模b题,用C++做的,有一些瑕疵!不过总体说来不错-2007 Mathematical Modeling b title with C++ Do have some flaws! Overall, however good
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11.45kb
    • 提供者:曾召明
  1. librarian

    0下载:
  2. 简单的学生成绩管理,有英语,数学,c++成绩输入存盘,并对总成绩进行排名,还有各科的成绩分布情况统计。-Simple management of student achievement, there are English, Mathematics, c++ Accomplishments input disk, and a total score to rank, as well as the distribution of various statistical results.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:11.61kb
    • 提供者:刘海
  1. IM_DTC

    1下载:
  2. 异步电动机直接转矩控制模型,改进后的模型,带滞环比较器的模型-Asynchronous motor direct torque control model, the improved model, with comparator hysteresis model
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:12.51kb
    • 提供者:刘伟
  1. ir

    0下载:
  2. 透過電腦觀察紅外線和无線波形,有線路圖,自己做-Through the computer to observe the infrared and wireless waveforms, there are circuit diagram, do
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:605.48kb
    • 提供者:楊卓成
  1. Lesson2Code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:18.85kb
    • 提供者:ironman2006
« 1 2 ... .98 .99 .00 .01 .02 18603.04 .05 .06 .07 .08 ... 19301 »
搜珍网 www.dssz.com