资源列表
javascript_run_exe
- javascr ipt调用本地的exe程序 例子代码-javascr ipt call local examples exe procedure code
FixedNestedMonitor
- 英国帝国理工学院电脑系多线程课程教学材料之七 ---- 嵌套监督程序范例(改正版)-This version of the bounded buffer monitor uses semaphores. In this version, the deadlock has been fixed.
UserData.java
- Basic java program to understand the string class. It prints out a sentence as entered by the user. It is a basic program.
dlp
- discrete log problem... implemented in java -discrete log problem... implemented in java
TCPClient
- TCP Client 实例 基本函数都已经给出 可供java初学者练习数据传输的功能 -a simple tcp client sample
Menu
- 基于js的菜单导航,适于初学者研习,希望对你有帮助!-Js-based menu navigation, suitable for beginners learning, want to help you!
Canny
- Code Java for Canny Filter
Heksa_Desimal
- This Java program "how to convert hexadecimal to the decimal". Check it out!-This is Java program "how to convert hexadecimal to the decimal". Check it out!
BasicEofSensorWatcher
- Basic implementation of Eof Sensor Watcher Eof Sensor Watcher.
RequestRectangleVisibleWithInternalScrollTest
- This suppressed because TextView#scrollBy isn t working. -This is suppressed because TextView#scrollBy isn t working.
DESedeKeySpec
- The key specification for a triple-DES (DES-EDE) key.
bukepai
- 1.写一个程序提示用户键入某一货币数量(以分为单位),该程序应计算出如何用最少量的1元,50分,10分和1分硬币得到该数目。如195分最少可以用一个1元硬币,1个50分硬币,4个10分硬币和5个1分硬币组成。 注意:可以不用数组。 2.写一个程序可以对两个字符串进行测试,得知第一个字符串是否包含在第二个字符串中。如字符串”PEN”包含在字符串“INDEPENDENT”中。 可以利用字符串类的方法 boolean regionMatches(int toffset, String