-
进程管理的一个代码,vc做的,可以查看当前系统的所有进程,并可以操作进程。象win优化大师里的那个进程管理。...
进程管理的一个代码,vc做的,可以查看当前系统的所有进程,并可以操作进程。象win优化大师里的那个进程管理。-It is a process management program code in vc.You can use it to examine and operate all processes of the current system.It is just like the process management tool in window s optimization expert.
- 2022-07-10 12:41:51下载
- 积分:1
-
哈弗曼编码解码器通过哈弗曼树的建立,及其编码..
哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
- 2022-02-01 04:05:53下载
- 积分:1
-
有用于计算机ccources一些节目,他们可能会有帮助作用。
这是上课用的几个程序,对于初学者还是有一定的价值的。多都源码,还是有好处的,希望初学者能够从里面学到一些东西。-There are some programmes used in computer ccources and they might be helpful to beginners. Most of them are source codes. I wish that begginers would learn some programming knowledge from these source codes.
- 2022-08-31 22:50:04下载
- 积分:1
-
五子棋完全代码,中英文两种界面。采用VC编写。
五子棋完全代码,中英文两种界面。采用VC编写。-Gobang complete code, two types of interface in both English and Chinese. Prepared using VC.
- 2022-09-20 16:45:03下载
- 积分:1
-
similar to the attribute VB Controls
类似VB的属性表控件-similar to the attribute VB Controls
- 2022-01-26 01:18:05下载
- 积分:1
-
六个JAVA小程序:记事本,计算器,连接SQL,SUNDAM下载,跑马灯,SMTP....
六个JAVA小程序:记事本,计算器,连接SQL,SUNDAM下载,跑马灯,SMTP.-six small Java program : notebook, calculator, SQL, SUNDAM downloaded 5,250, SMTP.
- 2022-03-12 01:33:21下载
- 积分:1
-
VB反编译程序源代码,看名字,吓了一大跳,如果编译后的VB程序能被反编译,那还需要程序员做什么.呵呵,其实此代码确实历害,可以把VB编译后的程序结构给分析出来,...
VB反编译程序源代码,看名字,吓了一大跳,如果编译后的VB程序能被反编译,那还需要程序员做什么.呵呵,其实此代码确实历害,可以把VB编译后的程序结构给分析出来,包括有多少窗体,多少模板,多少类,多少用户控件etc,有多少过程,和使用了哪些API函数。学习VB写的程序EXE结构的朋友可以看看。
-vb decomplile code,astonshing when you look the name.after compile this program, vb program can be decompiled, then it dosen t need vb programer.this program is very powerful, it even can extract the program structure,including how many windows,templates,classes ,controls as well as procedures,api.friends who study vb and exe structure download it.
- 2022-12-02 22:00:03下载
- 积分:1
-
《利用.NET框架开发应用系统》示例代码
《利用.NET框架开发应用系统》示例代码-"use.NET Framework application systems "sample code
- 2022-08-19 07:21:52下载
- 积分:1
-
利用c++编写的图形显示程序,供大家学习
利用c++编写的图形显示程序,供大家学习-Using c++ graphics programs written for them to learn from
- 2022-03-04 23:25:36下载
- 积分:1
-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10:03下载
- 积分:1