-
This procedure demonstrated a half
本程序演示了半满方式的AD卡数据采集系统的实现方式和具体应用-This procedure demonstrated a half-full way of the AD card data acquisition system realize the ways and specific applications
- 2023-08-12 06:20:02下载
- 积分:1
-
Core
说明: 编制复合材料建模软件TexGen,模块Core源码(source code of modul Core, TexGen)
- 2020-11-24 16:29:32下载
- 积分:1
-
模拟退火算法tsp问题案例
说明: 模拟退火算法案例学习,可运行,可以供学习使用(Simulated annealing algorithm case study)
- 2020-06-18 10:20:02下载
- 积分:1
-
VF-PQ-OK
说明: 在并网时运用PQ策略,离网时运用VF控制,2种状态控制(PQ strategy is used in grid connection, VF control and two state control are used in off-grid connection.)
- 2020-10-30 22:49:56下载
- 积分:1
-
RGB肤色
通过对RGB像素点的计算,分离皮肤和背景。(By calculating RGB pixels, skin and background are separated.)
- 2020-06-18 12:20:01下载
- 积分:1
-
马赛克视频助手
说明: 视频流嗅探下载合并为一体的小工具,适合各类型视频(Video Streaming Sniffer Downloads as a Kit)
- 2020-06-16 09:40:01下载
- 积分:1
-
12
说明: 下面是一个结构体声明:
struct box
{
char maker[40]
float height
float width
float length
float volume
}
a. 编写一个函数,按值传递box结构,并显示每个成员的值
b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。
c. 编写一个使用这两个函数的简单程序
(Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
- 2013-06-02 17:27:08下载
- 积分:1
-
GoodsInge.Designer
可以实现行数小于等于十三的杨辉三角编程,并且实现了数字的对齐(Yang Hui triangle programming with lines less than or equal to thirteen can be realized, and digital alignment can be realized.)
- 2020-06-25 02:00:02下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
数学建模32种常规方法
说明: 数学建模常用的32中方法,有蚁群算法,遗传算法,最优化算法等(32 methods commonly used in mathematical modeling, such as ant colony algorithm, genetic algorithm, optimization algorithm, etc.)
- 2019-10-22 16:11:39下载
- 积分:1