-
Openh323
Openh323-RTH323 VOIP开发的技术书籍-Openh323-RTH323 VOIP technology developed books
- 2022-09-08 15:40:03下载
- 积分:1
-
8051教程默罕默德第二版台湾成功大学内部教材
8051教程默罕默德第二版台湾成功大学内部教材-8051 Tutorial Mohammed Cheng Kung University in Taiwan within the second edition of textbooks
- 2022-03-26 00:21:07下载
- 积分:1
-
Quick_WAP_Push_Application_Guidelines_1.02
Quick_WAP_Push_Application_Guidelines_1.02
- 2022-12-15 09:10:03下载
- 积分:1
-
是我下载的测试mfc用ado技术连接数据库的示例
是我下载的测试mfc用ado技术连接数据库的示例-I downloaded a test mfc technology using ado to connect the sample database
- 2022-05-23 21:04:36下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
本课件是以胡寿松 主编《自动控制原理》 第四版 科学出版社 为教材,本人多年教学经验的积累,有很高的参考实用价值,属于自动控制理论的精品教学课件。...
本课件是以胡寿松 主编《自动控制原理》 第四版 科学出版社 为教材,本人多年教学经验的积累,有很高的参考实用价值,属于自动控制理论的精品教学课件。-Courseware is the editor-in-chief Hu Shousong "Automatic Control Theory" for the 4th edition of the scientific publishing materials, my many years of teaching experience accumulation, a high reference value, automatic control theory is the quality courseware.
- 2022-03-23 14:23:29下载
- 积分:1
-
Fortran algorithm commonly used procedures set
Fortran常用算法程序集-徐士良间:第四章所有的源程序,欢迎寻找此书源程序的朋友下载使用 -Fortran algorithm commonly used procedures set- between徐士良: Chapter IV of the source of all, welcome to the book to find friends to download the source code to use
- 2022-11-09 12:15:09下载
- 积分:1
-
因特网应用高级编程包括Finger/FTP/Gopher/Http/IsAPI/Ping/RAS/Telnet等
因特网应用高级编程包括Finger/FTP/Gopher/Http/IsAPI/Ping/RAS/Telnet等-Internet applications including high-level programming Finger/FTP/Gopher/Http/IsAPI/Ping/RAS/Telnet, etc.
- 2022-03-11 06:52:59下载
- 积分:1
-
C language source fingerprint .............
C语言指纹识别源码-C language source fingerprint .............
- 2022-04-30 05:05:38下载
- 积分:1
-
a note of this article can quickly identify and generate DTMF DSP algorithm prin...
本文一记可以快速识别和生成DTMF的DSP算法原理!里面详细介绍了DTMF的原理和算法公式
- 2022-06-30 11:00:48下载
- 积分:1