登录
首页 » Visual C++ » chengxu

chengxu

于 2015-12-07 发布 文件大小:13KB
0 189
下载积分: 1 下载次数: 1

代码说明:

  基于C语言编写一个程序,实现将存放在文件中的学号、姓名、电话等信息读出并显示出来。(Write a program based on the C language, the implementation will be stored in a file number, name, telephone and other information is read out and displayed.)

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

发表评论

0 个回复

  • debug
    AVR智能温度控制,基于ATmega16(intelligent temperature control of AVR)
    2014-07-19 11:35:52下载
    积分:1
  • wenduji
    基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
    2010-07-19 17:51:50下载
    积分:1
  • 80c52
    基于单片机控制I/O 和模拟电压线性输出,用于基本系统控制(failed to translate)
    2013-05-06 15:12:22下载
    积分:1
  • IOaUART
    利用单片机IO口模拟UART程序,系统用了一个定时器和一个外部中断,外部中断主要是用来检测串口起始位的到来。(IO mouth simulation UART program, microcontroller system with a timer and an external interrupt, external interrupt is mainly used to detect the arrival of the start bit serial port.)
    2016-12-30 08:38:34下载
    积分:1
  • Matrix-keyboard-lock
    矩阵键盘密码锁+简易计算器,C52的单片机平台,C语言开发,适用于初学学习。(Matrix keyboard lock+ simple calculator, C52 MCU platform, C language development, suitable for beginners to learn.)
    2015-12-20 00:22:36下载
    积分:1
  • USART-RS232
    这是基于STM32的USART转232的应用程序(This is based on the STM32 USART 232 applications)
    2016-04-18 14:53:57下载
    积分:1
  • AD12864
    ad采集及12864显示额程序 基于atmega128(ad 12864)
    2012-07-25 23:55:10下载
    积分:1
  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • STC12C5A60S2_24C02_Test
    联合开发网 - pudn.com
    2016-05-04 09:01:00下载
    积分:1
  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载