搜索资源列表
hex2bin
- hex file to bin file convert tool
mpeg2
- 该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像 转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。 doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信 息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码 器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和
syslinux-2.10
- Windows上的精简Linux系统-Windows on the Linux system to streamline
bin-crypt.c
- 采用bin加密的经典算法。-bin encryption using the classical algorithm.
ICEflashS3C4510
- 本程序利用MULTI-ICE通过JTAG口下编译的可执行程序*.bin文件在线烧写flash-the procedures used MULTI- JTAG ICE through the mouth under compiler executable file-*. bin burning flash
u-boot-1.1.2
- U-Boot1.1.2是最为常用的嵌入式系统Bootloader,这个版本是目前的最新版本-U-Boot1.1.2 is the most commonly used in embedded system Bootloader, this version is the latest version
c语言中写二进制数
- c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 } -Write binary number in C language. Cited code: #define Bin(n) LongToBin(0x##
bin2intelhex
- 将bin转换成intel的hex文件的源程序-to convert the hex intel source documents
bcd_conv
- convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD
cnchess象棋
- linux系统下的一款象棋代码,在红旗4.0系统下编译通过-linux system under the new code chess, 4.0 in the red through the system compiler
fs2410_bios
- FS2410板子的bootloader,在ADS中编译出bin文件,烧写到2410 flash 0地址重新上电即可。-Bootloader FS2410 plank of the ADS compile the bin, burning of the flash 0 2,410 addresses can be re-power.
code_change
- 单片机编成中常用的几种码制转换BCD,HEX,BIN-SCM organization of several kinds of BCD code system conversion, HEX, BIN
viewbin
- 可以查看windows ce 下的nk.bin文件。其他的请察看源码-can check the windows ce document nk.bin. Please see the other FOSS
BinTOChar
- this program source for bin to hex
nboot-2
- S3C2440带图片显示和ce加载进度条显示的nboot-S3C2440 with pictures show the progress of the load ce shown nboot
bin2wav.zip
- PCM bin file to wave file,PCM bin file to wave file
bin
- 在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0<s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最少 箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。-
elf2bin
- 用VC编写的将elf文件转化为bin文件的程序,可以用来转化elf文件为二进制可执行文件-This program can change elf file into bin file.
Codes(multiple-Bin-Packing)
- 利用C语言,解决多为背包问题的禁忌搜索算法!世界名家所写!-Tabu search code for multimentional bin packing problem
Burn SD u-boot bin
- Burn SD u-boot bin to SD card for SD booting(6410 SoC based board).