搜索结果
找到约 1,652 项符合
Run-Time 的查询结果
通讯/手机编程 A document and source code of Alamouti space time coding scheme
A document and source code of Alamouti space time coding scheme
Java编程 kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run consol
kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run console java applications. kissme is to be used with the GNU Classpath java class library. kissme also provides support for orthogonally persistent java
Linux/Unix编程 1)Firstly, open wvfb 2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
其他 a transport protocol for real time applications
a transport protocol for real time applications,主要用于音视频、多方会议
单片机开发 [推荐]彭光红先生的《小容量单片机系统的C语言程序结构》Point RTOS monolithic integrated circuit real-time operating system Poin
[推荐]彭光红先生的《小容量单片机系统的C语言程序结构》Point RTOS monolithic integrated circuit real-time operating system Point RTOS monolithic integrated circuit real-time operating system
其他嵌入式/单片机内容 Real-Time Kernel
Real-Time Kernel ,简易型REAL-TEME SYSTEM 源码,可用于嵌入Muti task学习
通讯编程文档 1. 定义时间类Time
1. 定义时间类Time,给出类的成员属性及构造函数、析构函数及普通方法的定义,利用定义的类定义对象,并对对象的属性进行访问;
2. 定义一个类Point,然后定义类Point的派生类Circle,再定义Circle的派生类Cylinder;
3. 通过函数参数类型的不同实现函数重载;
4. 函数模板的定义与使用。 ...
matlab例程 A simple (de)compression program using Run Length Encoding. Compression is done that easy: compr
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData)
VHDL/FPGA/Verilog This a vhdl programme for realise an electron watch by max-plus II. The function includes time showi
This a vhdl programme for realise an electron watch by max-plus II. The function includes time showing and time setting. It may be extended to other functions like alarming clock and so forth.
串口编程 /*系统时钟采用 Fosc=7.373 定时器方式1的定时时间 Time=(65536-THTL)*2/Fosc,默认5ms 定时器1工作在16位
/*系统时钟采用 Fosc=7.373
定时器方式1的定时时间 Time=(65536-THTL)*2/Fosc,默认5ms
定时器1工作在16位,用作系统时钟
定时器0工作在16位,作为定时开始采样用,定时范围为0.1ms(0xfe8f)-15ms(0x27fe),默认为1ms=0xf19a,可以通过设置命令改变
串行口波特率由内部产生,11.059MHz->BRGR1:0=0x0050=115200Bps,0x00b0=5760 ...