-
JAVA脚本源代码,一些很流行的代码,试用于初学者
JAVA脚本源代码,一些很流行的代码,试用于初学者-Java script source code, some of the very popular code, use it on beginners
- 2023-07-27 12:40:03下载
- 积分:1
-
采用HTTPGET方法进行文件下载,可以任意添加下载项目
采用HTTPGET方法进行文件下载,可以任意添加下载项目 -HTTPGET methods used to download files, you can download any item to add
- 2023-06-06 13:50:03下载
- 积分:1
-
src
说明: steganography challenge in c++
- 2020-05-08 21:52:36下载
- 积分:1
-
zernike
zernike多项式生成非球面波前,衍射,即传递函数(Zernike polynomials to generate non-spherical wavefront, diffraction, namely, transfer function)
- 2008-05-24 21:28:27下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
简单的投票系统,sql版,没有解压密码
不能做商业用途
简单的投票系统,sql版,没有解压密码
不能做商业用途-simple voting system, sql version without extracting passwords can not do commercial use
- 2022-11-03 17:15:03下载
- 积分:1
-
utilities
fvcom辅助程序,包含fvcom_prepro中所需要的子程序(FVCOM helper, which contains the subroutines needed in fvcom_prepro)
- 2017-12-11 15:58:05下载
- 积分:1
-
Csoucecode
该文件包含C语言当中的常用算法源码,如单元加,底层编码,汉诺塔,逆阵,数据结构里面的很多重要的算法源码,是精通C的必备。(This file contains C language source code among the commonly used algorithms, such as the cell increases, the underlying code, Tower of Hanoi, inverse matrix, many important data structures inside the algorithm source code, is proficient in C essential.)
- 2008-07-19 10:03:11下载
- 积分:1
-
NewVCCom
使用VC生成COM组件的方法,里面对VC生成不同形式的COM接口参数的方法,对COM组件不熟悉的朋友会是一个很好的学习资料!(COM components using VC generation method which generates on the VC parameters of different types of COM interfaces methods, and COM components are not familiar with the friend would be a good learning materials!)
- 2021-03-07 22:19:29下载
- 积分:1
-
双鱼林SSM图书信息管理系统
说明: 技术要点:
1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。
2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。
3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验!
4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。
5 spring容器内部使用拦截器,以Spring AOP的方式实现事务控制管理。(Technical points:
1. This system adopts the most popular SSM framework at present. The sping MVC framework is more flexible and safer than the struts 2 framework.
2 The spring MVC framework of this project adopts annotation mapper, and uses RESTful style URL to initiate HTTP requests to the system, which makes the development more flexible.
3 At the same time, the verification framework provided by hibernate is used to verify the client data.)
- 2019-03-28 18:47:02下载
- 积分:1