代码搜索:有限差分
找到约 10,000 项符合「有限差分」的源代码
代码结果 10,000
www.eeworm.com/read/175756/9534611
swf 二分查找.swf
www.eeworm.com/read/174897/9570418
v 5分频.v
这很简单,按下列方法可以获得占空比为50%的分频器:
(1)写一个根据上升沿触发的2:3的5分频器(低2高3);
(2)再写一个根据下降沿触发的2:3的5分频器;
(3)两个输出相“与”即可。
提供一个简单的时钟线控制实现50%占空比的方案,当然对与不对,大家指教。
比如大家要计数到5:0,1,2,3,4;在计到2的时候,使得控制信号
为1,并将该控制信号与时钟信号异或。这样假 ...
www.eeworm.com/read/366363/9819870
c 分形-羊齿叶.c
/*这份代码经源码格式软件格式化过
yang_hx@neusoft.com */
#include "math.h"
//#include
#include
#include
void main(void)
{
int gdriver=DETECT,gmode ;
int ran
www.eeworm.com/read/363342/9958157
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/357756/10201623
ms7 庮分.ms7
www.eeworm.com/read/357756/10201724
ms7 磯分.ms7
www.eeworm.com/read/276181/10758398
c 四分砝码.c
#include
#include
main()
{
int weight1,weight2,weight3,weight4,d1,d2,d3,d4,x,flag;
printf("The weight is broke up as following 4 pieces:");
for(weight1=1;weight1
www.eeworm.com/read/271876/10977438
cpp 二分查找.cpp
//* * * * * * * * * * * * * * * * * * * * * * *
//CHAPTER :6 (6-2) *
//PROGRAM NAME :二分查找 *
//CONTENT :查找 *
//* * * * *
www.eeworm.com/read/270577/11032495
swf 二分查找.swf
www.eeworm.com/read/467100/7017431