-
算术表达式的词法分析和语法分析,有需要的用
算术表达式的词法分析和语法分析,有需要的用-Arithmetic expressions of lexical analysis and syntax analysis, there is a need to use
- 2022-08-02 17:43:59下载
- 积分:1
-
角度弧度互换
本资源是用C语言编写的,角度化弧度程序。角度是用以量度角的單位,符號為°。一周角分為360等份,每份定義為1度(1°)。 採用360這數字,因為它容易被整除。360除了1和自己,還有22個真因數,包括 了7以外從2到10的數字,所以很多特殊的角的角度都是整數。 實際應用中,整數的角度已足夠準確。有時需要更準確的量度,如天文學或地球的經 度和緯度,除了用小數表示度,還可以把度細分為分和秒:1 度為60分(60′),1分為 60秒(60″)。例如40.1875° = 40°11′15″。要更準確便用小數表示秒,而不再加設單 位。 數學上是用弧度而非角度,因為 360的容易整除對數學不重要,而數學使用弧度更方 便。角度和弧度關係是:1°≈0.0174533弧度,1弧度≈57.29578°。
- 2023-05-07 15:15:02下载
- 积分:1
-
origin软件学习资料,相信大家都知道吧
origin软件学习资料,相信大家都知道吧-origin software, learning materials, I believe we all know
- 2022-02-15 21:04:37下载
- 积分:1
-
Thinking in Patterns.
Thinking in Patterns.
- 2022-04-10 03:19:06下载
- 积分:1
-
transmitter reciever
transmitter reciever
- 2022-01-26 01:12:14下载
- 积分:1
-
“网络信使系统”执行说明: 1、 光盘目录vc6.0chapter5inNetMsg.exe为本系统的可执行文件。 2、 光盘目录vc6.0chapter5...
“网络信使系统”执行说明: 1、 光盘目录vc6.0chapter5inNetMsg.exe为本系统的可执行文件。 2、 光盘目录vc6.0chapter5inchat是聊天记录保存目录。 3、 光盘目录vc6.0chapter5inconf是系统的配置文件所在目录 4、 光盘目录vc6.0chapter5in
ecv接受文件存放的目录。 5、 光盘目录vc6.0chapter5conf是系统的配置文件所在目录 6、 光盘目录vc6.0chapter5srcNetMsg*.*为本系统的VC源程序。 “网络信使系统”如何编译: 直接点击编译完成对整个项目的编译。-"courier network system" implementation : a CD-ROM directory vc6.0 chapter5 bin NetMsg.exe-based system of the executable. 2, CD-ROM directory vc6.0 chapter5 bin chat is chatting record keeping directory. 3, CD-ROM directory vc6.0 chapter5 bin conf is the configuration file system directory 4, CD-ROM directory vc6.0 chapter5 bin recv acceptable document storage directory. 5, CD-ROM directory vc6.0 chapter5 conf is the configuration file system directory 6, CD-ROM directory vc6.0 chapter5 src NetMsg *.*-based system of VC source. "Courier network system" compiler how : Click on the compiler directly completion of the entire project compiler.
- 2022-05-28 10:36:54下载
- 积分:1
-
VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes...
VBA小程序。
有时从网页上复制粘贴的表格是由很多文本框拼成的,要手动变成表格会很累的。使用这段程序可以自动变成表格。-VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes from the spell, it is necessary to manually form will become tired of. The use of this procedure can be automatically turned into the form.
- 2022-04-19 18:52:46下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
vb development of a small example, a demonstration examples snow
一个vb开发的小例子,一个演示下雪的例子-vb development of a small example, a demonstration examples snow
- 2022-09-14 04:35:03下载
- 积分:1
-
source code for the examples from Mike Smith s book "Java: an Object
source code for the examples from Mike Smith s book "Java: an Object-Oriented Language".
- 2023-08-30 17:10:04下载
- 积分:1