资源列表
meromy
- 内存管理的程序,模拟了内存调用,也许有不完善的地方,请大家提出批评-memory management procedures, to simulate the memory call, it may be imperfections, please critics
smooth
- 自己编的C程序,相当于实现了Matlab中的smooth函数,实际项目中用到的
JSpandSQLSRVERmessages
- JSP与SQL SERVER的留言本:通过用sql server和jsp做一个留言本。-JSP and SQL SERVER messages of this: by using sql server and a message of the jsp.
SHA
- A code for Secure Hashing
siweishu9bei
- 自动计算出4位数和9倍的关系,简单方便,容易操作-Automatically calculate the 4-digit and 9 times the relationship between the simple and convenient, easy to operate
4-gen_canal_2st
- Simulacion de las perdidas ocurridas en un canal de transmision empleando modelos ocultos de markof de dos estados. Modelo de Gilbert.
chenyang
- 帮助了解在不同的存储管理方式下,应怎样实现主存空间的分配和回收。 -Help understand the different storage management, should be how to achieve the main memory space allocation and recovery
result
- 过滤无用词汇程序。规则如下: 1. 能接受的字符是:字母 数字 标点符号 , . " 还有无用的符号 @#¥ 2. 对于敏感信息的词语是不分大小写的。 3. 要注意滤去可能在敏感词汇的中间出现的一些空格(比如要滤去lv, 输入l v时要辨认出来并滤去)。 4. 若有用信息(字母,数字)中间夹这无用信息(非字母,数字,标点符号),也要辨认出并滤去。假如敏感词汇是mz, 那么输入 m z也要滤去,但是输入 m1,z不用滤去。 现在要过滤的信息有L4和 Fd和D26这3个词,而且接受输入的字符串
snake_c++
- bool termination_point bool neighbor3by3 /* true means 3x3 neighborhood, false means 5x5 neighborhood */ int grad_mag[500][500] /* Magnitude of Gradient */ int m_Cols /* Number of Columns */ int m_Rows /* Number of Rows */ int no_of_s
KFpro
- kalman filter program-Kalman filter program
ASP_project
- Adaptive Signal Processing tutorial project-Adaptive Signal Processing tutorial proj ect
ATM
- 模拟实现银行ATM自动取款机系统。系统至少包括以下几方面的功能: (1)用户登录功能:通过输入用户名和密码,正确时进入系统,错误则提示相应的错误信息并提示重新输入。(程序中可以初始几个用户对象,包括用户的姓名,账号,密码,余额等基本数据) (2)修改密码功能:设置初始密码,当输入错误时提示信息并提示重新输入,当输入的次数超过2次则冻结银行卡,自动退出系统; (3)余额查询功能:显示当前用户银行卡的余额数目; (4)取款功能:通过输入金额,对存款进行扣款工作,当输入的金额大于余额时