-
cgminer-4.11.0
this is a cgminer....
- 2017-10-06 20:22:01下载
- 积分:1
-
三维各向异性有限差分地震波模拟程序
matlab编写的三维各向异性有限差分正演程序(3D anisotropic finite difference forward modeling written in MATLAB)
- 2018-10-18 22:24:06下载
- 积分:1
-
Introduction: Functional Description: Commodity classification shows, browse mer...
简介:功能描述:商品的分类显示、浏览商品、用户登录、选购和调整购物车、集中结算、存储订单、查看订单 -Introduction: Functional Description: Commodity classification shows, browse merchandise, users log in, choose and adjust the shopping cart, centralized billing, store orders, view orders
- 2022-04-17 18:59:25下载
- 积分:1
-
PHP在线下载程序 V1.0
php在线下载程序,可以很方便在服务器端下载程序安装包(Discuz!、phpwind、Dedecms、WordPress....等一些常用程序),也可以通过url下载,并存储在服务器,大大减少站长上传程序安装包时间.
- 2023-04-09 08:15:03下载
- 积分:1
-
matlabgif
matlab简单的把图片制作成GIF,如果有错误,请提出(Matlab simply makes the picture GIF. If there are any mistakes, please bring them up.)
- 2020-06-23 14:00:01下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
llku
这是一个虚拟分区的源代码,其功能是把任何一个文件夹虚拟成一个分区,(This is the source code of a virtual partition, the function of which is to virtual any folder into a partition,)
- 2018-12-21 07:51:31下载
- 积分:1
-
简单计算器
一个交互式的计算器。
1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。
2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。
4. 四则运算表达式求值。
5. 含单变量的表达式求值。
6. 定义并运行简单函数。
7. 保留函数定义历史,并可以运行历史函数。
8. 函数的调用。
9. 操作数的各种字面常量的处理。
10. 支持矩阵的运算。(An interactive calculator.
1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on.
2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc.
4. Four Operational Expressions.
5. Evaluation of expressions with univariates.
6. Define and run simple functions.
7. Retain function definition history and run history function.
8. Call of function.
9. Processing of literal constants of operands.
10. Supporting matrix operations.)
- 2020-10-21 12:27:24下载
- 积分:1
-
cartoon rendering procedures Example
卡通渲染的程序示例-cartoon rendering procedures Example
- 2023-05-18 19:25:03下载
- 积分:1
-
Hanoi-Tower
在linux下用C语言实现了一个简单的4层汉诺塔游戏,很有借鉴意义(In linux using C language to implement a simple 4-layer Tower of Hanoi game, great reference)
- 2012-01-29 17:54:05下载
- 积分:1