-
CString常见转换,这是初次接触VC++的朋友可能最需要的东西
CString常见转换,这是初次接触VC++的朋友可能最需要的东西-Regular convert about CString,this is needful for tyro of VC++
- 2023-03-12 20:05:04下载
- 积分:1
-
文件读写类,设置文件的路径,读取文件的路径等
文件读写类,设置文件的路径,读取文件的路径等
- 2022-04-24 22:20:41下载
- 积分:1
-
Pendulum.cpp
#include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}
- 2022-03-13 01:33:14下载
- 积分: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
-
此原代码是在用IIC写入EEPROM之前从txt文件读入相关数据后根据一定的数据结构生成BIN文件的文件操作,此为最初版本,最终版本已经完成....
此原代码是在用IIC写入EEPROM之前从txt文件读入相关数据后根据一定的数据结构生成BIN文件的文件操作,此为最初版本,最终版本已经完成.-this is the original code used before the IIC EEPROM write from txt file into the related data according to a the data structure formation BIN files operation for this initial version, the final version has been completed.
- 2022-02-03 23:29:49下载
- 积分:1
-
一个可用于批量查看文件属性的FileInfo类模块
一个可用于批量查看文件属性的FileInfo类模块-1 can be used to view the file properties of bulk FileInfo Class Module
- 2022-03-05 16:11:35下载
- 积分:1
-
separate the file paths
separate the file paths-separate the file paths.............
- 2023-09-06 10:25:03下载
- 积分:1
-
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。...
操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。-Operating System Course Training Manual, describes a variety of operating systems, including the process of communications, storage management, thread, file management knowledge.
- 2023-03-16 21:05:04下载
- 积分:1
-
vb connecting excel spreadsheet. Zip is the development of an Institute of syste...
vb连接 excel电子表格.zip是我在开发一个学院的系统是需要用道德就总结了一下先给大家。-vb connecting excel spreadsheet. Zip is the development of an Institute of system is needed to summarize the moral about letting everyone.
- 2022-10-31 08:45:02下载
- 积分:1
-
从 dll 或 exe 文件中获得版本 信息
从 dll 或 exe 文件中获得版本 信息-from dll or exe file version information obtained. .
- 2022-02-06 04:59:51下载
- 积分:1