搜索资源列表
EDAbss
- 很好用 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿
超长正整数的加法
- 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
ExpressCa_m
- 学编译原理过程中的一个成果,可以直接输入多项式进行计算,核心代码是从网上下的,修改了原来计算首字符为负号计算错误的BUG,借此抛砖引玉,^_^-school compiler theory of a process results can be directly imported into polynomial calculations, the core code from the Internet under the revised terms of the original negativ
1648
- DigitalDevice类封装了数码式仪表的基本功能,可以在各种程序界面上实现数码式仿真仪表,它能显示数字0~9,负号,冒号和小数点。 -DigitalDevice Packaging category of digital instrumentation, basic function, the interface procedures to achieve digital simulation instruments, and it shows the number 0 to 9, n
classPoint
- 定义三维坐标的Point类。包含一个构造函数,一个拷贝构造函数,一个将点变为负值的函数negate(),一个返回该点到原点(0,0,0)距离的函数norm()和一个输出点坐标的函数print()。并定义一个静态数据成员记录创建点的个数。-definition three-dimensional coordinates of the Point class. Includes a constructor function, a copy constructor, to a point into n
jisuan
- 两位十进制数的四则运算,用菜单控制,减法支持负数,除法有8位小数。-two decimal number of four computing, using the menu control, subtraction support negative, the division has eight minority.
MY_POLAR2
- matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如: my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, see Notes email problems can be
bin1
- 这是一个正反流水灯程序,请大家指点,-This a positive and negative light water program, we instruct them, thank you
PCAcapture
- 此程序测试PCA负边沿触发的捕捉方式,测试前将P0.0同P1.6脚用跳线短接,当P1.6 送出6000个负边沿,在PCA就触发6000次负边沿捕捉-this negative PCA testing procedures triggered the 2500 catch, test before P0.0 P1.6 feet with a short jumper with Next, when 6,000 P1.6 send negative periphery, PCA in 6000 on
Skin++_VB_Demo
- Skin++ 2.9.2 For VB6 使用注意事项: ================================================================================================= 1.必须对SkinPPVB.dll进行注册. 注册命令:regsvr32.exe 你保存的SkinPPVB.dll的目录\\SkinPPVB.dll 2.由于SkinPPVB.dll是对本进程的所有窗口进行彻底的换肤,所以
Geddes
- L为桩长,r为计算点与桩轴线的水平距离,z为计算点距离地面深度。都取正值 %f1,f2,f3依次是点荷载、均布荷载以及三角形荷载下的Geddes应力解函数 %Ip,Ir,It依次是对应三个荷载下的应力系数,负表示拉,正表示压-pile length L, r points and to calculate the pile axis horizontal distance, z to calculate the distance depth of the ground. Take t
VoiceReconize
- 语音识别代码,机器人语音控制系统 CMDs=零,一,二,三,四,五,六,七,八,九,执行,各关节归零,大臂正转,大臂反转,小臂正转,小臂反转,手腕正转,手腕反转,手爪张开,手爪闭合,上升,下降,大臂运行,大臂负运行,小臂运行,小臂负运行,手腕运行,手腕负运行,手爪运行,手爪负运行,升降运行,升降负运行,大臂归零,小臂归零,手腕归零,手爪归零,升降归零,速度加,原点记忆,系统复位,示教盒,暂停,急停,回原点,速度减,区号加,区号减,单步再现,周期再现,连续再现,返回,继续,数据记忆,读取
BesselEarth
- Bessel大地主题解算,实现大地主题正反算-Bessel earth theme solution and achieve positive and negative theme of the earth count
maxm
- 给定由n 个整数(可能为负整数)组成的序列1 a , 2 a ,…, n a ,以及一个正整数m,要 求确定序列1 a , 2 a ,…, n a 的m 个不相交子段,使这m 个子段的总和达到最大。-given by n integers (with the possible negative integers) consisting of a sequence of 1, a 2, ..., n a, and a positive integer m, a request to deter
NumEditForDelphi
- 数字输入控件,可指定整数位和小数位的长度,可指定是否允许负值。 需要SuiEdit控件支持,如果没有,可修改源码从TCustomEdit继承,并去掉其没有的属性及相关方法即可。-digital input control, to designate places and rounded the length of decimal places, to designate whether to allow negative. SuiEdit controls need support, and i
add&sub
- 多位的加减运算,允许有负数.-number of addition and subtraction operations and allow a negative.
2Dcrystals
- Negative principal refractive indices and accidental isotropy in two-dimensional photonic crystals with an asymmetrical unit ce
Integer Inquiry
- UVA ONLINE JUDGE 424 Integer Inquiry One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer i
lm35-negative-temp-sensor
- avr base lm35-negative-temp-sensor with dsn & hex code
number-of-negative
- 统计负数个数以及找出真值数最大与最小的数字输出-Statistical negative number and find out the true value of the maximum and minimum number of digital output