-
利用VC实现多个数据文件合并到一个,方便进行数据处理
利用VC实现多个数据文件合并到一个,方便进行数据处理-It s easy to dispose data by making some data files unique with Visul C.
- 2022-05-10 11:29:36下载
- 积分:1
-
GBA-LOGO制作器
GBA logo制作工具1.0版相关说明
本软件是由模拟天下汉化小组阿一于2003年4月7日完工
由于第一次编写此类软件,所以制作效果还不是很好,比如LOGO还没有很多的效果,并不支持声音等等。不过相信下一个版本一定会更完善的。
也请大家多多支持。以后会推出更多的软件给大家的。。。呵呵^_^
软件使用注意点:
1:对于要插入LOGO的GBA文件必需是标准的游戏ROM。
2:图片必需是bmp格式,并且是宽240、高160、颜色可以必需保证256色以上。现暂时不支持更多的图片格式。
3:插入地址后面必需要保证有80K的空白数据区,否则有可能引起游戏不能正常进行。
如果对于此软件有什么疑问请到模拟天下论坛来提问:http://bbs.emucn.net
顺便说明一下:现在小天使的GBA制作工具已经比我这个完善好多,我意见大家去使用那个吧。。。(不过我相信下一个版本的功能一定会追上去的,嘻嘻)
小天使的网站:http://www.chinaemu.net/zhuanti/angel/
- 2022-04-28 04:37:13下载
- 积分:1
-
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用...
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用-It can be used as the cartoon background music and selected by the user according to his favorites.
- 2022-07-25 00:19:36下载
- 积分:1
-
在线查找税码
此项目检查税务代码在线从官方网站 ANAF。
如果你问这个验证码,这被插入在一个单独的屏幕中。
- 2022-01-31 04:51:33下载
- 积分:1
-
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。...
利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。-The use of dynamic programming techniques and recursive approach to find the two alphabets A and B, the largest public string length.
- 2022-08-13 06:57:52下载
- 积分:1
-
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法...
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法-before doing small procedures for avoiding lengthy calculator input errors; Method : traditional Chinese grade to the suffix
- 2022-02-02 07:13:57下载
- 积分:1
-
this best way to see how is this or that on this
this best way to see how is this or that on this-this is best way to see how is this or that on this
- 2022-06-21 22:39:29下载
- 积分:1
-
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务...
正版软件网上序列号注册向导
这个程序演示使用网络来验证软件的序列号是否是正版.你需要把调用程序writeFile.php上传到你的服务器,当然你的服务器需要支持PHP功能,MYSQL不需要.-Serial number of legitimate software online registration wizard demo of this process using the Internet to verify the serial number of the software whether it is genuine. You need to call the procedure writeFile.php uploaded to your server, of course, your server needs to support PHP function, MYSQL not required.
- 2023-08-28 17:30:04下载
- 积分:1
-
今年百度之星程序设计大赛5月31日初赛的程序。
今年百度之星程序设计大赛5月31日初赛的程序。-Star program this year, Baidu Design Competition May 31 Preliminary procedure.
- 2022-07-04 19:43:43下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1