资源列表

« 1 2 ... .96 .97 .98 .99 .00 215501.02 .03 .04 .05 .06 ... 216389 »

[C#编程zifuchuangjiansuo

说明:实现字符串检索函数,该函数的功能是用来检索在一个指定的字符串中第一次出某个指定字符的位置。用指针和数组实现保存为 3.c-Achieve string retrieval function, which function is used to retrieve a specified string for the first time out of a specified character position. With pointers and arrays to achieve saved
<陈磊> 在 2025-09-16 上传 | 大小:3kb | 下载:0

[其他小程序Notebook.2013.0422

说明:select * from userinfo-select* from userinfo
<刘云> 在 2025-09-16 上传 | 大小:105kb | 下载:0

[VHDL编程camera_test6

说明:摄像头数据进行3*3表格的处理 然后进行中值滤波,8级流水线,速度快-Camera data for 3* 3 forms processing and then median filter, 8 lines, fast
<朱腾飞> 在 2025-09-16 上传 | 大小:8.62mb | 下载:0

[C#编程dd

说明:打印出以下的杨辉三角形(要求打印出10行)。 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 … … … … … … … 算法提示:设一个二维数组:a[11][11],则杨辉三角形有如下特点: A、数组的第一列和对角线元素值均为1; B、其他各元素为: a[i][j]=a[i-1][j-1]+a[i-1][j] 保存为1.cpp。 -Print out the following Triangle
<陈磊> 在 2025-09-16 上传 | 大小:3kb | 下载:0

[单片机(51,AVR,MSP430等)chapter-10

说明:数模转换程序,可以双向的转换模拟数字数据-Digital-analog conversion process
<chen> 在 2025-09-16 上传 | 大小:5kb | 下载:0

[压缩解压WCFService

说明:select * from userinfo-select* from userinfo
<刘云> 在 2025-09-16 上传 | 大小:295kb | 下载:0

[C#编程mm

说明:定义一个二维数组,int a[3][4] 依次从键盘输入1,2,3…12到数组中,用指向一维数组的指针按行输出数组中的元素。保存为2.cpp 注意:一维数组的定义方式 、 用一维数组访问二维数组的每一行 -Defines a two-dimensional array, int a [3] [4] sequentially input from the keyboard to the array, 2, 3 ... 12, with a one-dimensional array o
<陈磊> 在 2025-09-16 上传 | 大小:3kb | 下载:0

[单片机(51,AVR,MSP430等)Chapter-9

说明:数模转换的程序,可以双向的转换数字和模拟的数据-Digital-analog conversion process, you can convert digital and analog two-way data
<chen> 在 2025-09-16 上传 | 大小:6kb | 下载:0

[单片机(51,AVR,MSP430等)Chapter-8

说明:c编制的com口通讯程序,可以实现单片机与单片机及pc间的通讯,带校验-c prepared by the com port communication program, can achieve single-chip microcontroller and pc with communication between with parity
<chen> 在 2025-09-16 上传 | 大小:17kb | 下载:0

[单片机(51,AVR,MSP430等)Chapter-7

说明:单片机上的键盘程序,可以扔掉键盘了啊,直接实现单片机模拟键盘,带放抖动-SCM keyboard program, you can throw away the keyboard, ah, direct MCU analog keyboard with drain jitter
<chen> 在 2025-09-16 上传 | 大小:6kb | 下载:0

[其他行业CCTV_Mon

说明:CCTV Monitor program with motion detection. If motion is detected, you can automatically capture or just ringing the bell.
<Farisss> 在 2025-09-16 上传 | 大小:677kb | 下载:0

[VHDL编程code

说明:32bit ripple adder, 32bit CLA code
<Leejs> 在 2025-09-16 上传 | 大小:9kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 215501.02 .03 .04 .05 .06 ... 216389 »

源码中国 www.ymcn.org