搜索资源列表
cpcjj.rar
- 彩票抽奖机,点开始,数字开始跳动,点结束,随机抽到一串数字,Lottery machines, at the beginning, the figure began to beat, at the end of a string of randomly drawn figures
szzh.rar
- 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制。,The preparation of a number of different inter-system conversion process. Asked for input and output interface, when an arbitrary transfusion after the decimal figures, the prog
xiangWeiCha
- 是一些 数字相关法的论文 1.FFT法与数字相关法在相位测量上的比较.pdf 2.采用数字相关法测量相位差.pdf 3.基于FFT谱分析算法的高精度相位差测量方法.pdf 4.基于Hilbert变换的相位测量法与数字相关测相法的比较.pdf 5.基于虚拟仪器技术和互相关原理的相位测量仪.pdf 6.数字化相位差测量算法的研究.pdf 7.相位差的数字化测量研究.pdf 8.虚拟仪器测量周期信号相位的仿真设计.pdf-Are some figures
TChart
- 该程序在C++Builder中采用TChart绘图,动态增加绘图曲线-The code can draw figures in TChart.
java
- 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
Current
- 数控直流恒流源,具有电流数字显示,输出电压0-24V 电流20-2000mA,精度1mA pdf文件为原理图。-NC DC current source, with current figures show that the output voltage 0-24V current 20-2000mA, accuracy 1mApdf document schematics.
dui
- 用MFC做的堆排序小程序,输入数字后后能出现大顶堆和小顶堆,用树控件显示-Heap sort using MFC to do a small program, enter the figures after the big top to the top of the heap and a small heap, with the tree control displays
LJsbcodes
- VC++数字、英文字符、汉字及手写识别实例-VC++ Figures, English characters, Chinese characters and examples of handwriting recognition
luoxuan
- 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
led
- linux下led数字显示驱动程序,l inux下led数字显示驱动程序-led digital display under linux driver, l inux figures under the led driver
qiucha
- 一个用VC++6.0编写的简单的数字求差小程序-A used VC++ 6.0 prepared by simple figures for poor small procedures
qiushang
- 一个用VC++6.0编写的简单的数字求商小程序(除数不能为0)-A used VC++ 6.0 simple figures prepared for the small business program (Divisor can not be 0)
shengxupailie
- 输入整数列 输出其升序排列 再输出数字 可在其排列后的序列中寻找此数字是否存在 存在输出下标 不存在输出不存在-Input integer output column in ascending order of their re-export figures can be arranged in its sequence after finding the existence of the existence of this digital output output subscr ipt
h3
- 在一个标准8×8的国际象棋棋盘上,棋盘中有些格子是可能有障碍物的。已知骑士的初始位置和目标位置,你的任务是计算出骑士最少需要多少步可以从初始位置到达目标位置。有障碍物的格子当然不可能到达。 标准的8×8的国际象棋棋盘中每一个格子可以用唯一的编号确定。行用1~8这8个数字依次表示,列用“a”~“h”这8个字母依次表示。例如下图(a)的骑士所在位置(图中有n的格子)的编号为“d4”(注意“d”和“4”之间没有空格)。 -In a standard 8 × 8 chess board, the
comb
- 一、 程序作用 实现排列组合功能。 例如:如果允许出现的数字为1 2 3 4 ,每个组合有3个元素,则输出的组合为 (1 2 3) (1 2 4) (1 3 4) (2 3 4) 二、 算法实现 采用栈的思想,首先输入第一个组合(1 2 3…..r) 如果r<n,则r弹栈,把r=r+1压栈,如果r=n,则r弹栈,同时把前一项也弹栈,再依次增加,直到出现组合 (n-r+1 n-r+2 ….n). -First, procedures for the functi
are
- 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
21
- 关于c++的学习视频,有两个数字,如32,3代表第三章,2代表第二个视频,希望会对大家有所帮助。-About c++ Learning video, there are two figures, such as the representative of 32,3 Chapter III, 2 on behalf of the second video, hope that everyone will be helpful.
22
- 关于c++的学习视频,有两个数字,如32,3代表第三章,2代表第二个视频,希望会对大家有所帮助。-About c++ Learning video, there are two figures, such as the representative of 32,3 Chapter III, 2 on behalf of the second video, hope that everyone will be helpful.
23
- 关于c++的学习视频,有两个数字,如32,3代表第三章,2代表第二个视频,希望会对大家有所帮助。-About c++ Learning video, there are two figures, such as the representative of 32,3 Chapter III, 2 on behalf of the second video, hope that everyone will be helpful.
save_figs
- m-file to save gererated figures in a desired path with a desired file ending. Default is .png but it can be changed to all other Formats matlab offers.
