登录
首页 » C# » SMS

SMS

于 2014-02-11 发布 文件大小:2671KB
0 174
下载积分: 1 下载次数: 5

代码说明:

  asp.net学生管理系统。包含使用说明和需求文档等等,可供学生参考学习。(asp.net student management system. Contains instructions and requirements documents, etc., for students learning.)

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

发表评论

0 个回复

  • GD32-ADC
    说明:  国产ARM芯片,GD32F103系列,替代STM32F103系列,ADC采集项目,编译即可通过,多支持国产芯片。(Domestic ARM chip, gd32f103 series, replace STM32F103 series, ADC acquisition project, compile can pass, most support domestic chips.)
    2021-03-06 15:29:30下载
    积分:1
  • Zooming-and-Shrinking
    Zooming: oversampling and Shrinking : undersampling Zooming requires two steps: Creation of new pixel locations, Assignment of gray levels to those new locations. To shrink an image by one-half, delete every other row and column.
    2009-11-12 06:49:47下载
    积分:1
  • STC15xx
    STC15XX系列掉电唤醒补丁程序,内含5种中断的程序以及ALL掉电唤醒的程序(STC15XX Series wakeup patch containing five interrupts as well as ALL of the program)
    2011-07-19 16:54:30下载
    积分:1
  • myhttp.py
    说明:  可以使用该程序开启服务器端的请求服务,实现上传、下载、可视化等操作(You can use this program to open the server-side request service to upload, download, visualize, etc.)
    2020-06-16 15:00:02下载
    积分:1
  • usernamedetection
    用户名检测,php环境下使用的,用户名检测(User name detection, php environment, the user detection)
    2012-07-10 09:38:42下载
    积分:1
  • usbdisk
    u盘制作资料(原理图、文档、底层驱动源程序)_(u disk production of information (drawings, documents, the bottom-driven source) _)
    2020-10-30 18:49:56下载
    积分:1
  • The-infrared-car-tracking
    红外小车壁障程序,通过红外发射和接收模块传送回来的数字信号编程,使小车能够沿着黑线行走(Through infrared send back digital signal transmitting and receiving module programming, make the car can walk along the black line)
    2014-10-25 21:19:07下载
    积分: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
  • MyLogPHP.class_02c55e
    采用php的源码实现,这是一个用php脚本语言写的电子商务,无忧淘宝客系统(集成jssdk) v1.4,老版本已经不能使用 新版本集成了jssdk 可以正常使用了2012、5、19修复部分已知BUG 增加TXT文章管理系统,测试火车头等采集器可以 成功发布文章修改模板调用函数,让模板打造更简单新增单页推广模块: ,可以作为初学者例子代码(Using php source code to achieve , which is a php scripting language used to write e-commerce , Taobao customers worry-free system ( integrated jssdk) v1.4, the old version can not use the new version incorporates jssdk can normally use 2012,5,19)
    2014-05-03 14:20:14下载
    积分:1
  • 02 Data Sheet
    说明:  TC275快速入门数据手册,可以快速了解内部功能模块与资源分配(TC275 Quick Start Data Manual, can quickly understand the internal function modules and resource allocation)
    2020-12-08 22:49:19下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载