-
EtenROM的分解制作里面的ExtROM_pack.bat是写入命令,ExtROM_unpack.bat是释放命令!!ETEN的ROM文件是temp.dat,...
EtenROM的分解制作里面的ExtROM_pack.bat是写入命令,ExtROM_unpack.bat是释放命令!!ETEN的ROM文件是temp.dat,把此文件和命令们放在同一目录,运行ExtROM_unpack.bat会释放出ExtROM目录和内容(修改,提取,增减!随你便了,但不要乱来哦!)改好后再运行ExtROM_pack.bat,就会把ExtROM的内容写入TEMP.DAT了~~简单吧~~!
-EtenROMimgfs Cannot map file imgfs_raw_data.bin
- 2022-05-26 20:56:41下载
- 积分:1
-
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以...
一个飞机票订票和退票系统。假设某民航机场有m个航次的班机,每个航次都只到达一个目的地,试为该机场售票处设计一个自动订票和退票系统。
该系统需要实现以下功能:
(1) 订票:若该航次余票数大于等于客订票数,则在该航次的乘客表(按乘客姓氏字母词典顺序排列)中,插入订票乘客的信息项,并修改该航次有关数据,否则给出相应提示信息;
(2) 退票:若退票数小于该乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票使得该乘客的订票数为零时,要从乘客表中撤销该乘客项;否则给出相应的提示信息;
(3) 将某航次的余票数恢复初值为该航次的最大客票数;
(4) 显示:显示该机场各航次班机的售票情况。-Booking air tickets and a refund system. Assuming there are m a civil airport voyage of the flights, each voyage only to reach a destination, the trial design for an automated airport ticket booking and refund system.
The system needs to achieve the following functions:
(1) booking: If the voyage than the number of votes greater than or equal to the number of passengers booking, the passenger in the voyage List (alphabetical by passengers dictionary order), insert the booking information of passengers, and modify the data of the voyage Otherwise, the corresponding message
(2) Refund: If the refund is less than the number of votes of the original passeng
- 2022-08-03 17:49:14下载
- 积分:1
-
It is a development of the VC document comparison tool, as useful as Windiff.
这是一个有VC开发的文件比较工具,就像Windiff一样好用。-It is a development of the VC document comparison tool, as useful as Windiff.
- 2022-03-24 18:00:58下载
- 积分:1
-
use Directx produced by the Earth 3D
使用Directx 制作的3D地球-use Directx produced by the Earth 3D
- 2022-06-13 03:15:03下载
- 积分:1
-
Through the temperature sensor detecting the temperature of the outside world, a...
通过温度传感器检测外界的温度,然后经放大接入A/D,和键盘设置的温度值进行比较,来调节控制器对加热器进行控制,使温度保持在设定温度附近,并通过LED显示温度值,如果出现温度异常,通过嗡鸣器进行报警。以实现温度设置输入、温度显示、温度异常报警、加热执行器控制等功能-Through the temperature sensor detecting the temperature of the outside world, and then by the enlarged access A/D, and keyboard settings to compare the temperature to adjust the controller to the heater control to maintain the temperature near the set temperature, and temperature LED display value, if there is abnormal temperature, through the alarm device Ong Ming. Input to achieve the set temperature, the temperature showed that temperature anomalies alarm, heating and other functions to implement control
- 2022-09-18 11:10:02下载
- 积分:1
-
wince embedded under the text painted hook
wince下的嵌入式文本勾绘以及描述,侧重于文字字体选择-wince embedded under the text painted hook
- 2022-08-14 12:06:36下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
双调旅行售货员问题C++
程序是关于双调旅行售货员问题的C++算法实现,某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。
- 2023-04-29 00:45:02下载
- 积分:1
-
实现简单的文件操作,比如文件加密等。可以看看。
实现简单的文件操作,比如文件加密等。可以看看。-Simple file operations, such as file encryption and so on. Can look at.
- 2022-07-22 23:59:05下载
- 积分:1
-
Wince 2440 16C552驱动。
Wince 2440 16C552驱动。-16C554 is Drivers。
- 2022-04-20 04:16:37下载
- 积分:1