资源列表

« 1 2 ... .07 .08 .09 .10 .11 2912.13 .14 .15 .16 .17 ... 66581 »

[控制台(字符窗口)编程main

说明:MOSAIC AUTOMATIC REALISED BY ME
<bengAdama> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[C#编程AltKeyPressed

说明:Alt Key Pressed - example program, how do it
<f203533> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[C#编程AsyncKeyState

说明:Async Key State - Example program
<f203533> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[C#编程imageList

说明:Image List- example program .
<f203533> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[C#编程shiftKeyPressed

说明:Shift Key Pressed - program
<f203533> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[C#编程sourceControlPressed

说明:Source Controll Pressed - program-Source Controll Pressed - program
<f203533> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序1

说明:/* * * 定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变
<Elena> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序2

说明:定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。 类可以有如下的类似定义: class LINT { private: // …… public: LINT(char*) LINT operator+(const LINT& L) ostream& operator<<(const ostream& os, const LINT& L) // …… } 要求: 1)构造
<Elena> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序3

说明:Define an integer set class which is named Set with some memeber functions as follows: a. Judge if an integer is a member of a Set or not b. Delete an integer from the Set c. Judge if two Sets are equal or not d. Intersection with anot
<Elena> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序4

说明:图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。
<Elena> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序SNR

说明:SNR相对于检测距离,对于两种目标类型,脉冲非相干积累-SNR relative to the detection distance for the two types of target
<林海> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[其他小程序ls_precoding

说明:用来计算单用户情况下信道容量,并且将信噪比和容量进行了画图-Used to calculate the channel capacity in the case of a single-user, and the signal-to-noise ratio and the capacity of the drawing
<jcc> 在 2025-07-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 2912.13 .14 .15 .16 .17 ... 66581 »

源码中国 www.ymcn.org