-
VB和Labview编程应用,VB与Labview的一些联系。
VB和Labview编程应用,VB与Labview的一些联系。-VB and the application of Labview programming, VB some contact with Labview.
- 2022-03-21 02:36:22下载
- 积分:1
-
to reterive information about the mobile
to reterive information about the mobile
- 2023-01-31 17:05:03下载
- 积分:1
-
贪吃蛇的简易版本,缺点是刷新速度比较慢,得慢慢使用
贪吃蛇的简易版本,缺点是刷新速度比较慢,得慢慢使用-A simple version of Snake, the demerit is that refresh more slowly, too slowly to use
- 2022-02-12 15:10:36下载
- 积分: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
-
a card game set the source, contains many of the basic c
一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用-a card game set the source, contains many of the basic c-c language
- 2022-08-22 12:10:32下载
- 积分:1
-
模拟可变存储管理部一,设计成为一句很好的诗…
模拟实现可变分区存储管理
一、设计目的
在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。
二、各功能模块分析实现
设计合理的数据结构来描述存储空间:
对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage Management Division I. designed to become well versed in computer storage area management approaches on the basis of principle, C programming language in the windows operating system simulation systems of variable storage area management function, on the one hand, to deepen their understanding of the principles, Under the enhanced program has been through the principle of solving practical problems. for systems software development and puts forward a highly-efficient software solutions lay the groundwork. 2, the functional analysis module designed to achieve reasonable data structure to describe the storage space : Unallocated out of the question, use idle Linklist to describe.
- 2023-06-05 11:05:03下载
- 积分:1
-
mpc_asf_shd_源码
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-02 07:08:15下载
- 积分:1
-
管理学经典案例分析与解析
管理学经典案例分析与解析-classic case of management analysis and analytic
- 2022-05-16 05:27:05下载
- 积分:1
-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1
-
HTML5浪漫爱心表白动画在线演示
HTML5 浪漫爱心表白动画在线演示.htm 修改一下可以在情人节送给女友,表达心意。画面很漂亮。
- 2022-03-22 11:34:20下载
- 积分:1