-
common knowledge base, including how to connect to the database, api, graphics,...
常用c#知识库,包括如何连接数据库,api,绘图,网络等方面的基础知识,是作者学习时的心得,用处广泛。-common knowledge base, including how to connect to the database, api, graphics, networking and so on the basis of knowledge is the author of the study and experience, extensive use.
- 2022-05-19 14:35:57下载
- 积分:1
-
Struts的MVC java网络编程的书
struts mvc java web programming book
- 2023-03-11 05:40:07下载
- 积分: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
-
java编程思想及其源码,我是初学者不知道好坏,但是是别人推荐的,应该不错...
java编程思想及其源码,我是初学者不知道好坏,但是是别人推荐的,应该不错-java programming ideas and their source, I do not know good or bad for beginners, but it is recommended by someone else, it should be good
- 2023-04-26 16:25:04下载
- 积分:1
-
A Perspective on ISO C++.pdf
A Perspective on ISO C++.pdf
- 2022-01-25 23:43:48下载
- 积分:1
-
WCDMA从大唐
wcdma introduction from DaTang
- 2022-02-07 02:53:53下载
- 积分:1
-
微软认证考试全攻略
微软认证考试全攻略-Microsoft certification exams all Raiders
- 2022-03-18 01:13:49下载
- 积分:1
-
好的ANSYS经典例子看100!!!!!!
ANSYS经典例子100 不错 值得一看-ANSYS classic example of good to see 100! ! ! ! ! !
- 2023-02-28 08:40:03下载
- 积分:1
-
java函数速查中文版该文件为网页形式,轻重包含了java中的大多数类的说明,及类中方法的介绍,对初学者非常实用....
java函数速查中文版该文件为网页形式,轻重包含了java中的大多数类的说明,及类中方法的介绍,对初学者非常实用.-Chinese version of the document to a Web form, the severity of java contains the majority of the note category, and class methods, very practical for beginners.
- 2022-03-03 13:53:12下载
- 积分:1
-
C语言经典算法100例。包括贪婪算法思想,冒泡排序法等。
C语言经典算法100例。包括贪婪算法思想,冒泡排序法等。-C language classical algorithm 100 cases. Including the greedy algorithm, bubble sort law.
- 2022-04-16 06:23:47下载
- 积分:1