搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
C++applicationProgram200
- C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for the majority of the learning and
MATLABzuotu
- 几个MATLAB实现的GUI界面,如多选菜单,可控制小球运动速度的用户界面,函数变换等主要共初学者参考使用!-several MATLAB GUI interface, such as more election menu control the ball movement speed of the user interface, the main function transform a total beginners reference!
dijkstra
- D算法MATLAB实现,Dijkatra为主要算法,main函数举例实现-use matlab to make out D
argc
- 测试了解main函数的两个默认输入参数 argc argv-Understand the main function to test the two default input parameters argc argv
mie_w_src.tar
- Mie散射程序(.w后缀),内含相关函数,主要计算粒子的电磁散射,可用于光流场、电磁波的计算。-Mie scattering program (. W suffix), containing correlation function, the main calculation of electromagnetic scattering particles can be used for optical flow field, electromagnetic calculations.
mainIS95
- IS95前向链路主函数,内附详细说明,希望大家分享-IS95 main function of the forward link, containing the details, hoping to share
Fano
- 为比较函数,主要用于信源符号的分组 current_P为当前分组的信源的概率矢量 current_index为当前分组的信源的下标 -To compare the function, the main source symbols for the group current_P source for the current packet probability vector current_index source for the current pac
CPP
- 假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资
shiyan
- 实现客户机(CLIENT)类。定义字符型静态数据成员ServerName,保存其服务器名称;整型静态数据成员ClientNum,记录已定义的客户数量;定义静态函数ChangeServerName()改变服务器名称。在头文件client.h中定义类,在文件client.cpp中实现,在文件test.cpp 中测试这个类,观察相应的成员变量取值的变化情况。(需要给出main函数代码和运行结果) 完善Body类,将检测胖瘦的标准定义为静态数据成员并设计相应的静态成员函数。(最好给出main函数
main
- 预编码主函数。在通信系统中知道CSI情况下,预编码。-English Descr iption
Tsinghua-university-ACM-
- 清华大学ACM集训队培训资料 所有的C++程序都是有函数组成的, 函数又叫做子程序,且每个C++程序必须包含一个main函数,编译器(能够把源代码转换成目标代码的程序)把翻译后的目标代码和一些启动代码组合起来,生成可执行文件,main函数就是可执行文件的入口,所以,每个C++程序有且只有一个main函数。-Tsinghua university ACM team training materials All c++ program consists of function, the fu
main
- 微芯公司单片机的C1中断函数的编写,对于开发设计时使用中断函数的场合很有帮助-MCU microchip company C1 write interrupt function, for the development and design using the interrupt function of occasions is very helpful
main
- 课程设计主函数,控制ADC欢迎下载-The main function of curriculum design, control ADC welcome to download. . . . . . . . . . . . .
main-UI-of-the-signal-and-system
- 在Matlab中设计GUI,并将源码作为主界面的回调函数,按下相应的按钮实现相应的功能,包含信号的产生,卷积,傅里叶变换等功能,具体每个模块的功能实现请参照我上传的其他几个源码,谢谢。-Design of GUI in Matlab, and source as the callback function of the main interface, press the corresponding button to achieve the corresponding functions, in
DJView
- HeadFirst设计中的MVC展示 功能:管理节拍,维护当前BPM的状态和许多产生MIDI事件的代码,以便让我们听到的节拍,主main函数为DJTestDrive.java-In the design of HeadFirst display MVC Management function: beat, maintenance of current status of BPM and MIDI have many events of the code, so that we can h
Main
- 初学者了解,主要是Main函数的讲解,需要看的请下载。-Beginners learn, mainly is the interpretation of the Main function, needs to see the download.
main
- 函数关系求解,求出函数 与 的关系、 与 的关系,并在同一坐标上画出他们的关系曲线。-Function relation, and the function and relations, and the relationship, and draw on the same coordinate their relationship curve.
main
- PWM输出实验 延时函数初始化 串口初始化为115200 LED端口初始化 不分频。PWM频率=72000000/900=80Khz
main
- main主函数, 简单写入,STM32源码,可能有删减-Main main function, simple write, STM32 source code, may be deleted