资源列表
nonlinear
- 数值计算课程 实现非线性方程的迭代法求解的方法-Numerical computation courses iterative method for solving nonlinear equations
cangkuguanli
- 仓库管理的命令行实现小程序 不连接数据库-Warehouse management command line applet to connect to the database
FileTransferClient
- 文件传输客户端,可配合服务器实现文件的传输,局域网内已试-File transfer client with the server file transfer, LAN test
FileTransferServer
- 局域网实现文件传输,服务器端,可以在局域网范围内实现文件互传-LAN file transfer server side, transferring files in a LAN within
filter
- Add salt and pepper noise to image
RLE
- Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the origi
qpdfview-0.3.3.tar
- PDF阅读器开发源码,采用qt开源图形开发工具,界面优美,阅读功能强大。-PDF reader source development, qt open source graphical development tool, the interface is beautiful, powerful reading.
jizhibufaqi
- 新版的傲魂基址发布器 原创 功能基本完善-The publisher of the original function of the new version of the proud soul base address basic perfect
pastillero
- CCS pic source example
reliability
- distribution network reliability
Ocx
- 其实很简单的一个小东西,能够帮你自动注册所需要的控件,只需要把所要安装的控件放在同一文件夹下,然后点击bat文件,系统就会自动在后台静默的加载,加载完毕后,会弹出最后一个控件已经加载完成的消息!enjoy-In fact a very simple little things can help you automatically register the controls needed, just need to want to install controls on the same fold
bahuanghouwenti
- 这是解决八皇后问题的程序。八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。这问题是19世纪著名的数学家高斯1850年提出:在8X8的国际象棋上摆放8个皇后,使其不能相互攻击,即任意两个皇后不能处于同一行、同一列或同一斜线上,问有多少种摆放。高斯认为有76种方案。1854年在柏林的《象棋》杂志上不同的作者发表了40种不同的方案,后来有人用图论的方法解决了92种方案。-This is a program to solve the eight queens problem. Eight que