-
scoredown码在Verilog
应用背景scoredown代码包含2个模块和测试模块1 Verilog。这是一个代码写入FPGA实现。输入按钮和开关,输出LED。 ;关键技术本文采用Verilog编码来实现电路的功能。
- 2022-10-16 21:00:03下载
- 积分:1
-
识别RTF文件格式,用C实现。不支持Win32下的图片和表格。
识别RTF文件格式,用C实现。不支持Win32下的图片和表格。-identification documents RTF format, with C to achieve. Win32 does not support the images and forms.
- 2022-02-04 20:56:57下载
- 积分: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
-
该代码可以通过编程生成图文并茂的Word文档
该代码可以通过编程生成图文并茂的Word文档-The code can be generated through the program illustrated the Word document
- 2022-07-07 14:15:50下载
- 积分:1
-
Financia_lModeling_with_Crystal_Ball_and_Excel
Accumulate.xls
AKGolf.xls
Analytic.xls
AppendixA.xls
AsianCall.xls
AsianCallVarReduction.xls
AssetOrNothingCall.xls
BatchFit.xls
BermuPut.xls
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-30 02:56:42下载
- 积分:1
-
Will display the contents of the documents, this is a DOS program, delphi useles...
将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。-Will display the contents of the documents, this is a DOS program, delphi useless DOS procedures can be done to look at.
- 2023-07-14 23:50:03下载
- 积分:1
-
VB反编译VB自己写的程序,特殊情况下可采用。
VB自己反编译VB写的程序,特殊情况下可以用用。-VB Decompiler VB own written procedures, special circumstances can be used.
- 2023-08-04 07:55:03下载
- 积分:1
-
搜索并替换文件中指定的字串
搜索并替换文件中指定的字串-search and replace documents specified string
- 2022-02-13 16:28:14下载
- 积分:1
-
一个很好用的读写INI文件的类,各函数使用方法请看头文件
一个很好用的读写INI文件的类,各函数使用方法请看头文件-the class can read/write ini file,to get more info.,you can see the head file
- 2022-02-03 13:26:34下载
- 积分:1
-
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。...
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
- 2022-05-19 15:13:30下载
- 积分:1