C8051 int 的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.
上传时间: 2017-06-06
上传用户:ukuk
This is program with source code to convert ascii text files to the maxicode barcode standard. The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The codes for the first column are as follows: PM, SM, CC, MO, SC, and PC.
标签: maxicode standard barcode convert
上传时间: 2017-06-07
上传用户:ardager
java中向txt中写入信息,同时其中也包含读信息的部分,希望能够有所帮助!
上传时间: 2017-06-09
上传用户:bruce5996
PHP破解工具,使用方法见command.txt里有相关介绍
上传时间: 2014-01-06
上传用户:13215175592
int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (n height) int col = (n / height) * COLS / 2 mvprintw(row, col, " *s : ", COLS/4, name) addch(code) return n + 1 }
标签: int const show_char chtype
上传时间: 2017-06-12
上传用户:3到15
程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。
上传时间: 2017-06-13
上传用户:410805624
txt file..........................
上传时间: 2017-06-14
上传用户:330402686
通过输入文本文件(待压缩文件)的文件名(.txt)向指定目标文件夹输出压缩文件(文本文件),同时计算出文件压缩率。附加解压功能。
上传时间: 2013-11-29
上传用户:zycidjl
alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删除列 alter table tbl_name drop col_name 例如,删除列weight: mysql>alter table pet drop weight 改变列 alter table tbl_name modify col_name type 例如,改变weight的类型: mysql> alter table pet modify weight samllint 另一种方法是: alter table tbl_name change old_col_name col_name type 例如: mysql> alter table pet change weight weight samllint 给列更名 mysql>alter table pet change weight wei 给表更名 alter table tbl_name rename new_tbl 例如,把pet表更名为animal mysql>alter table pet rename animal
上传时间: 2013-12-06
上传用户:离殇
本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中
上传时间: 2014-01-08
上传用户:silenthink