-
图形颜色量化和材料压缩源代码,C++语言,有限公司..
图形色彩量子化及材质压缩程序源代码,c语言实现,包含可执行文件-graphics color quantization and material compression source code, c language, contains executable files
- 2022-02-04 20:23:42下载
- 积分:1
-
脑片分割算法,第二个程序由首席运营官。
sclice segmentation algorithm which is the second one programmed by Coo.
- 2022-07-14 02:54:08下载
- 积分:1
-
数字图像水印的嵌入和提取算法
数字图像水印的嵌入和提取算法-Blind-detection digital watermarking embedding and extraction algorithm. The program is made by C language. (watermark.rar file include test image file)
- 2022-04-22 17:55:03下载
- 积分:1
-
在加权的有向图中,可以求出最大流路径,即求出从起点到终点权值之和最大的路径。...
在加权的有向图中,可以求出最大流路径,即求出从起点到终点权值之和最大的路径。-In weighted directed graph, we can derive maximum flow path, that is derived from the point of origin to their destination and the largest weight of the path.
- 2022-05-20 07:30:51下载
- 积分:1
-
视图分割源代码, VC完整应用程序代码
视图分割源代码, VC完整应用程序代码
-View the source code partition, VC integrity of application code
- 2022-04-26 10:59:50下载
- 积分:1
-
这是一个基于VC++平台开发出来的人脸识别/检测源码,对于研究人脸的识别有一定的帮助!...
这是一个基于VC++平台开发出来的人脸识别/检测源码,对于研究人脸的识别有一定的帮助!-This is a development platform based on the VC the Face Recognition/Detection source, for the Study of Human Face Recognition can help!
- 2022-03-19 09:45:00下载
- 积分:1
-
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。...
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。-VB code, the demonstration games, PSD format will be converted into BMP or JPG format of the procedure, but the change, the PSD should turn space into the game as stipulated in the transparent color.
- 2022-07-27 22:32:12下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
Xilinx LUT
xilinx 基于查找表方法实现的IDCT的verilog源码-Xilinx LUT-based method to achieve the IDCT of the Verilog source code
- 2022-08-20 10:03:03下载
- 积分:1
-
right image mask operation
对图像进行掩摸操作-right image mask operation
- 2022-04-21 15:52:37下载
- 积分:1