资源列表
排序选择:
[JSP源码/Java] Session_Cart_JSP
说明:入门级,简单的JSP编程,能够帮助Java初学者熟悉JSP,JAVA,数据库联系起来,这是一个淘宝上有的购物车功能的源码,需要的话,拿走吧-Entry-level simple JSP programming to help the Java beginners familiar JSP, JAVA, database link, which is a Taobao shopping cart feature on the source code, you need to then take i<ling> 在 2025-07-15 上传 | 大小:1.32mb | 下载:0
[Internet/网络编程] threadtest
说明:使用QT语言进行网络通信时如何进行多线程传输一直是一个比较麻烦的问题,这里是我一个项目中的一个基础程序。-QT language for network communications a multithreaded transfer has been a troublesome problem, here is a basic program in a project.<popdog> 在 2025-07-15 上传 | 大小:4kb | 下载:0
[JSP源码/Java] knowleageServer
说明: 知识问答服务器 功能需求: 实现用户登陆验证(按照用户权限进行划分,主要分为管理员和普通访问者两种权限) 实现普通用户的注册(需要输入用户名和密码) 实现知识问答题库的录入(权限为管理员) 实现知识问答题目的随机选题(从题库中随机选出10题) 普通用户成功登陆后,服务器将发送题目给用户,每回只发一题,用户答完后,服务器立即验证用户的答案是否正确,并将结果发给用户,然后发送下一题的题目。 用户完成所有的题目后服务器将会把用户的最终的得分以及答题的正确率发给用户。<ling> 在 2025-07-15 上传 | 大小:230kb | 下载:0
[棋牌游戏] holdingnuts-0.0.5
说明:HoldingNuts是一个多平台的扑克客户端和服务器。可以和世界各地的人们玩德克萨斯扑克玩法的流行变种,运行你自己的游戏,甚至建立自己的扑克网络。-HoldingNuts is a multi-platform poker client and server. You can play the popular Texas Hold em variant with people all over the world, meet your friends, run your own games,<qoqo> 在 2025-07-15 上传 | 大小:1.58mb | 下载:0
[OpenCV] face_detect
说明:使用opencv实现人脸检测功能,检测率高、速度快,编译本程序前需要预先安装好opencv库-Opencv face detection function, high detection rate and speed required to compile the program pre-installed opencv library<popdog> 在 2025-07-15 上传 | 大小:103kb | 下载:0
[系统编程] dog
说明:看门狗程序,自动检查指定进程是否存在,如果不存在就自动运行该程序,程序运行过程中同时定期检查硬盘空间。-Watchdog program automatically checks whether the specified process exists, if there is no will automatically run the program, the program is running at the same time check the hard disk space on a<popdog> 在 2025-07-15 上传 | 大小:33kb | 下载:0
[VHDL编程] led
说明:控制8个发光二极管中的一个发光二极管发光,其它7个发光二极管都出于截止状态,发光二极管的导通顺序按照向左或向右两个方向移动,并且通过按键控制发光二极管循环发光移动的方向。-Control of a light-emitting diode light-emitting eight light-emitting diodes, the other seven light-emitting diodes for the cut-off state, light-emitting diode cond<胡听> 在 2025-07-15 上传 | 大小:2kb | 下载:0
[游戏引擎] sgx
说明:一个3D图像引擎SGX的核心代码,包含了SGX基本功能的实现-SGX Engine Core contains the basic functionality which underpins SGX, a 3D graphics engine from Steven Goodwin. It is based around a series of null drivers and loosely-coupled modules to facilitate an infinitely upgrada<qoqo> 在 2025-07-15 上传 | 大小:849kb | 下载:0
[能源行业(电力石油煤炭)] apm1001c_split
说明:从APM视频文件中分离出原始的图像帧序列和声音帧,过程中-Separated from the APM video file out the original image fr a me sequence and an audio fr a me, the process<popdog> 在 2025-07-15 上传 | 大小:38kb | 下载:0
[JSP源码/Java] 2
说明: 1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是<高兴> 在 2025-07-15 上传 | 大小:2kb | 下载:0