代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/366448/9812869
c 95.c
#include
#include
#include
#include
/*字符操作函数*/
#include
#define BUFFSIZE 32
#define COL 128
#define ROW 64
/*定义栈1*/
typedef struct
www.eeworm.com/read/164410/10109980
c adc0_temp_pro.c
//内部温度传感器调试程序//
//利用过采样实现16位精度//
//ADC0_TEMP_PRO.c
#include
#define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage
#define STACK_LEN 128
//采样128次,再将128个数据总和除以8
www.eeworm.com/read/356998/10218043
txt 微软01.txt
1.进程和线程的差别。
线程是指进程内的一个执行单元,也是进程内的可调度实体.
与进程的区别:
(1)调度:线程作为调度和分配的基本单位,进程作为拥有资源的基本单位
(2)并发性:不仅进程之间可以并发执行,同一个进程的多个线程之间也可并发执行
(3)拥有资源:进程是拥有资源的一个独立单位,线程不拥有系统资源,但可以访问隶属于进程的资源.
...
www.eeworm.com/read/356881/10219668
readme
WELCOME!
The State Threads Library is a small application library which provides
a foundation for writing fast and highly scalable Internet applications
(such as web servers, proxy servers, mail tran
www.eeworm.com/read/280938/10277679
c 95.c
#include
#include
#include
#include
/*字符操作函数*/
#include
#define BUFFSIZE 32
#define COL 128
#define ROW 64
/*定义栈1*/
typedef struct
www.eeworm.com/read/355299/10277694
c adc0_temp_pro.c
//内部温度传感器调试程序//
//利用过采样实现16位精度//
//ADC0_TEMP_PRO.c
#include
#define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage
#define STACK_LEN 128
//采样128次,再将128个数据总和除以8
www.eeworm.com/read/350086/10774223
asm time.asm
.title "timer.asm"
.include "regs.asm"
.include "vector.asm"
; .include "sintab.asm"
; .include "atan.asm"
; .include
www.eeworm.com/read/350086/10774241
asm 5509timer.asm
.include "regs.asm"
.include "vector.asm"
; .include "sintab.asm"
; .include "atan.asm"
; .include "sig.asm"
.mmreg
www.eeworm.com/read/420323/10803954
java biaoda.java
//算符优先发表达式求值
import java.util.*;
import java.io.*;
class biaodashi
{
String expression;
Stack stack_num;//数字栈
Stack stack_sig;//字符栈
char sig[]={'+','-','*','/','(',')','='};//元算符
www.eeworm.com/read/275234/10827055
cpp horse_main.cpp
#include "horse_head.h"
int main()
{
int x,y;
stack_step steps;
chessboard chess;
SYSTEMTIME st1,st2;
int hour,min,sec;
// frame(0,0,30,30);
Get_Position(x,y);
Init_Stack(steps