-
《Head First Java》是本完整的面向对象(object
《Head First Java》是本完整的面向对象(object-oriented,OO)程序设计和Java的学习指导。此书是根据学习理论所设计的,让你可以从学习程序语言的基础开始一直到包括线程、网络与分布式程序等项目。最重要的,你会学会如何像个面向对象开发者一样去思考。
- 2022-03-26 19:20:49下载
- 积分:1
-
是关于vc常见问题的总结,希望对大家有用。
是关于vc常见问题的总结,希望对大家有用。-Is a summary of frequently asked questions on vc hope for all of us.
- 2022-03-10 10:21:04下载
- 积分:1
-
有很多的
有很多与Linux相关的使用技巧,对初学者非常有用。
- 2022-03-25 02:09:21下载
- 积分:1
-
Details of cryptography in elliptic curve theory, algorithms, and in the informa...
详细介绍了密码学中的椭圆曲线的原理、算法、以及在信息安全领域中的应用-Details of cryptography in elliptic curve theory, algorithms, and in the information security field
- 2022-04-02 09:56:18下载
- 积分:1
-
对细书软解考试网络工程师的分类…
网络工程师考试试题分类精解 本书为软考认证指定用书 绝对经典-Network Engineer classification of examination papers for fine book Soft Solutions certification examination指定用书absolute classic
- 2022-03-19 02:10:57下载
- 积分: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
-
mapinfo的tab文件格式说明,英文版的,使mapinfo公司发布的标准。...
mapinfo的tab文件格式说明,英文版的,使mapinfo公司发布的标准。-MapInfo tab file format note that the English version, MapInfo enable standards issued by the company.
- 2023-02-16 07:10:03下载
- 积分:1
-
This is my time of learning embedded in the course materials, for just contact w...
这是我在中嵌学习的时候的课程资料,对于刚刚接触嵌入式的人来说会有定的帮助,有兴趣的人可以拿去看哈!-This is my time of learning embedded in the course materials, for just contact with people who will be embedded help those who are interested to see is unspeakable Ha!
- 2023-04-28 21:40:10下载
- 积分:1
-
《编程之美》随书源代码(第二部分),第2章 数字之魅 ――数字中的技巧...
《编程之美》随书源代码(第二部分),第2章 数字之魅 ――数字中的技巧
-" The Beauty of Programming," With the source code for the book (Part II)
- 2022-05-11 02:22:33下载
- 积分:1
-
一个基于AVR单片机与microchip公司以太网控制器enc28j60的web服务器,已经完全调试通过,可以给想使用这个以太网控制芯片的人一点参考...
一个基于AVR单片机与microchip公司以太网控制器enc28j60的web服务器,已经完全调试通过,可以给想使用这个以太网控制芯片的人一点参考-AVR microcontroller based Ethernet Controller enc28j60 with the microchip company" s web server, debugging has been fully adopted, can give you want to use the Ethernet controller chip person a little reference to
- 2022-11-14 04:00:03下载
- 积分:1