-
revers engineering docs for 8051 micro controller
revers engineering docs for 8051 micro controller
- 2022-04-24 19:41:05下载
- 积分:1
-
可用于替换任意数据类型实例的列表尾指针…
带头尾指针的list,可以使用任意数据类型替换例子中的类型,实现从尾部插入元素,从任意位置删除元素。-lead the list tail pointer can be used to replace arbitrary data types examples of types, from a tail insert elements from any location delete elements.
- 2022-04-09 05:26:26下载
- 积分:1
-
手机店管理
手机店铺管理是是用C#语言的一个窗口基础软件。可以采取这个软件所有的动作。
- 2022-05-09 14:24:46下载
- 积分:1
-
如题, 如题, 如题, 如题, 如题, 如题,
如题, 如题, 如题, 如题, 如题, 如题,-如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,如题,
- 2023-07-25 12:50:03下载
- 积分:1
-
停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到...
停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该辆车开出大门外后,为它让路的车辆再按原次序进入车场。在这里假设汽车不能从便道上开走。-err
- 2023-05-15 14:20:02下载
- 积分:1
-
c接口和实现,非常经典的c接口书籍。完整pdf版本,适合用c实现oop方式的编程。...
c接口和实现,非常经典的c接口书籍。完整pdf版本,适合用c实现oop方式的编程。-c interface and realize very classic books c interface. Complete pdf version suitable way c realize oop programming.
- 2023-03-22 10:45:04下载
- 积分: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
-
这是一个通讯录程序,商店名称,地址,电话,电子邮件。它的。
This is an address book program that stores name, adress, phone, and email. It uses an address book class to implement it. Lots of comments, and easily customizable. It does NOT work w/ borland. It isn t finished, but 95% of it runs. Check back for update
- 2022-04-06 23:36:07下载
- 积分:1
-
实现计算器的四则运算,代码简洁。但缺乏进制转换和复杂运算...
实现计算器的四则运算,代码简洁。但缺乏进制转换和复杂运算-4 realize calculator computation, concise code. However, the lack of M-ary conversion and the complexity of computing
- 2023-01-16 22:35:03下载
- 积分:1
-
A simple C++ Document generator, by definition, generate a good format C++ Heade...
一个简单的C++文件生成器,根据定义,生成良好的格式C++头文件和实现文件,包含缺省构造,拷贝构造等等。-A simple C++ Document generator, by definition, generate a good format C++ Header file and the realization of a document that contains the default configuration, copy-constructor and so on.
- 2022-06-19 12:29:21下载
- 积分:1