-
登录处理类
梦幻西游登录系统源码实例欢迎大家查看我的源码很高大上的(Fantasy Westward Journey Logon System Source Example Welcome to check my source code is very high.)
- 2020-06-21 08:20:02下载
- 积分:1
-
Cpragromexamplepart2
经典编程900例(C语言),这是part2,对于刚接触编程的人来说,熟悉用C实现各种运算还是很必要的,()
- 2007-09-12 00:50:31下载
- 积分:1
-
newton
牛顿插值算法,利用数组存储均差表,一步步迭代求得插值(Newton interpolation algorithm, the use of array stores are differential gauge, step by step, iterative get interpolation
)
- 2012-05-06 15:22:52下载
- 积分:1
-
Hans123Trader_v9_02
说明: As a widely popular breakthrough trading strategy in the foreign exchange market, hans123 uses its simple breakout of high and low points of n-k lines after opening as the criteria for triggering trading signals. This is also an early entry mode of trading, with appropriate filtering technology, or to improve its odds.
- 2020-09-01 11:38:10下载
- 积分:1
-
AI-90-10
人工智能算法包含各种情况可在Delphi和C++中使用(artificial intelligence algorithms encompass a variety of situations in Delphi and C use)
- 2007-06-14 00:55:19下载
- 积分:1
-
Bigint
利用双向链表实现对两大整数的相加运算。
可以修改数组长度实现更大整数的相加(Realize the use of two-way linked list of integers the sum of the two operations. Can modify the array length to achieve a greater sum of integers)
- 2007-10-18 21:34:06下载
- 积分:1
-
rs274ngc
rs274ngc,G代码解析器(使用VC 2008编译环境)(parse G code)
- 2021-04-29 13:58:43下载
- 积分:1
-
MATLAB从入门到精通
matlab从入门到精通,介绍matlab基本应用与代码实例。(Matlab from entry to mastery)
- 2017-08-25 15:49:08下载
- 积分:1
-
很好的csharp 管理系统代码 , 数据库是axces 的
很好的csharp 管理系统代码 , 数据库是axces 的 -goooooooooooooooooooooooooooood!!~
- 2022-12-16 08:55:03下载
- 积分:1
-
MFC下实现图形学之立方体平移、比例、旋转、投影变换算法 代码
/绘制坐标系以及初始立方体
//*********************************
void CTransGraphicsView::OnDraw(CDC* pDC)
{
CTransGraphicsDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
HBRUSH hbrush;
CPen pen;
HPEN hPen;
// TODO: add draw code for native data here
pen.CreatePen(PS_SOLID,3,RGB(255,0,0));
hPen=(HPEN)pDC->SelectObject(pen);
pDC->SetViewportOrg(cxClient/2,cyClient/2);
pDC->MoveTo(-cxClient/2,0);
pDC->LineTo(cxClient/2,0);
pDC->MoveTo(0,-cyClient/2);
pDC->LineTo(0,cyClient/2);
pen.DeleteObject();
pDC->SelectObject(hPen);
this->ShadowTrans(-45);
for(int i=0;i
- 2022-01-26 02:03:54下载
- 积分:1