搜索结果
找到约 47 项符合
Sleep 的查询结果
按分类筛选
嵌入式综合 NCV7356单线CANBUS收发器数据手册
The NCV7356 is a physical layer device for a single wire data linkcapable of operating with various Carrier Sense Multiple Accesswith Collision Resolution (CSMA/CR) protocols such as the BoschController Area Network (CAN) version 2.0. This serial data linknetwork is intended for use in applications ...
开关电源 LTC3207,LTC3207-1用户指南
 
The LTC®3207/LTC3207-1 is a 600mA LED/Camera driverwhich illuminates 12 Universal LEDs (ULEDs) and onecamera fl ash LED. The ULEDs are considered universalbecause they may be individually turned on or off, setin general purpose output (GPO) mode, set to blink at aselected on-time and ...
其他 Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序
Add_Control_RunTime.zip 实时增加控件的例子。 alarm.zip 一个日期报警程序,当某个指定日期到达时间会提醒你。 Bounce.zip 在桌面上打篮球的游戏程序。 FileCopier.zip 这个程序可以将任意的文件拷贝到同一网络上的任何地方。 FoxTOExce.zip 可以将FoxPro中的表格数据传输到excel中。 lock.zip 这是一个锁定计算机的程序 ...
其他嵌入式/单片机内容 软件包中包含了完整的库和头文件 有一个说明文件readme.txt 包含已编译链接好的可执行程序例子和nano-X可执行 文件; 使用方式: 1.将该包释放到某个目录
软件包中包含了完整的库和头文件
有一个说明文件readme.txt
包含已编译链接好的可执行程序例子和nano-X可执行
文件;
使用方式:
1.将该包释放到某个目录,如$(SDK_DIR)\microWinDev
2.运行“uClinux Build window”
3.进入该释放的目录:
cd $(SDK_DIR)\microWinDev
4.在该目录下有一个chenTest的目录,是一个开发示例 ...
Applet 一个多线程Applet
一个多线程Applet,实现简单的动画,具体实现:自动出现由小到大变换的圆,位置和颜色随机,变到直径为150时擦除,重新再出现圆;变换速度可以由控制sleep时间的方式来完成。
Java编程 1、锁定某个主题抓取; 2、能够产生日志文本文件
1、锁定某个主题抓取;
2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL;
3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限)
4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟;
5、能对HTML网页进行解析,提取出链接URL,能判 ...
DSP编程 VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine a
VDSP++打开。This directory contains an example ADSP-BF537 RTC project that does a basic blink routine and
then puts the part in deep sleep mode to be woken up from a RTC Stopwatch Event. Once woken up,
the RTC is reconfigured to toggle the EZ KIT LEDs using RTC second, minute, hour, and day interrup ...
Linux/Unix编程 a screen handling program to provide a flashing message. You will have to design a screen layout f
a screen handling program to provide a flashing message.
You will have to design a screen layout for where messages
are placed on the screen. You will also have to consider
when to delay the program in order to give the user time
to read the messages. That is, the program will use the
curses li ...
Linux/Unix编程 几个实用的Linux驱动模块
几个实用的Linux驱动模块,演示了模块的编写,wait/sleep, I/O空间的访问等。