-
Cbank
此为用C编写的银行系统模拟代码!提供给学生一个学习银行软件的平台!通过该代码的阅读,增进C语言知识!(This is prepared by using C code simulation of the banking system! Provide students with a learning platform for banking software! Read through the code, C language to enhance the knowledge!)
- 2009-05-27 08:59:43下载
- 积分:1
-
列表自动生成:通过配置自动生成WEB网页上的控制选择列表
列表自动生成:通过配置自动生成WEB网页上的控制选择列表-automatically generated list : configured automatically generated Web homepage on the list of control options
- 2022-03-23 22:06:12下载
- 积分:1
-
VB平铺一个背景图到整个窗体
VB平铺一个背景图到整个窗体,用一个图片,铺满整个窗体的背景,简单易用(VB tiles a background map to the whole form, and uses a picture to cover the background of the whole form. It is easy to use.)
- 2019-06-11 00:12:58下载
- 积分:1
-
一个socket通信服务端代码
一个socket通信服务端代码-a socket communications server code
- 2022-03-13 03:19:36下载
- 积分:1
-
alpha
基于C语言的Alpha稳定分布随机信号的产生方法。独一无二的源程序。(C language based on Alpha stable distribution, the method of random signals. Unique source.)
- 2020-11-18 17:19:38下载
- 积分:1
-
java
修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.(Modify the definition of experiment 7 Rectangle class, so that it has two constructors. One is the default, it makes two points of the coordinate of (0,0) the other with four parameters, find the upper left and lower right corner coordinates (2.1,3.2), (5.2,6.3) and perimeter and area of a rectangle, and then use a parameterized constructor method to create a Rectangle object, find the upper left and lower right corner coordinates (1,2), (6.8,10.5) rectangle of perimeter and area.)
- 2011-11-15 15:37:42下载
- 积分:1
-
tingchechang
实现停车场模拟,用栈和队列实现,用系统时间自动记录进入和出去时间(Parking achieve simulation, with stacks and queues implemented by the system automatically records the time of entry and exit time)
- 2013-12-01 16:15:57下载
- 积分:1
-
C# 32路继电器控制源码
C# 32路继电器控制源码
- 2019-10-22下载
- 积分:1
-
AIWordSplit
直接运行compile.bat和run.bat即可
使用了3种分词方法:
1.正向最大匹配(ForwardMatch.java)
2.逆向最大匹配(ForwardMatch.java)
3.最大频率匹配(FrequencyMatch.java)(默认)
取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树
由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理
若单个字不处于当前句子开头,先忽略,
若单个的字处在开头,临时mostFrequency仍为0,且单词长度为1,则加入到二杈树中(Can be run directly compile.bat and run.bat used three kinds of segmentation methods: 1. Being the biggest match (ForwardMatch.java) 2. Reverse maximum matching (ForwardMatch.java) 3. Maximum frequency matching (FrequencyMatch.java) ( default) to take the highest frequency words, and then both ends of the recursive construct two Cha tree storage sentence terms, when used in the sequence shows two Cha tree traversal is very likely because the use of a single word frequency is higher than the whole word, screening If the time were dealing with a single word is not in the beginning of the current sentence, first ignored, if a single word at the beginning of the temporary mostFrequency still 0, and the word length of 1, to 2 Cha tree)
- 2010-05-28 10:23:21下载
- 积分:1
-
ADODateGrid
使用SQL语句对数据库进行通用操作,使用DataGrid控件显示,VC++经典编程学习源码,很好的参考资料。(Use the SQL statement to the general operation of the database, use the DataGrid control to display, VC++ classic learning programming source code, a good reference.)
- 2013-11-25 12:52:36下载
- 积分:1