-
计算卫星星历的小程序,还不太完善,请多多指教。VC++6.0环境下编译...
计算卫星星历的小程序,还不太完善,请多多指教。VC++6.0环境下编译-satellite ephemeris calculation of the small program is not really perfect, the exhibitions. VC 6.0 compiler environment
- 2022-10-27 18:00:03下载
- 积分:1
-
imitate a resource for the dialog management procedures, and by CTreeCtl CListCt...
一个模拟资源的对话框管理程序,并由CTreeCtl CListCtl实现。
- 2022-02-20 14:15:14下载
- 积分:1
-
朋友们,该程序为雷达跟踪模拟程序,希望要雷达平面数据的朋友们喜欢
朋友们,该程序为雷达跟踪模拟程序,希望要雷达平面数据的朋友们喜欢-friends, the procedures for tracking radar simulation procedure, hoping to radar data plane like friends
- 2022-10-07 13:30:03下载
- 积分:1
-
This is a 8051 tutorial, very useful, which is described in detail the internal...
这是一本8051单片机教程,非常实用,里面非常详细介绍了 51的内部结构及程序。是本不错的书-This is a 8051 tutorial, very useful, which is described in detail the internal structure of 51 and procedures. Is a good book
- 2022-08-24 04:24:43下载
- 积分:1
-
OpenCV车辆动态识别且可计数等
本文件是基于opencv的,可以视频中的车辆进行计数还有估测车辆的速度。
- 2022-03-10 11:15:26下载
- 积分:1
-
read ie query string
read ie query string
- 2022-03-31 01:35:22下载
- 积分:1
-
Chinese chess. The project is in Visual Studio.net 2003 built under Win32 consol...
中国象棋。该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。
下棋方式:
用户按输入起点坐标、终点坐标的方式下棋;
(棋盘左下角计作(0,0),右上角计作(8,9))
同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
例如:
用户第一步走:炮二平五
则输入7242,回车
计算机回应:马8进7
则屏幕输出79 67
-Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end o
- 2023-01-15 21:45:03下载
- 积分:1
-
学生成绩管理,采用C语言函数指针编写,调试通过。
学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
- 2022-01-26 00:10:15下载
- 积分:1
-
字体选择框演示程序
字体选择组合框演示程序-font choices Box demo program
- 2022-12-29 23:05:03下载
- 积分:1
-
function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four
function [tout, yout] = rk4(ypfun, tspan, y0, h)
%定步长四阶Runge-Kutta法求常微分方程(组)数值解
%[tout,yout] = rk4( ypfun , tspan, y0,h)
% 这里字符串ypfun是用以表示f(t, y)的M文件名,
% tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0表示初值向量y0,h是步长。
% 输出列向量tout表示节点 (t0 , t1 , … , tn)
% 输出矩阵yout 表示数值解,每一列对应y的一个分量-function [tout, yout] = rk4 (ypfun. tspan, y0, h)% fixed step four-stage Runge- Kutta method for ordinary differential equations (Group) numerical solution% [tout. yout] = rk4 (ypfun, tspan, y0, h)% string ypfun here is used to indicate that f (t, y) M name, tspan% = [t0. tfinal] said variable initial and final t0 tf% y0 said initial vector y0, h is a step. % Output column vector tout said Node (t0, t1, ..., tn)% output matrix yout said numerical solution, each y counterparts out of a weight
- 2023-01-15 01:20:03下载
- 积分:1