-
C语言进行图像处理(入门的经典)
资源描述本代码使用C语言戳图像处理基本的处理,包括读取显示,涉及到很多基础的知识,包括文件头和指针各种等,对学习C语言和图像处理的各种基本知识都有着一定的帮助,欢迎大家下载,一起进步,一起学习。代码注释详细,可阅读行强,希望大家喜欢,欢迎下载哦。
- 2023-03-15 20:50:04下载
- 积分:1
-
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,...
长整数计算 用于计算长整数的加减乘除 如:100,000 ,000+200,000 ,000=300,000 ,-long integer calculations used in the calculation of long integer arithmetic such as : 100,000 ,000 300,000 ,000 200,000,000,000 =
- 2023-05-01 22:05:03下载
- 积分:1
-
ROMBERG 算法
以我的近似 = INTEGRAL((F(X) DX)) 从 A 到 B:
输入: 终结点 A、 B ;整数 N。
输出: 阵列 R.(R(2,N) 是对我的近似)。
R 是由行 ; 计算只有 2 的行保存在存储中
- 2022-04-24 00:26:24下载
- 积分:1
-
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教...
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教-I have written, knapsack problem, as well as a variety of approximate dynamic programming algorithm algorithm, please advice
- 2023-07-22 05:35:03下载
- 积分:1
-
simple source code for those who interested in programming
simple source code for those who interested in programming
- 2023-06-25 04:15:03下载
- 积分:1
-
学习VC的时候写的,求解有向图的最大流和最小截集。
学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
- 2023-07-26 06:55:04下载
- 积分:1
-
numerical algorithm, BreshamLine line drawing algorithms, numerical experiments,...
数值计算算法,BreshamLine画线算法,数值计算实验,比较简单-numerical algorithm, BreshamLine line drawing algorithms, numerical experiments, relatively simple
- 2022-10-07 09:15:03下载
- 积分:1
-
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释...
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、―、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系统 5.出错保护:有良好的出错保护系统,命令行输入错误,程序仍能正常运行。-this program is pure C-language series based on a command line of four Operational calculator. Mainly used in the calculation of four computing the value of the expression, and can achieve four band arbitrary conversion between the two. The main functions : 1. Four computing : the ability to interpret and apply the four Operational expression. Four operations is included ,-,*,/,.( decimal point) and digital arithmetic expressions, for example : 2.9* 3 (5-6/3)-4 (8* 6); 2. Wrong warning : to be able to not grammar of expressions is the corresponding error warnings, the procedure is a total of eight major categories of warning 3. Decimal Conversions : can do binary, octal, decimal, hexadecimal arbitrary b
- 2022-02-13 01:07:58下载
- 积分:1
-
static Huffman
static Huffman
- 2022-09-12 13:20:03下载
- 积分:1
-
基于C的银行叫号系统
以前上课的写的作业,不知道有没有的,先上传吧~功能设计 1)使用数组以及C#接口和范型技术实现通用的队列功能; 2)编写算法,利用队列模拟银行排队系统; 3)利用多窗口分别模拟顾客取服务号、银行窗口服务顾客。功能较少适合初学者自学。可能会有少量错误请见谅。
- 2022-02-18 15:50:12下载
- 积分:1