-
mumford source code
mumford source code-mumford source code.............
- 2022-12-19 04:40:03下载
- 积分:1
-
这个程序的puurpoise是解析表达式从输入文件和DIS…
the puurpoise of this program is to parse expressions from an input file and display token type and value in an output file
- 2022-01-26 01:56:38下载
- 积分:1
-
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接-CAD file DXF files to read information in order to achieve vb connection procedures and cad
- 2022-07-13 07:45:27下载
- 积分:1
-
digama.m calculates双(x)=d(日志(γ(X)/ DX))
digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) ) / dX
psi_values.m returns some values of the Psi or Digamma function for testing.
timestamp.m prints out the current YMDHMS date as a timestamp.
asa103_test.m, a sample calling program.
asa103_test01.m, tests DIGAMA.
asa103_test_output.txt, the output file. -digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) )/dX
psi_values.m returns some values of the Psi or Digamma function for testing.
timestamp.m prints out the current YMDHMS date as a timestamp.
asa103_test.m, a sample calling program.
asa103_test01.m, tests DIGAMA.
asa103_test_output.txt, the output file.
- 2022-06-21 03:07:48下载
- 积分:1
-
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件...
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件-read out "the existence of a" text files (English), which will write another word document
- 2022-03-24 04:56:14下载
- 积分:1
-
WinCE没有直接writeprofilestring顺序读写INI文件,…
wince 里面没有WRITEPROFILESTRING等直接读写INI文件的命令,多有不便.因此这份源码实现了WINCE下读写INI的功能.附有源代码及测试程序.经实际使用,效果不错.-wince There are no direct WRITEPROFILESTRING order to read and write INI files, and more has the inconvenience. Therefore the source realize the read and write INI under WINCE function. with the source code and testing procedures. by actual use, good results.
- 2022-02-04 10:54:19下载
- 积分:1
-
aodv 文章
AODV 是移动自组网就的一种成熟并被广泛接受的路由协议,它具有较低的处理和内存开销和低网络利用率和好,即使在高工作流动性等情况,但它有大移动网络的可扩展性问题。
- 2023-01-27 18:40:04下载
- 积分:1
-
a VB right INI file read and write very user
一个VB对INI文件进行读写得很好用的类-a VB right INI file read and write very user-friendly category
- 2022-02-24 17:55:56下载
- 积分:1
-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
迷你 Monster 工作门户
一个项目,让招聘企业的名单工程使用C和C++和图形的概念有吸引力的GUI某分公司。它使用文件处理方法来存储数据库。它还提供了修改和搜索选项的用户。
- 2023-06-21 19:40:03下载
- 积分:1