-
光伏模块多种形式Visio绘图
说明: 给不想花费大量时间用Visio画图的人,文件包括组串式,集中式,直流模块式,主从结构等光伏阵列构成图,及单相单极式光伏并网逆变器电路图等内容。(For those who don't want to spend a lot of time drawing with Visio, the files include cluster-type, centralized, DC-module, master-slave structure and other photovoltaic arrays, and single-phase single-pole photovoltaic grid-connected inverter circuit diagrams.)
- 2021-03-29 09:19:11下载
- 积分:1
-
基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允...
基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允许文件后缀名列表。 可以设定只被允许的文件类型列表。(注:从文件格式分析,比只分析后缀名更加准确。) 可以设定是否覆盖服务器上同名文件。 可以将所有文件上传到一个文件夹,也可以程序员的需求将文件分类存入不同文件夹。-basic functions : a multiple files to upload. Allowing the documents to be uploaded to the original file name and file name can be credited to the server. Upload allow each document set the total size of individual files and the file size. Can only be allowed to set the file extension from the list. Can only be allowed to set the file type list. (Note : file format, rather than suffix analysis more accurate.) Whether the coverage can set the server name on the document. All documents can be uploaded to a folder, programmers can also demand documents classified into different folders.
- 2022-01-25 18:15:38下载
- 积分:1
-
Catia script generated form VB. Very usefull for catia users, This macro is used...
Catia script generated form VB. Very usefull for catia users, This macro is used to all catpart to needed cat formats automatically in a folder.
- 2022-05-08 18:24:16下载
- 积分:1
-
VisualBasic源码
VisualBasic源码-游戏编程 -Visual Basic source-game programming
- 2023-03-01 04:20:03下载
- 积分:1
-
此程序用于记录上次的开机的时间.VB编程,比较简单.
此程序用于记录上次的开机的时间.VB编程,比较简单.-procedure for the boot record of the last time. VB, relatively simple.
- 2022-03-07 09:11:09下载
- 积分:1
-
单声道麦克风输入和耳机输出的USB音频编解码器
单声道麦克风输入和耳机输出的USB音频编解码器-Mono microphone input and headphone output USB audio codec
- 2022-03-21 03:42:24下载
- 积分:1
-
TCL是工具命令语言,是一种解释型语言,在应用常用的
tcl是工具命令语言,是一种解释型的语言,在测试中经常用到。支持多种系统平台。-tcl is a tool command language, is an interpreted language, frequently used in the tests. Supports a wide range of system platforms.
- 2022-02-14 12:21:22下载
- 积分:1
-
对二维地震模拟中有限差分法进行模拟youixanchafei
通过对二维地震模拟中有限差分法进行模拟,实现地震合成记录。(The synthetic seismogram is achieved by simulating the finite difference method in 2-D seismic simulation.)
- 2021-04-16 19:18:53下载
- 积分:1
-
单片机非接触式红外感应体温计全套资料
说明: 单片机设计非接触式红外感应体温计全套资料,里面有软件代码,硬件电路以及PCB文件,调试笔记,是开发非接触式额温枪设计的参考资料。(A complete set of information about the design of contactless infrared thermometer by single chip microcomputer, including software code, hardware circuit, PCB file, debugging notes, is the reference for the development of contactless temperature gun design.)
- 2020-11-30 20:09:28下载
- 积分:1
-
一个VC++ 随机数组生成类
VC++随机数组生成类的源代码,代码由重庆大学光电学院311实验室 袁刚编写,将随机生成的数组序列保存在TXT中,srand((unsigned)time(NULL));// 生成时间种子
m=rand()%m_Txt_Line;// 返回一个0-m_Txt_Line-1的随机数,即查表的起始位置
mx=m%m_Txt_Row;// 查表起始位置的列号,文件头为0行0列
my=m/m_Txt_Row;// 查表起始位置的行号
// 下面取出剩下的字符串中每三个空格前面的字符串,就是所要查一个数据
for(m=0;m {
aw2=strc.Find(" ");// 找到作为间隔的后三个空格所在位置
if(mx==m_Txt_Row-1||m==m_Txt_Row-mx-1)
a_Random[ct]=atof(strc);
else
a_Random[ct]=atof(strc.Left(aw2));// 保存数据到数组
aw1=strc.GetLength();
aw2=strc.Find(" ");// 找到作为间隔的前三个空格所在位置
strc=strc.Right(aw1-aw2-m_Txt_Spacing);// 取这三个空格右边的所有字符串
- 2023-02-02 04:50:03下载
- 积分:1