资源列表

« 1 2 ... .22 .23 .24 .25 .26 213627.28 .29 .30 .31 .32 ... 216390 »

[单片机(51,AVR,MSP430等)Wireless-module-NRF24L01-P-(c)

说明:无线通讯模块NRF24L01+(三)发送与接收模块的联调:将发送模块与接收模块进行联调,来完成无线数据传输的工作-Wireless communication module NRF24L01+ (c) FBI sending and receiving module: module and receiver module sends the FBI to complete the work of wireless data transmission
<李木子> 在 2025-09-26 上传 | 大小:2mb | 下载:0

[单片机(51,AVR,MSP430等)Wireless-module-NRF24L01-P-(d)

说明:无线通讯模块NRF24L01+(四)举例应用:介绍无线数字传输模块NRF24L01+和S-232串口与PC间的通讯。-Wireless communication module NRF24L01+ (d) Application example: Introduction of wireless digital transmission module NRF24L01+ and S-232 serial communication between PC.
<李木子> 在 2025-09-26 上传 | 大小:1.5mb | 下载:0

[C#编程cantingguanlixitong

说明:餐厅管理系统,用C#来实现的。比较符合毕业设计的需要。-Restaurant management system, more in line with the needs of graduate design
<刘迪> 在 2025-09-26 上传 | 大小:5.85mb | 下载:0

[其他小程序ticket-saled-system

说明:航班售票系统 功能要求: • 1)假设该民航有若干航班,要求实现增加航班和取消某个航班的,修改航班功能。 • 2)查询:根据用户提出的终点站查询航班号、售票情况等航班信息;也可根据航班号,列出该航班已订票的乘客名单。 • 3)订票:根据航班号为客户订票,如该航班有余票,则为客户订票;如该航班已满员,则显示相应信息。 • 4)退票:按乘客要求退出已预定的机票。 • 5)飞行时刻查询:显示航班的起飞降落时间。
<杨丹> 在 2025-09-26 上传 | 大小:1.52mb | 下载:0

[单片机(51,AVR,MSP430等)NRF24L01-LED-commissioning

说明:NRF24L01+之LED调试篇:用51单片机P0口的8个LED来显示调试NRF24L01到成功进行数据通讯-NRF24L01+ The LED debugging articles: P0 port 51 microcontroller with 8 LED to indicate the successful commissioning NRF24L01 data communication
<李木子> 在 2025-09-26 上传 | 大小:599kb | 下载:0

[matlab例程lle123

说明:流行算法中的局部线性嵌入算法,标准算法,值得下载,很好用-Local linear embedding algorithm of popular algorithms, standard algorithm, is worth to download, very useful
<刘强> 在 2025-09-26 上传 | 大小:1kb | 下载:0

[Internet/网络编程Silverlight-Float-Window

说明:Silverlight浮动窗口小程序 Silverlight浮动窗口小程序-Silverlight applets floating window
<毛辉辉> 在 2025-09-26 上传 | 大小:1.96mb | 下载:0

[汇编语言BLINK4

说明:微机原理软件实验,8255A跑马灯,4种速度,16种灯型。已在实验中跑通。-Computer software principle experiment, 8255A marquees, four kinds of speed, 16 kinds of lamp types. In the experiments have been run through.
<Sloan_Hu> 在 2025-09-26 上传 | 大小:1kb | 下载:0

[matlab例程Cyclic-loading-text

说明:循环载入文本程序,适合大样本载入,很好用,推荐大家下载-Cyclic loading program text, suitable for large sample loading, useful, recommended download
<刘强> 在 2025-09-26 上传 | 大小:1kb | 下载:0

[android开发SlidingMenuPViewpager

说明:实现了Android人性化的滑动侧边栏,例如印象笔记中的滑动菜单。这份源码整合了SlidingMenu和Viewpager,基于fragment。-Implement the sliding sidebar Android humanity, such as the impression of notes in the sliding menu. This source code is integrated with SlidingMenu and Viewpager, based on fra
<张嘉豪> 在 2025-09-26 上传 | 大小:829kb | 下载:0

[数据库编程1

说明:1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
<> 在 2025-09-26 上传 | 大小:149kb | 下载:0

[数据库编程2

说明:1. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[n]为一个布尔型数组,n为数组大小。由于2是第一个素数,所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应
<> 在 2025-09-26 上传 | 大小:115kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 213627.28 .29 .30 .31 .32 ... 216390 »

源码中国 www.ymcn.org