搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
washing_machine
- 随着人们的生活水平的日益提高,洗衣机的使用也越来越普及,目前全国的洗衣机的年产量已超过1000万台。洗衣机的分类较多,根据不同的角度大致可分如下几类: 洗衣机从不同洗衣的原理来说可分为波轮洗衣机、滚筒洗衣机、以及搅拌式洗衣机。 洗衣机从结构上又可分为:单缸和双缸洗衣机; 洗衣机从水流方式上又可分为:瀑布水流、手搓水流、悬浮水流等; 洗衣机从电机的驱动方式上又可分为:间接驱动和直接驱动(DD型洗衣机); 从洗衣机的电机的驱动电源的不同可分为:普通洗衣机和变频洗衣机,其中变频洗衣
B18
- E:\\Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视
current
- 目标跟踪,程序利用卡尔曼滤波器实现了对机动目标的跟踪。效果较好的运动模型。
C-haobin
- 郝斌(现任瑞德学校担任教学组长,曾任雅博等公司担任项目总监)的C语言教学视频的源代码。讲的还是挺不错的!-HaoBin (current rhett school teaching group leader, served as YaBo etc company as a project director) of the C language teaching video source code. Speak or nice!
P89V52X
- 这是一个配料机上用的程序,是我国目前最长用的技术,我用的四个月设计的-This is a batching machine with the program, is the longest of the current technology used, I use the four-month design
MousehookDll
- 创建记录当前鼠标所在窗口标题信息的鼠标钩子D-Create a record where the window title of the current mouse mouse hook DLL Information
multiuser
- 多用户环境下的检测问题,目前的研究热点!-Multi-user environment detection issues, the current study hotspot!
yingbitixiwenti
- 问题描述:某国家的硬币体系包含N种面值(其中一定有面值为1的),现有一种商品价格为P,最少要用多少枚硬币可以买下-Problem Descr iption: A national system contains N kinds of coins with a face value (which must have a face value of 1), the current price of a commodity for P, at least take the number of coin
1
- 1设置当前颜色 这是一个家族性质的函数集合,并没有glColor()这个函数。-1 set the current color of this is a function of the nature of a family collection, there is no glColor () this function.
intf_7549
- 源程序,一个用电磁炉测试式,电流检测,电压检测。及功率自动控制 -Source, a test used Induction ceremony, current detection, voltage detection. And power of automatic control
liftsimulation
- 设计一个易于理解的界面,动态显示各梯的载客与运行情况(上、下或停止),动态显示各楼层的人员停留情况与要求乘梯情况;动态显示从仿真开始到目前的时间。-To design a easy-to-understand interface, dynamic display of the ladder with the operation of the passenger (on, under or stopped), dynamic display on each floor of the staff r
PS_ds
- 同步发电机空载三相两项短路情况下的各相波形以及励磁电流波形-Three-phase synchronous generator no-load short-circuit in case of two-phase waveform and the excitation current waveform
maze
- 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
FIVE
- 当前网络上流传的五子棋游戏功能并不尽善尽美,其中最主要的问题就是人机对战和网络对战不能够一起实现,此程序为一个既能够人机对战,又能够进行网络对战的五子棋系统。-The spread of the current network function is not perfect Gobang game, the most important issue is the war machine and network with the war can not be achieved, this proc
dengluxitong
- 输入用户名,密码 进行登录 b.只有用户名、密码都不为空的情况下,提交页面(使用Javascr ipt脚本验证) c.如果当前页面是由checklogin.jsp重定向过来的,进行相关信息的显示 c.1 用户名不存在 c.2 密码错误 c.3 用户超过5次登录,锁定该页面,禁止用户登录30分钟后,开放(可以客户端实现[比较麻烦]/也可服务器端实现[容易]) -Enter the user name, password to
Wire_conductive_calculate
- 导线截面积与载流量的计算 本节口诀对各种绝缘线(橡皮和塑料绝缘线)的载流量(安全电流)不是直接指出,而是“截面乘上一定的倍数”来表示,通过心算而得-Wire cross-sectional area and carrying capacity calculation formulas in this section a variety of insulated wire (rubber and plastic insulated wire) of the carrying capacity
C
- 本书结合目前应用非常广泛的C语言以及keil c51编译器,详细介绍单片机C语言编程的方法。本书通过大量应用实例对单片机资源及外围芯片进行详细介绍。 本书分为上下两篇。上篇侧重于介绍基础知识,主要有C51语言和C语言以及汇编语言的对比,单片机内部资源、扩展资源以及其编程等内容;下篇侧重于应用实例,通过实例,读者既可以在工作中进行类比编程,又可以开阔思路,提高实际工作能力。-This book combines a wide range of current applications, as
sanfenpin
- verilog 三分频 分频器是FPGA设计中使用频率非常高的基本设计之一,尽管在目前大部分设计中,广泛使用芯片厂家集成的锁相环资源,如altera 的PLL,Xilinx的DLL.来进行时钟的分频,倍频以及相移。-verilog-third of the frequency divider is a FPGA design, very high frequency of use, one of the basic design, although most of the designs in
Current-Transformer-Selection-Guide
- 电流互感器选型手册,对各种条件下的所适用的电流互感器进行了汇总,用户可以根据自己的要求进行对照选择。-Current Transformer Selection Guide, applicable to current transformers under various conditions are summarized, the user can control to select according to their requirements.