-
复合材料损伤
umat 习惯于在 2D、 基于 ABAQUS。 纤维金属层合板复合材料正日益被用作皮肤材料在现代飞机设计中的分析。后勤系统包括铝板覆盖前面和后面,和他们交替的单向玻璃、 玻璃纤维增强环氧树脂 (预浸料) 和铝纤维层之间。
- 2022-01-22 03:12:10下载
- 积分:1
-
mapinfo二次开发,检查数据格式是否为等值线数据
mapinfo二次开发,检查数据格式是否为等值线数据-MapInfo secondary development, inspection data format for data isogram
- 2023-07-24 06:50:03下载
- 积分:1
-
COFF到ELF格式转换器
这是一个将COFF格式转换为ELF格式的实用程序。
- 2022-01-26 01:56:48下载
- 积分:1
-
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。...
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。-a reader INI configuration file class CConfig, Packaging integrity of the various literacy INI, the operation of a reference to specific examples of source code Example.cpp.
- 2022-01-31 03:06:10下载
- 积分:1
-
CrashRpt_崩溃时发送dump文件
CrashRpt_崩溃时发送dump文件
- 2022-07-22 13:26:13下载
- 积分:1
-
一个简单的从文件读入数据到数组再在屏幕上打印的小程序,给初学者参考的。...
一个简单的从文件读入数据到数组再在屏幕上打印的小程序,给初学者参考的。-a simple read from the document data into array on the screen again in the small print procedure, the reference to beginners.
- 2023-08-25 15:25:03下载
- 积分: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
-
VB produced a document conversion device that functions as follows : the binary...
用VB制作的一个文件转换器,实现功能如下:将二进制文件中的内容转换为*.xls文件中的内容-VB produced a document conversion device that functions as follows : the binary content of the document converted to*. xls document, the contents of
- 2022-06-20 22:48:12下载
- 积分:1
-
获取桌面路径,通过系统的API函数获得当前用户的桌面地址(绝对路径),可以通过这可以操作桌面的文件或快捷方式....
获取桌面路径,通过系统的API函数获得当前用户的桌面地址(绝对路径),可以通过这可以操作桌面的文件或快捷方式.- The gain tabletop way, obtains the current user through the
system API function the tabletop address (absolute way), may be
allowed to operate the tabletop through this the document or the quick
way
- 2023-05-24 02:15:03下载
- 积分:1
-
compiler theory test, do yourself
编译原理的实验,自己动手做的-compiler theory test, do yourself
- 2022-03-04 16:04:38下载
- 积分:1