登录
首页 » C# » Asp.netAJAX

Asp.netAJAX

于 2009-07-15 发布 文件大小:18524KB
0 114
下载积分: 1 下载次数: 21

代码说明:

  Asp.net AJAX 入门与案例详解一书的配套源代码,学习Asp.net AJAX时可将参考此源码资料。 (Introduction to Asp.net AJAX book with detailed case supporting the source code, learn Asp.net AJAX can be used as reference data for this source.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • AD9854
    可生成正交DDS信号,基础程序,STM32f103(Generating orthogonal DDS signals)
    2020-06-18 10:40:02下载
    积分:1
  • TemperaturePID
    基于stm32的PID温度控制,采用18B20反馈,恒温40度。用于医疗自动分析。稳定温度在正负0.5度内(Stm32 based PID temperature control, the use of 18B20 feedback, constant temperature of 40 degrees. Automatic analysis for medical treatment. Stable temperature within plus or minus 0.5 degrees)
    2020-07-04 14:20:01下载
    积分:1
  • been
    Keil uvision4.0 环境下的MCS-51单片机入门学习例程!(Keil uvision4.0 environment MCS-51 microcontroller started learning routines!)
    2013-06-12 20:21:30下载
    积分:1
  • Buy Books and sell them
    图书管理与购物
    2022-08-15 07:10:49下载
    积分:1
  • sanjiaobo
    51单片机中利用PCF8591进行D/A转换在示波器中显示三角波(51 MCU PCF8591 using the D/A converter in the oscilloscope display triangular wave)
    2013-07-10 16:49:03下载
    积分:1
  • LPC23XX
    近30个LPC23XX系列,各模块源代码!(Nearly 30 LPC23XX series, each module source code!)
    2020-08-25 09:38:15下载
    积分:1
  • STM32上MLX90614的库文件使用HAL
    STM32关于体温传感器hal库的说明以及源码和用例实例(STM32 About Hal Library of Body Temperature Sensor)
    2020-09-27 21:47:46下载
    积分:1
  • 2C_XC800_Core
    英飞凌XC800系列单片机内核架构,本文介绍的是XC866(Infineon XC800 MCU core architecture, this paper is the XC866)
    2010-09-14 11:12:58下载
    积分:1
  • 5529控制舵机
    msp430f5529通过输出PWM波控制舵机(Msp430f5529 control steering gear)
    2020-10-12 20:57:32下载
    积分:1
  • STM32F407驱动OLED显示DS18B20数字温度
    实验器材: 探索者STM32F4开发板 实验目的: 学习单色OLED显示屏的使用 硬件资源: 1,DS0(连接在PF9)  2,ALIENTEK 0.96寸OLED模块(连接IO说明,见oled.h文件)  实验现象: 本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下 载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就 可以看到OLED模块不停的显示ASCII码和码值。  注意事项:  1,开发板的OLED/CAMERA模块接口比OLED的插针多2个,OLED靠左插即可. 2,例程默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC).  一、主要程序代码如下 int main(void){    u8 t=0; short temperature; Stm32_Clock_Init(336,8,2,7);//设置时钟,168Mhz  delay_init(168);   //延时初始化   uart_init(84,115200);  //初始化串口波特率为115200  LED_Init();     //初始化LED  OLED_Init();    //初始化OLED  DS18B20_Init();     //DS18B20初始化  OLED_ShowString(0,10,"Temperature:",12); OLED_ShowString(85,10,".",12); OLED_ShowString(98,10,"C",12); OLED_Refresh_Gram();//更新显示到OLED   while(1)  {    if(t%10==0)//每100ms读取一次  {              temperature=DS18B20_Get_Temp();    OLED_ShowNum(72,10,temperature/10,2,12); //显示正数部分          OLED_ShowNum(89,10,temperature%10,1,12); //显示小数部分          OLED_Refresh_Gram();//更新显示到OLED     }          delay_ms(10);  t ;  if(t==20)  {   t=0;   LED0=!LED0;  } }}
    2020-12-07下载
    积分:1
  • 696518资源总数
  • 105096会员总数
  • 12今日下载