-
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程...
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程-under a written procedure animated show, unlike GIF animation, no open thread
- 2022-03-21 03:35:25下载
- 积分:1
-
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码
基于DSP的MPEG解码程序源代码,可以对MPEG进行解码-Mpeg decoding source code with DSP.
- 2022-09-25 08:15:03下载
- 积分:1
-
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。...
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。-can draw a rectangle, click mobile devices, which enable mobile graphics painting, but also a rectangular painting, as well as mobile click buttons, but also enable the painting by mobile graphics.
- 2022-07-20 15:55:56下载
- 积分:1
-
石器时代的代码
Stoneage code
C++ code
china code
- 2022-01-26 02:02:33下载
- 积分:1
-
OFDM的瑞利channerl
ofdm rayleigh channerl-ofdm rayleigh channerl
- 2022-03-20 02:25:35下载
- 积分:1
-
基于VB的教师信息管理系统设计
通过用sql server编写并搭建数据库,在vb6.0上基本实现了教师信息系统的管理,包括教师的任课情况,基本信息和科研情况。
- 2022-02-20 23:17:07下载
- 积分:1
-
Can be written using EVC realize WINCE INI file to read and write.
可以用EVC编写实现WINCE INI文件的读写。
- 2022-03-19 07:06:14下载
- 积分:1
-
NQueens problem.
Resolved using QT Framework+ c++
NQueens problem.
Resolved using QT Framework + c-NQueens problem.
Resolved using QT Framework+ c++
- 2023-09-03 07:45: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
-
VC实现的多
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton" s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
- 2022-03-18 09:54:02下载
- 积分:1