资源列表

« 1 2 ... .21 .22 .23 .24 .25 2826.27 .28 .29 .30 .31 ... 21467 »

[其他小程序EVC

说明:EVC高级编程及其应用开发,里面有好多实例,供大家参考,有不足处请多多指教-EVC high-level programming and application development, there are a lot of examples for your information, there are deficiencies in the exhibitions, please
<weixingji> 在 2025-06-20 上传 | 大小:5.86mb | 下载:0

[其他小程序1231312412

说明:编译原理中的词法分析,分析程序中的字符和其它符合的识别问题-Compilation Principle of lexical analysis procedures, and other characters in line with the identification of problems
<lindeshou> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[其他小程序3do

说明:航班管理 -Flight management flight management
<黄康> 在 2025-06-20 上传 | 大小:1.59mb | 下载:0

[其他小程序VC6-SCR

说明:用VC++写的51系列烧录器的原程序,供大家参考参考-Using VC to write the 51 original burner procedures, for your information
<weixingji> 在 2025-06-20 上传 | 大小:1.26mb | 下载:0

[其他小程序Lesson2Code

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

[其他小程序ir

说明:透過電腦觀察紅外線和无線波形,有線路圖,自己做-Through the computer to observe the infrared and wireless waveforms, there are circuit diagram, do
<楊卓成> 在 2025-06-20 上传 | 大小:605kb | 下载:0

[其他小程序IM_DTC

说明:异步电动机直接转矩控制模型,改进后的模型,带滞环比较器的模型-Asynchronous motor direct torque control model, the improved model, with comparator hysteresis model
<刘伟> 在 2025-06-20 上传 | 大小:12kb | 下载:0

[其他小程序librarian

说明:简单的学生成绩管理,有英语,数学,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.
<刘海> 在 2025-06-20 上传 | 大小:11kb | 下载:0

[其他小程序2

说明:07年数学建模b题,用C++做的,有一些瑕疵!不过总体说来不错-2007 Mathematical Modeling b title with C++ Do have some flaws! Overall, however good
<曾召明> 在 2025-06-20 上传 | 大小:413kb | 下载:0

[其他小程序pat7253596

说明:电压带隙基准一个在模拟电路中很重的一部分,本文论述了带隙基准的一个高阶补偿方法-Bandgap reference voltage in the analog circuits in a heavy part of this paper, bandgap reference, a high-level compensation
<PoLo> 在 2025-06-20 上传 | 大小:531kb | 下载:0

[其他小程序Hanoi

说明:一个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
<123> 在 2025-06-20 上传 | 大小:142kb | 下载:0

[其他小程序softreceiver

说明:包含软件无线电中软件接收机的信号识别功能,主要是关键参数的数值计算。-Software includes software-defined radio receiver signal recognition function is the key parameters of the numerical calculation.
<> 在 2025-06-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 2826.27 .28 .29 .30 .31 ... 21467 »

源码中国 www.ymcn.org