搜索资源列表
抓交通肇事犯
- 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic vio
yamon-sampleappl-src-02.03
- Support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.com。This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, a
yamon-src-02.04.tar
- This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, inclu
yamon-bin-02.04
- This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, inclu
WAPStep1
- WML的基本情况 [TOP] 用于WAP的标记语言就是WML(Wireless Markup Language)。WML的语法跟XML一样,WML是XML的子集。HTML、XML和WML的文件有很多相似之处,这样网页开发者在过去10年中所学的东西今天依然适用。WML页面文件的后缀是 *.WML,就象HTML的 *.HTML后缀。XML规定定义了一个规范的XML文件的规格。任何违反这个规定的WML文件会出错。WML文件通常使用XML
asptbcomawsxdec
- 使用前请您先阅读以下条款,否则请勿使用本站提供的文件! 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。 3) 由本站提供的程序对您的网站或计算机造成严重后果的本站概不负责。 4) 转载本站提供的资源请勿删除本说明文件。 5) 本站提供的程序均为网上搜集,如果该程序涉及或侵害到您的版权请立即写信通知我们。E-mail: wanshi@c
zhy20070411124203808.Rar
- 代码仅用于学习和研究之用,请不要用于商业途径。 2)不保证软件的完整性和是否含有病毒、是否加密,请自行调试和杀毒。 3)如果您认为侵犯了你的权益,请来信跟我们联系,我们马上删除连接。 4)欢迎作者给本站提供代码。 5)请在下载后24小时内删除,谢谢合作。 -code only for learning and research purposes, please do not used for commercial m
20070612
- 这是我找到的,如果侵犯了你的权利,请多多包涵。-This is what I find, if a violation of your rights, please bear with me.
FILEUTIL
- This program is a total rewrite of the Bell Laboratories Unix(Tm) command of the same name, as of System V. It contains no proprietary code, and therefore may be used without violation of any proprietary agreem
逆向3900抓拍器
- 用电子警察上面,在汽车有违章是 可以把他给抓拍下来-electronic above, the car can be a violation him down to snapper
mosane_NeoNumLED_v0.3
- 仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005-4-4 分 类:图形 发布者:mosane 更新时间:2005-4-4 语 种:简体中文 编辑器:DELPHI7 平 台:Win9x,Win2k/XP/NT,Win2003 下载浏览:219/836 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 13.0K 软件大小: - BT搜索客 最新、最快的
逆向3900抓拍器
- 用电子警察上面,在汽车有违章是 可以把他给抓拍下来-electronic above, the car can be a violation him down to snapper
mosane_NeoNumLED_v0.3
- 仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005-4-4 分 类:图形 发布者:mosane 更新时间:2005-4-4 语 种:简体中文 编辑器:DELPHI7 平 台:Win9x,Win2k/XP/NT,Win2003 下载浏览:219/836 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 13.0K 软件大小: - BT搜索客 最新、最快的
抓交通肇事犯
- 一辆卡车违反交通规则,撞人后逃跑。现场有三人目击事件,但都没有记住车号,只记下车号的一些特征。甲说:牌照的前两位数字是相同的;乙说:牌照的后两位数字是相同的,但与前两位不同; 丙是数学家,他说:四位的车号刚好是一个整数的平方。请根据以上线索求出车号。 *问题分析与算法设计 按照题目的要求造出一个前两位数相同、后两位数相同且相互间又不同的整数,然后判断该整数是否是另一个整数的平方。 *-a truck traffic vio
yamon-sampleappl-src-02.03
- Support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.com。This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, a
yamon-src-02.04.tar
- This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, inclu
MutexesDlg
- 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because
VisualLeakDetector
- visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TR
traffic
- simple java code to find out how much is your traffic violation
Vehicle-violation-detection
- 通过电子仪器自动控制摄像机或照相机,以成像技术再现交通违章车辆及...由四部分组成:①交通违章检测系统,根据事先设定的交通违章条件和数据,通过路面下设置的环行线圈检测器,或道路上设置的视频检测器,或测速雷达等自动识别违章 ... -Reproduction in imaging technology through electronic instrument automatically control the camera or