-
Simulates Group Velocity Dispersion curves in fiber optics
Simulates Group Velocity Dispersion curves in fiber optics
- 2023-05-08 05:30:02下载
- 积分:1
-
一个非常精美喜庆的年会抽奖系统
一个给公司开发的年会抽奖系统,只需要吧抽奖人员按照一定的大小放在一定的目录即可。照片的文件名就是照片人物的姓名。姓名有特殊效果。背景音乐可以自定义。
- 2022-09-02 22:45:05下载
- 积分:1
-
Programming drive switch, the driver was Sight! !
编程实现光驱开关,写驱动程序的看过来-Programming drive switch, the driver was Sight! !
- 2023-06-23 23:15:04下载
- 积分:1
-
得到所有进程列表的程序
得到所有进程列表的程序-The app of getting all the processes
- 2022-07-04 16:16:39下载
- 积分:1
-
目录下的文件监控,当发现文件有改动时,程序自动备份文件。...
目录下的文件监控,当发现文件有改动时,程序自动备份文件。-directories under the control documents when changes to documents are found, the program automatically backup files.
- 2022-02-28 17:09:49下载
- 积分:1
-
演示程序的手写笔,简单的绘制边界和记录X的位置。
演示手写笔编程,简单绘制边界并记录X和O的位置。主要演示了手写笔的基本交互功能。-Demo programming stylus, simple drawing the border and record the location of X and O. The main demonstration of the stylus basic interactive features.
- 2023-08-02 09:55:02下载
- 积分:1
-
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息...
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息
- 2022-01-26 14:12:57下载
- 积分:1
-
输入中缀式,转换为后缀式,并输出结果。如2+2*2,得出结果为6....
输入中缀式,转换为后缀式,并输出结果。如2+2*2,得出结果为6.-Input is made up of type, into a suffix-type, and output. Such as 2+2* 2, the results for the 6.
- 2022-01-24 08:55:45下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
文件中包含了电梯程序的C语言源代码,以及可执行文件。本电梯程序比较好的模拟了电梯的运行过程!...
文件中包含了电梯程序的C语言源代码,以及可执行文件。本电梯程序比较好的模拟了电梯的运行过程!-document contains the elevator in C language source code and executable files. The lift procedure is a good simulation of the process of running the elevator!
- 2022-02-15 13:23:32下载
- 积分:1