-
这双手
This hands-on, one-stop guide delivers the focused, streamlined direction you need to get your Web solutions up and running quickly. Zero in on key ASP.NET configuration details and techniques using quick-reference tables, lists, coding and more.-This hands-on, one-stop guide delivers the focused, streamlined
direction you need to get your Web solutions up and running quickly.
Zero in on key ASP.NET configuration details and techniques using
quick-reference tables, lists, coding and more.
- 2022-09-26 19:55:03下载
- 积分:1
-
这是一些对C言语学习很有帮助的电子书,欢迎有志学习编程者下载...
这是一些对C言语学习很有帮助的电子书,欢迎有志学习编程者下载-This is some of the C language will help in studying e-books, welcomed the study programmers who wish to download
- 2022-03-22 03:50:25下载
- 积分:1
-
全球通史电子图书
全球通史电子图书-General History of the global electronic library
- 2022-10-16 11:25:03下载
- 积分:1
-
复合求解技术,这可以用来解决非
composite solver technique..this can be used to solve non-linear equations
- 2022-01-22 16:00:38下载
- 积分: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
-
minigui setup miniguisetup
minigui setup miniguisetup -minigui setup miniguisetup
- 2023-01-30 11:40:03下载
- 积分:1
-
从应用程序的各界面要素,包括菜单、按钮、工具条、状态条、对话框、窗口与视图以及应用程序封面和帮助文件的制作等方面,讲解怎样改善应用程序的用户界面。...
从应用程序的各界面要素,包括菜单、按钮、工具条、状态条、对话框、窗口与视图以及应用程序封面和帮助文件的制作等方面,讲解怎样改善应用程序的用户界面。-from the application of the interface elements, including menus, buttons, tools, state of the dialog box, and the View window and the application procedures and help cover the production of such documents, on how to improve the application"s user interface.
- 2022-07-15 13:32:44下载
- 积分:1
-
both through a dialog box to input information, and then click the "Save&qu...
既可以通过向一个对话框输入信息,然后单击“保存”菜单项来存储输入的信息,也可以通过单击“打开”菜单项来读取存储的信息-both through a dialog box to input information, and then click the "Save" menu item to the importation of information storage, and you can click the "Open" menu item to read the information stored
- 2023-08-07 06:30:03下载
- 积分:1
-
第六章类型检查 编译原理 ppt 课件
第六章类型检查 编译原理 ppt 课件-Chapter VI type checking compiler theory ppt courseware. . .
- 2022-06-26 13:32:50下载
- 积分:1
-
J2ME开发
J2ME开发详解-工具篇
针对诺基亚、西门子、摩托罗拉的手机开发环境介绍!-J2ME development Hi-tool articles against Nokia, Siemens, Motorola"s mobile phone development environment on!
- 2022-07-19 20:54:20下载
- 积分:1