搜索资源列表
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
wxWidgets-2.6.2
- This is a Win32 build of wxWidgets 2.6.2 for VC6, VC7.1, and VC8. wxWidgets is an open source GUI library. See http://wxWidgets.org for more information. You can download the source code for wxWidgets from http://wxwidgets.org/downld2.htm The G3
ChunkSpy-0.9.8
- LUA脚本动态反编译代码(直接用LUA脚本写的) ChunkSpy is a tool to disassemble a Lua binary chunk into a verbose listing that can then be studied. Its output bears a resemblance to the output listing of assemblers. Nick Trout s vmmerge5.lua was the tool that pro
ChangeVoiceDemo
- 这是利用网上的一个dirac的库制作的变声代码,可以实现变速不变调,变频,调整振幅来对变频产生的破音等进行修复。里面的声音是本人随意录的一段,可以随意换声文件,缺点是只支持wav和aif格式的,而且是写文件,不是操作二进制流,效率方面存在问题。其它的还是挺可以的.-This is a dirac library production use of the Internet changed the sound code, you can achieve variable speed to the
small
- 这是一个很简单的C语言小程序,实现的是把输入的一个十进制数转化为二进制数并将结果在屏幕输出。-This is a very simple C language small procedures, to achieve is to enter a decimal number into binary number and the results on the screen output.
erfenchazhao
- 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
tree
- 数据结构的二叉树,用图形的方式来演示,让你更容易理解数据结构-The binary tree data structure, using graphics to show the way, let you more easily understand the data structure
BSPMapTest
- BSP Map游戏测试例子-Java源码,模拟游戏地图-BSP Map Game Test example-Java source code to simulate the game map
3Dgame
- 源码为机器码,经过反汇编是汇编语言,功能是一段3D游戏的过场及音乐。是一届程序设计大赛的作品。应该有助于理解汇编指令。-Source for the binary, after the compilation is a compilation of anti-language, feature is the cross section of 3D games and music games. Design Competition is the next procedure works. Shou
33
- 找出1到N分別轉成二進制會有多少個1,先定義A(k)是1~2^k轉成2進制的1總和個數 (1<= <=2^k)-To identify 1 to N respectively, how many will be converted into a binary one, first the definition of A (k) is the 1 ~ 2 ^ k converted to a sum of two binary number (1 < = < = 2 ^ k)
Binary_Hex2147983282009
- binary to hex conversion game
symbianGame
- Gameloft的syambian培训代码,有如何解读二进制地图及动画文件。-Gameloft' s syambian training code, how to interpret the binary maps and animation.
testApp
- ### ### ### ### ### ### #### # # # Delta3D Examples: testApp # # # ######################################## Uses modules: dtCore, dtABC, dtUtil Purpose ------- To demonstrate basic functionality of the dtABC::Application class,
ERZHIHUA
- 能把验证图片二值化,二值化后图片更容易判断,更快,效果更明显-Able to verify that the image binary Image Binarization easier to judge, faster, more obvious
mj-1.6-src
- unix下的一个带客户端的麻将游戏 带源码-$Header: /home/jcb/newmj/RCS/README,v 11.4 2003/03/15 12:42:44 jcb Rel $ This is the README file for the Unix mah-jong programs by J. C. Bradfield. NOTICES: -------- Please see the file LICENCE for terms and c
binary-to-bcd2
- "二进制数调整BCD码的方法是将二进制码左移8次,每次移位后都检查低四位LSD+3是否大于7,如是则加3,否则不加,高4位MSD作同样处理"-" Binary number to adjust the BCD code is the binary code shifted left eight times, after each shift, check for a low whether four LSD+3 is greater than 7, the case of plus 3,
base_translation
- 实现2/8/10/16进制之间的转换,输入任何一个进制的数据,即能转换成其它三种进制的数据。Achieve 2/8/10/16 hex conversion between a binary input any data that can be converted to the other three binary data.-Achieve 2/8/10/16 hex conversion between a binary input any data that can be converte
phonelistBST
- 以binary search tree來建構電話簿,提供使用者增加、刪除、顯示、搜尋等功能。Use binary search tree to construct the phone list, providing the user functions such as "add, delete, display, and search ".-Use binary search tree to construct the phone list, providing the user functio
33
- 找出1到N分別轉成二進制會有多少個1,先定義A(k)是1~2^k轉成2進制的1總和個數 (1< = < =2^k)-To identify 1 to N respectively, how many will be converted into a binary one, first the definition of A (k) is the 1 ~ 2 ^ k converted to a sum of two binary number (1 < = < = 2 ^ k)
dataconvert
- 各种进制数转换子程序, 十进制数转二进制,转八进制数等.-Various M-ary digital conversion subroutine, including decimal number to binary, octal, etc...