资源列表

排序选择:

« 1 2 ... .62 .63 .64 .65 .66 214367.68 .69 .70 .71 .72 ... 267454 »

[数据结构常用算法1330

说明:你的任务是写一个程序进行字符识别。别担心,你只需要识别1, 2, 3,如下: .*. *** *** .*. ..* ..* .*. *** *** .*. *.. ..* .*. *** *** 输入仅包含一组数据,由6行组成。第一行为字符的个数n(1<=n<=10)。以下5行每行包含4n个字符。每个字符恰好占5行3列,然后是一个空列(用 . 填充)。 输出应包含一行,即识别出的各个字符。-Your ta
<zhao> 在 2025-06-29 上传 | 大小:8kb | 下载:0

[GDI/图象编程Cdib

说明:VC++ 一个位图操作类——Cdib,此类库可以实现设备无关位图的读入、创建、显示、保存、位图捕捉等功能。类中代码的注释非常丰富,没有接触的,只要对C++熟悉,会使用是没有问题的。 -VC++ class a bitmap operations Cdib, these libraries can be device-independent bitmap read, create, display, save, bitmap capture. Comments class code is ve
<wangshuang> 在 2025-06-29 上传 | 大小:6kb | 下载:0

[数据结构常用算法1341

说明:有一个N*N的字符矩阵,从上到下依次记为第1行,第2行,……,第N行,从左至右依次记为第1列,第2列,……,第N列。 对于这个矩阵会进行一系列操作,但这些操作只有两类: (1) R: 将矩阵逆时针旋转90度; (2) P x y: 将此时第x行第y列的字符打印出来,其中1 <= x, y <= N。 输入数据的第一行包含一个整数T (1 <= T <= 20),表示接下来一共有T组测试数据。 对于每组测试数据,第一行包含一个整数N (1
<zhao> 在 2025-06-29 上传 | 大小:9kb | 下载:0

[其他小程序16QAM-modulation-and-demodulation

说明:16QAM信号调制解调Matlab仿真程序-16QAM signal modulation and demodulation Matlab simulation program
<程智慧> 在 2025-06-29 上传 | 大小:13kb | 下载:0

[数据结构常用算法1344

说明:Given a positive integer n, find two non-negative integers a, b such that a2 + b2 = n. The first line contains the number of test cases T (1 <= T <= 1000). For each test case, there is only one line with an integer n (1 <= n <= 109) a
<zhao> 在 2025-06-29 上传 | 大小:9kb | 下载:0

[GDI/图象编程TextShadePrj

说明:VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减小-VC++ produce gradient text, text color will be more dark, more light will eventually form a gradient text, fr a me
<wangshuang> 在 2025-06-29 上传 | 大小:27kb | 下载:0

[其他小程序GF4_FFT

说明:用Matlab仿真四元LDPC码并得出误码率曲线图。-Simulation quad LDPC codes in Matlab and draw BER curve.
<程智慧> 在 2025-06-29 上传 | 大小:2kb | 下载:0

[OpenGLPINWHEEL

说明:二维的转动风车,有声音,按键可以控制转动的开始和停止,还可以加快或者减慢-Rotating windmill
<ZHENGYY> 在 2025-06-29 上传 | 大小:744kb | 下载:0

[GDI/图象编程ffmpegTest

说明:ffmpeg实时显示AVI,当前版本为测试版本,但是能够正常显示- ON划词翻译ON实时翻译 Ffmpeg real time display of AVI, the current version to test version, but can normally display
<LeeFung087> 在 2025-06-29 上传 | 大小:10.32mb | 下载:0

[微处理器(ARM/PowerPC等)2540Test

说明:CC2540 蓝牙开发资料,在OSAL中实现了对串口及24L01的操作,对于24L01的操作有相对比较详细的说明,串口调用的是其库函数实现-CC2540 Bluetooth development information, OSAL implemented in serial port and 24L01 operations for 24L01 actions are relatively detailed descr iption, serial calling library functi
<陈正杰> 在 2025-06-29 上传 | 大小:5.13mb | 下载:0

[GDI/图象编程PtClr

说明:vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标-When vc++ for the specified pixel color, as shown in the screenshot demonstrates, the user can use the left mouse
<wangshuang> 在 2025-06-29 上传 | 大小:76kb | 下载:0

[其他小程序dijkstra

说明:dijstra algorithm..this is the trial version i tried to implement it on matlab
<saurabh> 在 2025-06-29 上传 | 大小:1kb | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 214367.68 .69 .70 .71 .72 ... 267454 »

源码中国 www.ymcn.org