-
VC编写的一个小程序,可以修改单个或多个文件的修改时间。
VC编写的一个小程序,可以修改单个或多个文件的修改时间。-VC prepared by a small program can modify individual or multiple files modified.
- 2022-02-04 14:55:26下载
- 积分:1
-
深入编程内幕VC
深入编程内幕VC -depth Programming Insider VC-depth programming in sider VC-depth programming insider VC
- 2022-03-03 19:54:47下载
- 积分:1
-
CString的Unicode字符wchar_t
常用字符类型转换 多字符转unicode Cstring转 char 等-Cstring Unicode char wchar_t
- 2023-07-10 04:40: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
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1
-
粘贴功能的基础实现
粘贴功能的基础实现-paste function to achieve the foundation
- 2022-04-15 01:04:32下载
- 积分:1
-
Teaching computer programming configuration software source code, although not h...
计算机组态软件编程教材的源代码,虽然书写得不怎么样,但是这些小程序对大家还是很有帮助的。第3章-Teaching computer programming configuration software source code, although not how to write, but the U.S. is still a small program useful. Chapter 3
- 2022-04-29 00:41:15下载
- 积分:1
-
This is an invaluable tool that not only can a variety of desktop programs peepi...
这是一个不可多得的工具,它不仅能偷窥各种桌面程序的密码框,还能窥到IE页面中的密码框,这个程序就是本文要介绍的――SuperPasswordSpy++。-This is an invaluable tool that not only can a variety of desktop programs peeping the password box, but also IE page glimpse into the password box, this program is to be introduced in this article- SuperPasswordSpy++.
- 2023-03-05 19:10:04下载
- 积分:1
-
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
参考文章
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 12:55:03下载
- 积分:1
-
LDR测试
这段代码是用arduino测试ldr值的uno,该值显示在arduino的串行打印中,它是将四个ldr值一起测试的
- 2023-03-29 22:20:03下载
- 积分:1