-
java写的一个计算器程序,基本功能相对来说比较完善。
java写的一个计算器程序,基本功能相对来说比较完善。-write a calculator program, the basic function is relatively sound.
- 2022-07-12 21:30:08下载
- 积分:1
-
这是一个对话框编程的一个简单例子,对于初始学习vc编程,是一个很好的参考。...
这是一个对话框编程的一个简单例子,对于初始学习vc编程,是一个很好的参考。-This is a dialog box for a simple programming example, programming for the initial study vc is a good reference.
- 2022-04-13 01:56:00下载
- 积分:1
-
关于在编译原理的识别中,采用独立的…
关于编译原理中数字的识别,用的是上下文无关文法。-About the identify the number in compiling principle ,using independent of the former and behind cuntext method.
- 2022-12-22 09:45:03下载
- 积分:1
-
这VB6代码时钟。
This the VB6 code for Clock.-This is the VB6 code for Clock.
- 2022-09-16 14:10:03下载
- 积分:1
-
Cells in accordance with the rules of the game of life, using computer games to...
根据生命细胞游戏的规则,用计算机对生命游戏进行简单的模拟,在c++控制台环境下完成-Cells in accordance with the rules of the game of life, using computer games to life a simple simulation, in c++ Console environment to complete
- 2022-03-04 20:30:39下载
- 积分:1
-
简易VC计算器,除简单算术运算外还可以计算表达式
简易VC计算器,除简单算术运算外还可以计算表达式-simple calculator, in addition to simple arithmetic operations, also can calculate the expression
- 2022-01-22 14:38:05下载
- 积分:1
-
Java引导小程序,可通过xml配置jre路径,类路径,相较批处理引导无控制台、无java.exe/javaw.exe进程。
本源程序提供了vc++ 200...
Java引导小程序,可通过xml配置jre路径,类路径,相较批处理引导无控制台、无java.exe/javaw.exe进程。
本源程序提供了vc++ 2003和dev-cpp两个工程,工程文件分别为Jpploader.sln和Jpploader.dev,目标程序有一点区别,用dev-cpp编译的支持平台更多,vc编译的最好附带msvcr71.dll库。
-Java applet to guide through xml configuration jre path, class path, compared to batch guide the non-console, non-java.exe/javaw.exe process. The source provided vc++ 2003 and dev-cpp two works, engineering documents and Jpploader.sln were Jpploader.dev, have a little difference between the target process, with dev-cpp compiler support for more platforms, vc compiled the most good fringe msvcr71.dll library.
- 2022-06-19 05:39:28下载
- 积分:1
-
从摄像头采集图片
从摄像头采集图片-from camera acquisition Photo
- 2023-02-25 17:30:03下载
- 积分: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
-
用opencv生成随机各种颜色相见的格子图案
本程序用vs2012和opencv2.4.9 生成随机各种颜色相见的格子图案,可以由用户自己设置参数,从而在指定大小的图片里生成各种颜色相间的图片
- 2022-07-11 21:29:16下载
- 积分:1