-
一个码制转换的程序 BCD码转ASC码,功能虽少,但还算好用
一个码制转换的程序 BCD码转ASC码,功能虽少,但还算好用-a code system conversion process BCD switch ASC codes, although less functional, but rather user-friendly
- 2022-07-23 19:21:40下载
- 积分:1
-
本程序是用VC++ 开发的计算器,该计算器分为科学型和普通型两种,本代码是VC++入门学习很好的资料...
本程序是用VC++ 开发的计算器,该计算器分为科学型和普通型两种,本代码是VC++入门学习很好的资料-this program is the development of the VC calculator, the calculator into science- and ordinary-two, The code is a good learning portal VC information
- 2022-07-26 00:39:35下载
- 积分:1
-
德algoritmo线段树的C++
应用背景algoritmo de Párbolárrafo segmento一枚de programacion competitiva,Esto ESTA登特鲁deláREA de estructura de药物,ES MUY util Cuando●找到operaciones登特鲁de la ONU Rato y PáRR ello我们有不同consultas。关键技术ES MUY usado EN洛杉矶一枚de programacion competitiva鸦鹊帮助de朗戈斯solucionar穆察司consultas EN联合国载体SER阙可以单向多维EL algoritmo de线段树,雅阙SE aplica de La misma变型对位砧骨。
- 2022-01-25 21:17:06下载
- 积分:1
-
usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
The number 151 is a prime palindrome because it is both a prime number and a
palindrome (it is the same number when read forward as backward). Write a
program that finds all prime palindromes in the range of two supplied numbers a
and b (5
- 2022-08-21 13:33:23下载
- 积分:1
-
蚁群算法,用户可以修改程序中的宏定义来设置初值
蚁群算法,用户可以修改程序中的宏定义来设置初值-Ant colony algorithm, the user can modify the program in the macro definition to set the initial value
- 2022-01-21 22:39:08下载
- 积分:1
-
图的建立与遍历算法。
图的建立与遍历算法。-map and the establishment of traversal algorithm.
- 2022-02-20 21:54:46下载
- 积分:1
-
gflib
GFLIB - C Procedures for Galois Field Arithmetic and Reed-Solomon Coding.
该函数库广泛用在网络编码和信道编码中。-GFLIB- C Procedures for Galois Field Arithmetic and Reed-Solomon Coding. The library is widely used in network coding and channel coding.
- 2022-01-25 15:09:55下载
- 积分:1
-
计算器C代码
鉴于算术表达式中的 x 符号,例如,24 (3 + 5) = 5,
写一个程序来读取了一个输入行中给出的表达式,解析它,对其进行计算和
给出了输出值作为单个整数或打印的字符串输入错误"如果输入格式不正确。
- 2023-01-08 04:50:03下载
- 积分:1
-
K-均值粒子群优化算法
这是的 matlab 代码示例K-均值聚类算法基于粒子算法。
- 2023-01-24 08:00:02下载
- 积分:1
-
鼠标移动得到图片的颜色值和坐标
vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:
Color pointColor = bmp.GetPixel(X, Y);
textBox1.Text = pointColor.R.ToString();
textBox2.Text = pointColor.G.ToString();
textBox3.Text = pointColor.B.ToString();
LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
- 2022-03-16 06:55:49下载
- 积分:1