-
Java下EJB开发文档,主要为JBoss3.0 下配置和部署EJB简介,很有启发...
Java下EJB开发文档,主要为JBoss3.0 下配置和部署EJB简介,很有启发-Java EJB development documents, mainly under JBoss3.0 EJB configuration and deployment briefings very enlightening
- 2022-03-16 06:32:12下载
- 积分:1
-
“多播”亦称“多点传送”(M u l t i c a s t i n g),是一种让数据从一个成员送出,然后复制给其
他多个成员的技术...
“多播”亦称“多点传送”(M u l t i c a s t i n g),是一种让数据从一个成员送出,然后复制给其
他多个成员的技术-"multicast" also known as "multicast" (M u l t i c a s t i n g), is a way to let members of data from a given, and then copied to a number of other members of the technology
- 2022-12-16 22:50:04下载
- 积分:1
-
密码的百科全书。该领域是一个密码经典。覆盖的领域是丰富的。
密码学百科全书。是密码学领域一经典之作。涵盖领域丰富,是不可不读之研究书籍。-password encyclopedia. The field is a password classic. Areas covered are rich and can not read books Research.
- 2022-10-30 19:05: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
-
章立民-visual stadio 2005 c#编程技巧
章立民-visual stadio 2005 c#编程技巧-Zhang Li-min-visual stadio 2005 c# programming skills
- 2022-02-15 22:36:25下载
- 积分:1
-
c++面向对象程序设计电子教案,c++面向对象程序设计电子教案...
c++面向对象程序设计电子教案,c++面向对象程序设计电子教案-c++ ppt
- 2022-02-01 03:45:12下载
- 积分:1
-
桁架有限元方法代码
stap90 代码张雄所著的《计算动力学》书籍源代码。是学习结构动力学的非常好的手段。源代码在线查看
- 2022-03-03 02:25:04下载
- 积分:1
-
一阶微分算法,用于边缘提取
一阶微分算法,用于边缘提取-an order differential algorithm for edge detection
- 2023-02-03 14:55:03下载
- 积分:1
-
The program by the C++ Prepared in winTC and Visual C++ Compiler can be run on,...
该程序由C++编写,在winTC及Visual C++上均可编译运行,可以实现银行家算法并给出了安全序列-The program by the C++ Prepared in winTC and Visual C++ Compiler can be run on, you can realize banker
- 2023-02-27 17:05:04下载
- 积分:1
-
XAY粪VOI C
xay dung dung voi c-xay dung ung dung voi c++
- 2022-01-31 23:07:38下载
- 积分:1