flag

共 83 篇文章
flag 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 83 篇文章,持续更新中。

2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large

net_tcp.h

/*<br /> *********************************************************************************************************<br /> * &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

%CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,

%CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB &lt;= UB) and the same leng

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions %

Features &#8226 Compatible with MCS-51&reg Products &#8226 8K Bytes of In-System Programmable (ISP

Features &#8226 Compatible with MCS-51&reg Products &#8226 8K Bytes of In-System Programmable (ISP) Flash Memory – Endurance: 1000 Write/Erase Cycles &#8226 4.0V to 5.5V Operating Range &#8226 Fu

可预置的8位计数器程序的主要部分分析 #include &lt;AT89X51.H&gt; //器件配置文件 #define uchar unsigned char //变量类型的宏定义

可预置的8位计数器程序的主要部分分析 #include &lt;AT89X51.H&gt; //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,

两个链表的交集

<p> 两个链表的交集 </p> <p> #include&lt;stdio.h&gt; </p> #include&lt;stdlib.h&gt;<br /> typedef struct Node{<br /> &nbsp; int data;<br /> &nbsp; struct &nbsp;Node *next;<br /> }Node;<br /> void initpointer

ADI公司ADSP-TS101S的FLAG信号控制编程

ADI公司ADSP-TS101S的FLAG信号控制编程

系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Availab

系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Intera

这次发个ucos270的flag

这次发个ucos270的flag,其他代码我会陆续发送,请等待

lcddrv1.c 为驱动源程序 lcddrv1_user.c为应用程序代码 功能: 在ioctl中区分所写的数据是命令

lcddrv1.c 为驱动源程序 lcddrv1_user.c为应用程序代码 功能: 在ioctl中区分所写的数据是命令,还是地址加数据,flag=1是只写命令,flag=0时写地址和数据的组合, 地址号在前面,显示的字在后面

本程序是在GIS软件MapInfo的二次开发语言软件MapBasic中编写

本程序是在GIS软件MapInfo的二次开发语言软件MapBasic中编写,该程序检查是否有图形重叠,在执行程序前需要增加一个整数列flag。

在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似

在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。

un the configuration script ---------------------------- In the CGIs directory there is a config

un the configuration script ---------------------------- In the CGIs directory there is a configure.s and a configure.bat file. Run this file after you ve moved the CGIs directory to it s desir

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function

cs5460a程序(C程序源代码)

<P><FONT color=#000000 size=3>#include &lt;reg51.h&gt;<BR>#include &lt;main.h&gt;<BR>#include &lt;interrupt.h&gt;</FONT></P> <P><A class=showtopic title=cs5460a应用电路(含源程序) href="http://www.elecfans.com

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include &lt;reg52.h&gt; #define uchar unsigned char #define uint un

//通过18B20检测的数字温度可在电脑上显示当前温度值 #include &lt;reg52.h&gt; #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // si

T-Ker测试synchronization_communicationsemaphore部分的tk_cre_sem,tk_del_sem, tk_sig_sem, tk_wai_sem, tk_re

T-Ker测试synchronization_communication\semaphore部分的tk_cre_sem,tk_del_sem, tk_sig_sem, tk_wai_sem, tk_ref_sem在移植的uT-Engine上运行是否正常。 api的返回值正确与否,在ads上设断点观察,同时用Lpc2104上的LED显示(如果正确,则程序中设定的LED就闪亮)nel中的flag小实

鼠标例程 install_mouse remove_mouse mouse_x mouse_y mouse_b mouse_pos show_mouse scare_

鼠标例程 install_mouse remove_mouse mouse_x mouse_y mouse_b mouse_pos show_mouse scare_mouse unscare_mouse freeze_mouse_flag position_mouse set_mouse_range set_mouse_speed set

冒泡法改进: 1.若某次循环中没有数据交换过,则可认为数据已经有序了,不必再进行循环了,可在程序中设一变量Flag 用来标识有无数据交换 2.如果在一次循环中,最后的某些元素没有交换过,则说明后面

冒泡法改进: 1.若某次循环中没有数据交换过,则可认为数据已经有序了,不必再进行循环了,可在程序中设一变量Flag 用来标识有无数据交换 2.如果在一次循环中,最后的某些元素没有交换过,则说明后面这些元 素的顺序已排序,下次循环可不对其进行比较