搜索结果
找到约 45 项符合
FLAG 的查询结果
按分类筛选
- 全部分类
- matlab例程 (3)
- 单片机开发 (3)
- Linux/Unix编程 (3)
- 其他 (3)
- 技术资料 (3)
- DSP编程 (2)
- 其他书籍 (2)
- 单片机编程 (2)
- 源码 (2)
- 开发工具 (1)
- 仿真技术 (1)
- 加密解密 (1)
- 串口编程 (1)
- 电子书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 软件设计/软件工程 (1)
- uCOS (1)
- 数据库系统 (1)
- 其他行业 (1)
- 微处理器开发 (1)
- 操作系统开发 (1)
- VHDL/FPGA/Verilog (1)
- Java编程 (1)
- 人工智能/神经网络 (1)
- 金融证券系统 (1)
- Delphi控件源码 (1)
- 数据结构 (1)
- Linux/uClinux/Unix编程 (1)
- 接口技术 (1)
- 手册 (1)
- VIP专区 (1)
电子书籍 Features • Compatible with MCS-51® Products • 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 Fully Static Operation: 0 Hz to 33 MHz
&#8226 Three-level Program Memory Lock
&#8226 256 x 8-bit Internal ...
其他嵌入式/单片机内容 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小实验程序 ...
单片机开发 MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests
MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests.
The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the
IRQ flag set doesn t mean the system to execute the interrupt vector. The IRQ flags can be
triggered by the ...
数据库系统 About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses
About:
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases.
Release focus: Major feature enhancements
Changes:
This release comes with many changes and new features. It c ...
Linux/Unix编程 lcddrv1.c 为驱动源程序 lcddrv1_user.c为应用程序代码 功能: 在ioctl中区分所写的数据是命令
lcddrv1.c 为驱动源程序
lcddrv1_user.c为应用程序代码
功能:
在ioctl中区分所写的数据是命令,还是地址加数据,flag=1是只写命令,flag=0时写地址和数据的组合,
地址号在前面,显示的字在后面
其他行业 本程序是在GIS软件MapInfo的二次开发语言软件MapBasic中编写
本程序是在GIS软件MapInfo的二次开发语言软件MapBasic中编写,该程序检查是否有图形重叠,在执行程序前需要增加一个整数列flag。
单片机开发 单片机c语言编写的自动控制升降旗系统
单片机c语言编写的自动控制升降旗系统,可以实现定时升降旗等-language of automatic control movements flag system that can achieve regular movements of flags
微处理器开发 NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C24
NAME: u2440mon.c
DESC: u2440mon entry point,menu,download
HISTORY:
Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X.
Mar.27.2002:purnnamu: DMA is enabled.
Apr.01.2002:purnnamu: isDownloadReady flag is added.
Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop ...
操作系统开发 我所采用的内存管理思想是链表管理思想
我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为
struct node
{
char* p
int memosize
int flag
struct node* next
}
这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为 ...
Java编程 ThreeColorFlags问题最早由E.W.Dijkstra所提出
ThreeColorFlags问题最早由E.W.Dijkstra所提出,塔所使用的用语为Dutch Nation Flag(Dijkstra为荷兰人),而多数的作者则使用Three-Color Flag来说明。
假设有一条绳子,上面有红,白,蓝三种颜色的旗子,起初绳子上的旗子颜色并没有顺序,您希望将之分类,并排列蓝,白,红的顺序,要如何移动次数才会最少,注意您只能 ...