<I believe> song _verilog code for any device.
资源简介:<I believe> song _verilog code for any device.
上传时间: 2013-12-22
上传用户:wys0120
资源简介:this chapter intrduces the AVR C lib FUNCTIONS.I believe it must be useful for everybody
上传时间: 2016-02-08
上传用户:D&L37
资源简介:this is the olsr code for any version of network simulator(ns2).
上传时间: 2017-05-19
上传用户:zhaiye
资源简介:#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
上传时间: 2016-03-30
上传用户:cuibaigao
资源简介:Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1...
上传时间: 2014-01-10
上传用户:wkchong
资源简介:#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k) for(derivata=1 derivata<=k derivata++) { f...
上传时间: 2017-09-17
上传用户:duoshen1989
资源简介:(1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令...
上传时间: 2014-11-28
上传用户:fredguo
资源简介:#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////...
上传时间: 2015-07-16
上传用户:ynsnjs
资源简介:< Co-Verification of Hardware and Software for ARM SoC Design>> by Jason R. Andrews
上传时间: 2015-10-03
上传用户:zhaiyanzhong
资源简介:< 虚拟机设计与实现> 的source code, linux版本
上传时间: 2014-01-03
上传用户:manlian
资源简介:电话簿 添加新客户信息 电话号码必须在4000 到4999999之间>") }while(kehu[i].hao<4000000||kehu[i].hao>4999999)
上传时间: 2015-11-18
上传用户:czl10052678
资源简介:#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
上传时间: 2013-12-29
上传用户:athjac
资源简介:Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is a good place to start if you re try...
上传时间: 2013-12-19
上传用户:天诚24
资源简介:out< "please input the number of the nodes"<<endl cin>>nodesNum cout<<"please input the graph"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) cin>>graph[i][j] */
上传时间: 2013-11-29
上传用户:libinxny
资源简介:#include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12 函数说明:私有函数,各接口定义 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_...
上传时间: 2013-12-31
上传用户:三人用菜
资源简介:< Learning MFC> 书的内容建立在对MSDN和MFC SOURCE code的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。
上传时间: 2014-01-22
上传用户:无聊来刷下
资源简介:This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s...
上传时间: 2013-12-20
上传用户:Breathe0125
资源简介:复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Co...
上传时间: 2016-06-30
上传用户:wang5829
资源简介:Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2 WCE600_FINAL_MX27_SOURCE.zip
上传时间: 2016-09-23
上传用户:6546544
资源简介:河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("...
上传时间: 2016-12-08
上传用户:努力努力再努力
资源简介:Java in view PDF documents, the source code for the document. I hope someone can be improved.
上传时间: 2016-12-11
上传用户:hebmuljb
资源简介:QNX ADS BSP code for i.MX27 chips
上传时间: 2017-01-26
上传用户:wangchong
资源简介:遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个4字节的数组用来存储代码 uchar codeTemp //编码字节缓存变量 uchar i,j,k //延时用的循环变量 sbit IRsignal=P...
上传时间: 2013-12-12
上传用户:Breathe0125
资源简介::#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
上传时间: 2014-11-30
上传用户:362279997
资源简介:these are the sourse code for using the .mp3 files in java.so i am providing you this
上传时间: 2017-04-17
上传用户:顶得柱
资源简介:i need of vhdl code for 32-bit risc processor
上传时间: 2013-12-25
上传用户:zhouchang199
资源简介:source code for compute,i am sure it will be good for you.It can be complied on c\c++ plafort
上传时间: 2014-01-17
上传用户:hfmm633
资源简介:good code for matlab by mili , i than you
上传时间: 2013-11-27
上传用户:ecooo
资源简介:fifo code. i have adde the code for key lib to the data which has been transfered
上传时间: 2014-01-09
上传用户:坏天使kk
资源简介:source code for I square c (I2c) AVR mega16
上传时间: 2017-07-12
上传用户:youth25