-
Matlab_exams
MATLAB 考题整理,附带了详细的答案,很好的资料(MATLAB exam finish, with a detailed answer, very good information)
- 2010-06-07 21:21:33下载
- 积分:1
-
HTML5 socket在线聊天程序 源码
HTML5 socket在线聊天程序 源码
- 2014-09-13下载
- 积分:1
-
AIAA-2006-6753
SGP4官方程序,包括matlab,java,C++等源码和说明文件(Official program of SGP4 model,includes Matlab, VC, Java, etc.)
- 2021-03-15 17:59:22下载
- 积分:1
-
比较完善的企业销售管理信息系统,如有不明白之处请EMAIL本人。...
比较完善的企业销售管理信息系统,如有不明白之处请EMAIL本人。-Relatively perfect enterprise sales management information system, if not understand, please EMAIL me.
- 2022-08-08 06:49:17下载
- 积分:1
-
MDIFrameBackground
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1
-
qqq
蚁群算法求解TSP问题的源代码,c++实现的(Ant colony algorithm for TSP source code, c++ achieved)
- 2014-05-20 15:08:19下载
- 积分:1
-
CPP_Socket
windows客户端与服务器之间的网络通信代码(windows between the client and server network communications code)
- 2013-07-11 23:32:54下载
- 积分:1
-
66306038
说明:
- 2018-04-26 19:00:29下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
C# 局域网聊天室 源码下载
- 2014-11-29下载
- 积分:1