Welcome![Sign In][Sign Up]
Location:
Search - 1029

Search list

[Communicationpku

Description: pku北大题库的部分题目,共12题。 1029.cpp,1032.cpp,1035.cpp,1128.cpp,1045.cpp,1051.CPP, 1056.cpp,3173.cpp,3186.cpp,3187.cpp,3191.cpp,3256.c
Platform: | Size: 6597 | Author: 钟国英 | Hits:

[Communicationpku

Description: pku北大题库的部分题目,共12题。 1029.cpp,1032.cpp,1035.cpp,1128.cpp,1045.cpp,1051.CPP, 1056.cpp,3173.cpp,3186.cpp,3187.cpp,3191.cpp,3256.c-PKU North part of the topic questions, a total of 12 questions. 1029.cpp, 1032.cpp, 1035.cpp, 1128.cpp, 1045.cpp, 1051.CPP, 1056.cpp, 3173.cpp, 3186.cpp, 3187.cpp, 3191.cpp, 3256.c
Platform: | Size: 6144 | Author: 钟国英 | Hits:

[Data structsacmcode

Description: 以前ACM在哈工程HRBEU做的一些简单题目,给新手入门做些参考吧-ACM ago in the Kazakhstan project to do some simple HRBEU topic reference to beginners do it
Platform: | Size: 32768 | Author: wwb | Hits:

[Other1029-Rabbit

Description: 中大oj(Sicily)1029的题目。这道题目主要是看清递归关系式而编即可。注意处理精度。本程序利用四位进位处理精度。-Problem The rabbits have powerful reproduction ability. One pair of adult rabbits can give birth to one pair of kid rabbits every month. And after m months, the kid rabbits can become adult rabbits. As we all know, when m=2, the sequence of the number of pairs of rabbits in each month is called Fibonacci sequence. But when m<>2, the problem seems not so simple. You job is to calculate after d months, how many pairs of the rabbits are there if there is exactly one pair of adult rabbits initially. You may assume that none of the rabbits dies in this period. Input The input may have multiple test cases. In each test case, there is one line having two integers m(1<=m<=10), d(1<=d<=100), m is the number of months after which kid rabbits can become adult rabbits, and d is the number of months after which you should calculate the number of pairs of rabbits. The input will be terminated by m=d=0. Output You must print the n
Platform: | Size: 1024 | Author: 冰淇淋 | Hits:

[Other1029

Description: 这个也是本人做的pku acm里面的题目,希望对初学acm的人有帮助。-I do this is inside the title of pku acm, acm beginner would like to help people.
Platform: | Size: 92160 | Author: jiejie | Hits:

[Windows Develop1029

Description: 自己写的XMU(厦门大学OJ)1029题源代码,提交通过-Wrote it myself XMU (Xiamen University, OJ) 1029 title source code, submitted by
Platform: | Size: 1024 | Author: 周公 | Hits:

[MySQLmysqlcc-0.9.4-win32

Description: mysqlcc-0.9.4-win32 [WiseInstaller] RuntimeVersion=1.10.1029.1 ProductFile=mysqlcc.msi ProductCode={7EFDA3AC-8A61-43C0-B023-33866829C816} ProductVersion=0.9.4 ProductName=MySQL Control Center Remove Previous=1 AdminError=You must have administrator rights to run this installation. Please login as an administrator and re-run this installation. ExistError= s Version s is already installed. You must uninstall the existing version before installing s Version s. Do you want to uninstall the existing version of s? SpaceError=Could not create temporary file, not enough free temporary disk space. Please free up disk space and rerun this installation. WiseInitPrefix=Initializing WiseInitSuffix=Wizard... Runtime9X= RuntimeNT=-mysqlcc-0.9.4-win32 [WiseInstaller] RuntimeVersion=1.10.1029.1 ProductFile=mysqlcc.msi ProductCode={7EFDA3AC-8A61-43C0-B023-33866829C816} ProductVersion=0.9.4 ProductName=MySQL Control Center Remove Previous=1 AdminError=You must have administrator rights to run this installation. Please login as an administrator and re-run this installation. ExistError= s Version s is already installed. You must uninstall the existing version before installing s Version s. Do you want to uninstall the existing version of s? SpaceError=Could not create temporary file, not enough free temporary disk space. Please free up disk space and rerun this installation. WiseInitPrefix=Initializing WiseInitSuffix=Wizard... Runtime9X= RuntimeNT=
Platform: | Size: 3533824 | Author: freecot | Hits:

[Delphi VCL200711816515290

Description: Pascal Script 3 http://www.2ccc.com/article.asp?articleid=1029 SynEdit v1.1 http://www.2ccc.com/article.asp?articleid=604 以上组件包安装完毕以后再安装Components目录下的组件,此时提示未声明Run错误,根据提示我们重新编译SynEdit包,修改SynHighlighterPas单元的私有变量Run: LongInt 转移到保护变量,这样在重新编译Components目录下的组件应该就OK了。 (注,可能不用安装SynEdit也OK,好像Components目录下的组件已经包含了简化的此组件,不过我没有测试。) 打开ISCmplr.dpr编译生成ISCmplr.dll文件,最后打开Compil32.dpr编译完成! -Pascal Script 3 http://www.2ccc.com/article.asp?articleid=1029 SynEdit v1.1 http://www.2ccc.com/article.asp?articleid=604 these components installed after you install package Components directory component, then prompted not declared Run error, prompted us to re-compile SynEdit package, modify the unit' s private variables SynHighlighterPas Run: LongInt move to protect the variable so that recompiling Components directory components should be on OK. (Note, may not have to install SynEdit also OK, if Components directory contains the components have been simplified for this component, but I have not tested.) Open ISCmplr.dpr compiler generates ISCmplr.dll file, the last open Compil32.dpr compile complete !
Platform: | Size: 848896 | Author: lakeslsafh56 | Hits:

[Otheracm

Description: joj acm 源代码,即一些题得答案,方便大家联系参考。加油吧。-joj acm of jlu
Platform: | Size: 921600 | Author: 陈文文 | Hits:

[Mathimatics-Numerical algorithmscounting-problem

Description: 给你两个数a和b,你的任务是计算出1在a和b之间出现的次数,比如说,如果a=1024,b=1032,那么a和b之间的数就是: 1024 1025 1026 1027 1028 1029 1030 1031 1032 则有10个1出现在这些数中。 -Give you two numbers a and b, your task is to calculate a and b in a number of times between, for example, if a = 1024, b = 1032, then a and b between the number is: 10241025 1026 1027 1,028,102,910,301,031 1032 10 1 appeared in several of these.
Platform: | Size: 2048 | Author: d | Hits:

[File FormatSP_Flash_Tool_v1.1029.00

Description: “MTK_WRT_SN_exe_2.0924.-File Backup
Platform: | Size: 2254848 | Author: lp | Hits:

[Other Embeded programJN-AP-1029-MAC-Security-1v1

Description: Jennic 5139/5148 MAC协议安全机制应用程序-The Jennic 5139/5148 MAC protocol security mechanisms application
Platform: | Size: 304128 | Author: hl | Hits:

[SQL ServerDAServer2

Description: SQLServerProvider У|УГі МРтПтμј ТСОЄ Дъґ ґ Ѕ ЁБЛґ Л SQLServerProvider DLLЎ Ј ґ Л DLL І » Ѕ ц ЛμГчБЛК№УГ Microsoft » щґ Ў АаμД» щґ Ў Ј ¬ ¶ шЗТ ТІ КЗ±аРґ DLL μДЖрμгЎ Ј ґ ЛОДј ю°ьє ¬ Чйі Й SQLServerProvider DLL μДГї ёцОДј юμДДЪИЭХЄ ТЄ Ў Ј -SQLServerProvider У|УГі МРтПтμј ТСОЄ Дъґ ґ Ѕ ЁБЛґ Л SQLServerProvider DLLЎ Ј ґ Л DLL І » Ѕ ц ЛμГчБЛК№УГ Microsoft » щґ Ў АаμД» щґ Ў Ј ¬ ¶ шЗТ ТІ КЗ±аРґ DLL μДЖрμгЎ Ј ґ ЛОДј ю°ьє ¬ Чйі Й SQLServerProvider DLL μДГї ёцОДј юμДДЪИЭХЄ ТЄ Ў Ј
Platform: | Size: 2849792 | Author: vitalmailme | Hits:

[Otherwoj2

Description: WOJ题库第1020、1026、1028、1029、1030题的c语言源代码,下载可用-WOJ questions in 1020th, 1026, 1028, 1029, 1030 C language source code, available for download
Platform: | Size: 29696 | Author: Doc | Hits:

[Linux-Unixmax1027-adc

Description: Maxim 1027 1029 1031 Analog to Digital Converter (ADC).
Platform: | Size: 1024 | Author: vrzuwou | Hits:

[Internet-NetworkFirewall__60143Mapping--1029PowerEN

Description: 源码Firewall__60143Mapping 1029PowerEN的功能强大,比其他同类源码功能跟多,学习必备-Source Firewall__60143Mapping- 1029 poweren powerful, more than other similar source function, for learning
Platform: | Size: 14336 | Author: POQLimmfi-48929 | Hits:

[OtherQualcomm Multimedia Technology Journal

Description: Qualcomm Multimedia Technology Journal 2014-1015,1017,1029,1110,1126
Platform: | Size: 3671040 | Author: x2bc4 | Hits:

CodeBus www.codebus.net