-
Real
能实时读取汽车内部电机数据,反应汽车状态-Real-time data read electric car, the reaction car state
- 2022-03-24 02:37:53下载
- 积分:1
-
Java结合JSP的论坛系统!
Java结合JSP的论坛系统!-forum system.
- 2022-02-16 09:14:34下载
- 积分:1
-
魔兽世界登陆器易语言第一版
界面不错
魔兽世界登陆器易语言第一版
界面不错 -World of Warcraft landers good easy interface language first edition
- 2022-03-20 03:41:43下载
- 积分:1
-
李刚 请赶快放开我的权限 我上载的源码都是很精湛的,请查阅,qing请加我 li_xue_ming@msn.com必要的话可以和我在线沟通...
李刚 请赶快放开我的权限 我上载的源码都是很精湛的,请查阅,qing请加我 li_xue_ming@msn.com必要的话可以和我在线沟通-Gang quickly open my competence, I uploaded the source are very exciting, accessible, qing requested increase, I li_xue_ming@msn.com necessary so I can communicate online
- 2022-03-25 10:19:49下载
- 积分:1
-
测试工具jmeter可用来进行性能测试,功能测试以及数据库访问性能测试...
测试工具jmeter可用来进行性能测试,功能测试以及数据库访问性能测试-Jmeter testing tool can be used to conduct performance testing, functional testing and performance testing database access
- 2022-04-15 12:44:03下载
- 积分:1
-
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信...
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信息,使你很快上手;解释如何集成JSF和数据库,使用目录服务,无线应用以及Web 服务;传授最好的经验和好习惯如使用样式表和消息绑定;覆盖全部JSF标记和如何创建新的标记库,英文,原名称:Core JavaServer Faces-tell you how to build a more robust application instead of the dull handwritten code; Answered most developers do not even ask the question; Demonstrate how to use the JSF and Tiles automatically build a consistent user interface; For the presentation and "How to ..." message and you will soon get started; As explained He JSF and database integration, the use of directory services, wireless applications and Web services; the best teaching experience and good habits such as the use of style sheets and news binding; coverage for all JSF tags and how to create a new library markings, English, the original name : Core JavaServer Faces
- 2022-04-14 11:45:10下载
- 积分:1
-
种子填充算法实现域的填充
但没考虑种子边界情况
种子填充算法实现域的填充
但没考虑种子边界情况-seed filling algorithm domain but did not consider filling seeds of the border
- 2022-02-20 12:51:15下载
- 积分:1
-
ANSYS温度场分析
ANSYS多圈管2D冻结温度场分析,根据对称性,选择第一象限进行模拟。
命令流中有详细说明!
ZTIME=540 !冻结时间
Ld=10000 !如果某荷载步的温度等于Ld,则表示该荷载步不加载,直到下一荷载步
KBCVALUE=1 !KBCVALUE=0为坡道加载,KBCVALUE=1为阶跃加载
THETA=90 !所计算扇形区的圆心角,单位为度。一般取为第一圈孔的主面与界面的夹角(保证井内温度场基本不受影响)
!该范围内每圈孔至少有3个管,否则可能在捕捉图时有点小问题,
GA=THETA*1/1 !应确保GA的范围内每圈冻结管至少有2个.
- 2022-03-21 10:55:04下载
- 积分:1
-
mapgis二次开发其中一部份,介绍了有关DBS的原始代码
mapgis二次开发其中一部份,介绍了有关DBS的原始代码-MAPGIS secondary development of one part of the introduction of the DBS source code
- 2022-04-21 17:17:14下载
- 积分:1
-
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-08-06 12:51:19下载
- 积分:1