搜索资源列表
SA_TSP
- matlabf非常好基于Contourlet变换的水印算法.与小波变换不同的是Contourlet变换采用类似于线段(contoursegment的基得到一种多分辨、局部化、方向性的图像表示。水印信号通过基于内容的乘性方案加载到Contourlet 变换系数-matlabf very good Contourlet Transform-based watermarking algorithm. and wavelet transform is different Contourlet trans
Algorithm
- java 实现的一些算法: 赛选法求素数,最短路径(dijkstra,floyd),线段树,LCD,LCM-java implementation of a number of algorithms: tournament selection method Primes, the shortest path (dijkstra, floyd), segment tree, LCD, LCM
ReadersWriters
- 英国帝国理工学院电脑系多线程课程教学材料之十一 ---- 读取者与写入者范例-The program allows Readers concurrent access to a resource while restricting Writers to exclusive access. Thread access to the shared resource is depicted by a light blue (cyan) arc segment. It is possible by st
controlline2W
- 使用java实现的可以任意添加和移动线段端点的小程序!-The use of java can be achieved and mobile segment endpoint to add a small program!
servlet-api.jar
- 局域网聊天,可以实现局域网段内的机器进行互相交流!-LAN Chat, LAN segment can be achieved within the exchange of machine!
Exp10
- 简单的股票查询,只是客户端代码,没有服务器段代码-Simple stock query, but client-side code, there is no code in the server segment
OpenAndCloseProcess
- 对进程进行操作.进程是由进程控制块、程序段、数据段三部分组成。一个进程可以包含若干线程(Thread),线程可以帮助应用程序同时做几件事(比如一个线程向磁盘写入文件,另一个则接收用户的按键操作并及时做出反应,互相不干扰),在程序被运行后中,系统首先要做的就是为该程序进程建立一个默认线程,然后程序可以根据需要自行添加或删除相关的线程。-To operate the process. The process by the process control blocks, program segment
DDA
- 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
chinese_segment
- 一个中文分词算法的java语言实现,词典采用文本文件形式。-A Chinese word segmentation algorithm java language implementation
Server
- 一个Socket的服务器段,可以实现简单的网络通信-A Socket server segment, can achieve a simple network communication
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
xjh1004-webday07_2
- 基本servlet结构测试,给予对servlet不熟悉,想找段代码看看的朋友-Basic servlet structure of tests, given to the servlet are not familiar with, looking for friends to see the code segment
3
- 实现在页面中拖动鼠标画出矩形,矩形的对角线为点击并拖动鼠标形成的直线线段。-Page, drag the mouse to achieve the draw rectangle, rectangle diagonal click and drag the mouse to form a straight line segment.
fenci
- 将该jar包导入到用户创建的工程中,然后在用户创建的类中调用其中的分词功能。-Import this fenci.jar into user s project, and call it in the .java file to segment Chinese words
Wav
- 读取wav文件,把生成的数据段,直接保存为文件,就是pcm文件-Read wav file, the data segment generated directly saved as a file, the file is pcm
algorithms-hw
- 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)
Seven_Segment_Display
- This Javascr ipt program lets you play with "switches" of a seven-segment display. Simply upload the folder to a web site and access the file: seven_segment_diplay.html. Note, the code will not work, if you just open the file on a local computer, w
JSP
- 里面涵盖了大部分的JSP编程中常用的js技术,内容来源:编者编程片段,现整理成文奉献给广大JSP编程人员。欢迎交流指正!-Which covers most of the commonly used programming js JSP technology, content source: Editor s programming segment, now the whole Written management staff dedicated to the JSP programming
CoordinatesTest
- 个人原创代码:编写Java Application程序,定义一个类Point,代表一个点,public属性有x和y,方法有显示点坐标show(),构造函数有两个参数分别给x,y赋值,在main方法中构造两个对象,再创建一方法(getMiddle)为取两个点构成线段的中点的坐标,参数为2个点对象,调用此方法后得到一个新的点,编写Application,显示该对象的坐标值。-Personal original code: using java application program, define
huaweiOJ-Segment-sort
- 华为oj闯关题 分段排序。希望对做到华为oj上闯关题的同学们有一点点参考作用-huaweiOJ Segment sort.I hope a little reference to the students who are preparing for the HUAWEI OJ checkpoints problem