资源列表
feedback
- A feedback scr ipt using C#
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
cwrj
- 家庭财务管理软件 根据用户的收入 支出输入可以计算 家庭的财务状况 并能给出财务预期-family financial management software according to the income and expenditure for the importation can calculate the family's financial situation and able to give financial expectations
upload.aspx.cs
- sample code on .net upload and thumbnail creation
ftp-download-code
- ftp download code in windows application
3-4
- 电力系统基础(3-4)开式网络潮流计算程序,可根据需要改编。-The power system basis (3-4) open network flow calculation program can be adapted as needed.
Socket
- 用C语言写的一个接入 等待会话以及接收 发送数据的系统-Written in C language for a session, and access latency data transmission and reception system
天文数的阶乘
- 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
CheckCode
- 检查表单中提交的信息,核对信息准确性,方便用户使用-check the information listed in the library or offered by users
1
- 编译原理词法分析,能够识别包括字符,数字,e,小数点,负数,-Compiler theory lexical analysis, to identify, including characters, numbers, e, decimal point, negative, etc.
Cpp1
- 牛顿差商表 ,可输入节点计算 之后再继续添加结点计算~-Newton divided difference table, after calculating the input node can then continue to add nodes to calculate ~
GA
- 此為求解系統最佳化之功用,基因演算法(GA),挑選機制:複製交配後即為突變,初新者若要學習C++的GA可用此來研究,寫得很清楚-This is the function of the system to solve the optimization, genetic algorithms (GA), the selection mechanism: after mating mutant copy, beginning a new person to learn C++ the GA can u