资源列表

« 1 2 ... .90 .91 .92 .93 .94 212295.96 .97 .98 .99 .00 ... 216398 »

[单片机(51,AVR,MSP430等)floatingdustser

说明:将运算的结果(浮点数)存入eeprom中。我们知道,浮点数在c语言中是以ieee格式存储 的,一个浮点数占用四个字节,例如浮点数34.526存为(160,26,10,66)这四个数。要 将一个浮点数存入eeprom,实际上就是要存这四个数。那么如何在程序中得到一个浮点数的 组成数呢? 浮点数在存储时,是存储连续的字节中的,只要设法找到存储位置,就可以得到这些数了。 可以定义一个void的指针,将此指针指向需要存储的浮点数,然后将此指针强制转化为char型,这样,利用指针
<felix> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)mouse_driver

说明:用51编写的鼠标的驱动程序,使用时将c文件包含到工程中,在主程序中调用MOUSE_DRIVER头文件.-51 prepared by the mouse driver to use when c file contains the works, in the main program call MOUSE_DRIVER header file.
<邵亮> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)I2C_RW

说明:51单片机I2C总线的万用驱动程序源代码,有学习实用价值!-51 million single-chip I2C bus with driver source code, have to learn practical value!
<felix> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法LCS

说明:最大公共子序列,利用动态规划实现 just enjoy it-The largest common sub-sequences, the use of dynamic programming realize just enjoy it
<里强> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[其他小程序fx

说明:地震勘探的必备工具。大家相互交流,请专业方面的朋友多多指教!-An indispensable tool for seismic exploration. U.S. mutual exchanges, please professional exhibitions Friend!
<王博> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)cs24c64

说明: AT24C64通用源码,存储数据用 EEPROM芯片 -AT24C64 GM source, storage, data EEPROM chip
<> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[其他小程序bpsk_awgn

说明:BPSK的AWGN分析归一化,对初学者会有所帮助-BPSK Analysis of the AWGN normalized, it would be helpful for beginners
<wyxch> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[其他小程序cost231wi.m

说明:m文件 可以实现一种功能仿真-m file can realize a functional simulation
<> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[Modem编程pilot_insert_and_extraction

说明:基于导频的信道估计,这个程序里主要实现了导频插入与提取-Pilot-based channel estimation, the program achieved a major pilot insertion and extraction
<张仕兵> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)5045

说明:5045复位芯片程序,目前多数单片机使用此芯片复位,我想搞开发的需要此代码的.-5045 chip reset procedures, currently the majority of single-chip reset using this chip, I want to develop the needs of this code.
<徐正东> 在 2026-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:经典求最短路径算法程序--dijkstra算法。完整的C++源码程序。-Classical procedures seek the shortest path algorithm Dijkstra algorithm. Complete C++ Source procedures.
<刃具> 在 2026-01-24 上传 | 大小:1kb | 下载:1

[Linux/Unix编程ad-232-test2

说明:将s3c2410片内ad转换的数据通过串口上传-Will S3C2410 chip ad conversion data upload through serial
<7182554> 在 2026-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 212295.96 .97 .98 .99 .00 ... 216398 »

源码中国 www.ymcn.org