-
用windows画笔生成BMP文件f(x,y),图象宽为W,高为H,编写程序读取BMP文件,并生成新的图象g(x,y)。以BMP文件格式输出该图象。...
用windows画笔生成BMP文件f(x,y),图象宽为W,高为H,编写程序读取BMP文件,并生成新的图象g(x,y)。以BMP文件格式输出该图象。-Windows paintbrush used to generate BMP file f (x, y), image width W, height H, the preparation process to read BMP files, and generate new images g (x, y). BMP file format to the output of the image.
- 2023-04-15 16:25:04下载
- 积分:1
-
RS-232 终端导航设备
这个 zip 文件夹里包含 RS-232 源代码编程导航系统内容。在 C# 上写入软件。
- 2022-04-01 05:58:16下载
- 积分:1
-
FCRUNENV 为 基于 SGCHN 3.0 开发的应用程序提供运行环境, 也是 SGCHN 3.0的开发必备组件...
FCRUNENV 为 基于 SGCHN 3.0 开发的应用程序提供运行环境, 也是 SGCHN 3.0的开发必备组件-FCRUNENV SGCHN 3.0-based applications developed for the environment, as well as the development SGCHN 3.0 essential components
- 2023-05-25 21:40:04下载
- 积分:1
-
To know the original SDK documentation of the entire software process, introduce...
知原SDK的说明文档 介绍整个软件流程
介绍整个软件原理-To know the original SDK documentation of the entire software process, introduced the principle of the entire software
- 2023-07-31 02:10:03下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
Endnote中文使用说明书,文献管理和论文写作的利器!
Endnote中文使用说明书,文献管理和论文写作的利器!-Endnote Chinese Manual, documentation management and thesis writing tool!
- 2022-02-11 19:31:39下载
- 积分:1
-
使用该NS和联合企业债券的联合估计…
在用svenson和ns相结合的方法联合估计企业债券是用的程序,当然是在分解现金流的基础上进行-using svenson ns and the combination of the joint enterprise bonds is estimated using the procedure, Decomposition of course, is the cash flow on the basis of
- 2023-06-23 08:50:02下载
- 积分:1
-
进销存管理软件
简单的进销存管理软件,适合毕业设计使用,VPF开发,新手推荐,大家可以下载了自己修改..:)
简单的进销存管理软件,适合毕业设计使用,VPF开发,新手推荐,大家可以下载了自己修改..:)
简单的进销存管理软件,适合毕业设计使用,VPF开发,新手推荐,大家可以下载了自己修改..:)
- 2022-03-24 10:34:14下载
- 积分:1
-
音响商店的统计,影票的出售和捐助的C++程序统计统计
音响商店的统计,影票的出售和捐助的C++程序统计统计-audio stores statistics, a video votes and contributions for the sale of C statistics statistical procedures
- 2022-04-14 21:01:30下载
- 积分:1
-
DSP55系列TLV320AIC23PW芯片的英文手册,主要应用与音频的设计时应用该款芯片的说明。...
DSP55系列TLV320AIC23PW芯片的英文手册,主要应用与音频的设计时应用该款芯片的说明。-DSP55 series TLV320AIC23PW chip in English, major applications and the design of the audio application of the chip description.
- 2022-09-19 10:55:03下载
- 积分:1