资源列表

排序选择:

« 1 2 ... .33 .34 .35 .36 .37 215738.39 .40 .41 .42 .43 ... 267467 »

[单片机(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
<李木子> 在 2026-01-22 上传 | 大小:599kb | 下载:0

[android开发RippleEffectdemo

说明:实现了模仿Android 5.0的水波纹点击特效,支持Android 4.0以上的系统。-The realization of imitation Android 5 water ripple click effects, more than 4 of the support system Android.
<张嘉豪> 在 2026-01-22 上传 | 大小:2.5mb | 下载:1

[matlab例程lle123

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

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

说明:Silverlight浮动窗口小程序 Silverlight浮动窗口小程序-Silverlight applets floating window
<毛辉辉> 在 2026-01-22 上传 | 大小: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> 在 2026-01-22 上传 | 大小:1kb | 下载:0

[matlab例程Cyclic-loading-text

说明:循环载入文本程序,适合大样本载入,很好用,推荐大家下载-Cyclic loading program text, suitable for large sample loading, useful, recommended download
<刘强> 在 2026-01-22 上传 | 大小: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
<张嘉豪> 在 2026-01-22 上传 | 大小:829kb | 下载:0

[SilverLightwindows_phone_visifire

说明:Windows Phone 图表控件visifire Windows Phone 图表控件visifire-Windows Phone chart control visifire
<毛辉辉> 在 2026-01-22 上传 | 大小:1.8mb | 下载:0

[SilverLightWall3D

说明:Silverlight 3D图片墙小程序 Silverlight 3D图片墙小程序-Silverlight 3D picture wall applet
<毛辉辉> 在 2026-01-22 上传 | 大小:2.79mb | 下载: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个元素。
<> 在 2026-01-22 上传 | 大小: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]所对应
<> 在 2026-01-22 上传 | 大小:115kb | 下载:0

[数据库编程3

说明:编写一个函数,传递给它一个大小为n的指向float类型的指针数组,要求该函数返回一个指针,指向n个按照倒序排列的float型数值的首地址。 例如,当输入为 3 1 2 3 时,输出为 1 2 3 1 2 3 3 2 1 -Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer
<> 在 2026-01-22 上传 | 大小:114kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 215738.39 .40 .41 .42 .43 ... 267467 »

源码中国 www.ymcn.org