-
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线)...
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线),使用xml文件或xml字串作为数据源,没有多少需求分析,给有心人参考,也收集一些建议,源码过段时间整理再放上。demo代码:-Often displayed in the web flow chart, on-line comparison was difficult to find, everywhere, should be charged, pondering their own one, relatively simple, including the start node, end node, two node diagram (node, container) and the two special lines (jumper, return line), use the xml file or xml string as a data source, not the number of needs analysis, reference to the people, but also to collect some of the proposals, source code over time add the finishing. demo code:
- 2022-06-17 06:32:59下载
- 积分:1
-
关于C语言函数指针的使用,对于c语言初学者非常有帮助
关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
- 2022-01-25 19:15:36下载
- 积分:1
-
6000元的视频聊天软件
6000元的视频聊天软件 -dsssssssssssssssssssssssssssssssssssss
- 2023-08-10 18:35:04下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
WinCE下的MP3播放器,MP4
一个在WinCE下的媒体播放器,可用于MP3,MP4 开发的源码,可以给于参考学习。-WinCE under a media player for MP3, MP4-source development can be in reference to the study.
- 2022-02-21 21:07:08下载
- 积分:1
-
mfc绘图(第一版)
只有直线、矩形、椭圆、圆弧、(基数样条曲线一次性绘制)、(不太可靠的)文字输入。可以对直线(椭圆、矩形)进行平移变换和修改大小,对圆弧只能进行平移。唉,有待完善。还有文件为什么那么大??含debug?
- 2022-03-28 14:54:58下载
- 积分:1
-
源代码C++俄罗斯方块游戏。很简单的
source code C++ game tetris. very simple
- 2023-05-21 07:35:03下载
- 积分:1
-
动态性能的ADC测试,包括FFT法、正弦拟合的方法、历史的方法…
ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
- 2023-06-26 23:10:03下载
- 积分:1
-
请试试这个VB beginners.it很有用。
Please try this for vb beginners.it s very useful.
- 2022-07-01 13:41:32下载
- 积分:1
-
局域网通信软件
局域网通信软件跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密-LAN communications software cross-platform information exchange, based on TCP/IP (UDP) without the server, simple to use, is capable of transmitting files and folders, data communications using RSA/encryption Blofish
- 2022-02-03 16:56:39下载
- 积分:1