-
这也是一系列powerbuilder9的例程之一,同样适合初学powerbuilder9的数据库开发者,是一个易连接且简单的例子....
这也是一系列powerbuilder9的例程之一,同样适合初学powerbuilder9的数据库开发者,是一个易连接且简单的例子.-powerbuilder9 This is a series of routines, and is equally suitable for beginners powerbuilder9 database developers, is an easy connectivity and simple examples.
- 2022-02-15 00:52:55下载
- 积分:1
-
从C到C++,帮助学习C
从C到C++,帮助学习C-from C to C, C to help learning
- 2022-10-19 18:30:03下载
- 积分: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
-
Cortexm3权威指南arm的v7结构入门手册,中文版
Cortexm3权威指南arm的v7结构入门手册,中文版-arm v7 Structure Getting Started Guide
- 2022-03-21 04:38:40下载
- 积分:1
-
ActionScript+3.0+语言和组件参考
格式为CHM 解压缩后直接打开即可...
ActionScript+3.0+语言和组件参考
格式为CHM 解压缩后直接打开即可-ActionScript+ 3.0+ Language and Components Reference CHM format is extracted directly open to
- 2022-08-21 12:33:54下载
- 积分:1
-
介绍VC++ MFC的中英文对照文章,希望对大家能有所帮助
介绍VC++ MFC的中英文对照文章,希望对大家能有所帮助-Introduction VC++ MFC bilingual article, in the hope that everyone can be helped
- 2022-08-07 06:14:00下载
- 积分:1
-
用C++方法实现链表线性表的建立,插入、删除和逆转操作。并用主函数验证并上机实现。...
用C++方法实现链表线性表的建立,插入、删除和逆转操作。并用主函数验证并上机实现。
-C++, the linear list approach to achieve the establishment of the table, insert, delete, and reverse operation. And use the main function is to validate and on the machine to achieve.
- 2022-01-21 00:05:21下载
- 积分:1
-
解决无线通信理论和OFDM和C.应用手册
soultion manual of wireless communication" theory and application of ofdm and cdma.-soultion manual of wireless communication" theory and application of ofdm and cdma.
- 2023-03-10 22:20:03下载
- 积分:1
-
从Dos到win32汇编Dos2Win是讲解DOS汇编及WIN32汇编的电子文档。
从Dos到win32汇编Dos2Win是讲解DOS汇编及WIN32汇编的电子文档。-Win32 compilation from Dos to Dos2Win are compiled on the DOS and WIN32 compilation of electronic documents.
- 2022-01-25 17:53:27下载
- 积分:1
-
基于MTSCOM+的多层分布式应用系统的研究与开发 经典电子书籍
基于MTSCOM+的多层分布式应用系统的研究与开发 经典电子书籍-Based on MTSCOM+ Multi-layer distributed application system research and development classic e-books
- 2022-08-24 14:19:47下载
- 积分:1