-
本程序用“五点三次虑波”方法进行趋势产量模拟 ,需要输入变量个数(N),变量y,输出趋势产量...
本程序用“五点三次虑波”方法进行趋势产量模拟 ,需要输入变量个数(N),变量y,输出趋势产量-This procedure of
- 2022-05-21 05:57:57下载
- 积分:1
-
Karaoke OK for the preparation of procedures, the use of timers and the ingeniou...
对卡拉OK程序的编写,定时器的使用和DrawText函数的巧妙运用。使用CDC的裁减功能。-Karaoke OK for the preparation of procedures, the use of timers and the ingenious use of DrawText function. The reduction of the use of CDC functions.
- 2022-06-03 14:40:12下载
- 积分:1
-
模拟信道传输的一个软件,可以设定bit出错率,包丢失率
模拟信道传输的一个软件,可以设定bit出错率,包丢失率-It is a software of simulate channel transmission.It can enact the rate of bit error,package lose rate.
- 2022-04-14 19:17:08下载
- 积分:1
-
取得hwd的操作.rar
取得hwd的操作.rar-made hwd operation. Rar
- 2022-04-29 07:20:22下载
- 积分:1
-
一个小小的密码程序 密码为十个1 输入错误时可最多重新输入2次 否则退出 适合初学者参考...
一个小小的密码程序 密码为十个1 输入错误时可最多重新输入2次 否则退出 适合初学者参考-a small password procedures passwords to 10 when an input error can be up to two times to re-enter or exit reference for beginners
- 2022-07-21 19:25:21下载
- 积分:1
-
本人不才,当初还不知道OPENH323的时候,用DX写的一个关于网络电话的东东.也许VC开发时间长一些的朋友,有可能都已经见过了,呵呵.希望对大家有用...
本人不才,当初还不知道OPENH323的时候,用DX写的一个关于网络电话的东东.也许VC开发时间长一些的朋友,有可能都已经见过了,呵呵.希望对大家有用-I Incompetent, when OPENH323 do not know when DX was made using a telephone network on the Eastern. VC development time, perhaps longer friends. might have seen, Ha ha. We hope that the right useful
- 2022-07-25 03:04:56下载
- 积分:1
-
数据结构中关于四则运算的实验,主要涉及到栈的操作,在运行窗口中选择1,进入运算操作.输入你所想要的式子,注意负数不要参与运算,但式子能产生负数.式子例如:...
数据结构中关于四则运算的实验,主要涉及到栈的操作,在运行窗口中选择1,进入运算操作.输入你所想要的式子,注意负数不要参与运算,但式子能产生负数.式子例如:
输入9*(8-6/2)+9/2然后按Enter键,可以得到式子的值是49.5.
或者输入9-10*2然后按Enter键,可以得到式子的值是-11.
-Data structure on the four computing experiments, mainly related to the operation of the stack, in the run window, select one, enter the computing operation. Enter the formula you want to pay attention to the negative not to take part in computing, but the formula can produce negative. Style son such as: Enter the 9* (8-6/2)+ 9/2 and then press Enter key, you can get the formula value is 49.5. or enter a 9-10* 2 and then press Enter key, you can get the value of formula is-11.
- 2022-03-17 18:39:04下载
- 积分:1
-
Windows系统编程可对常见的外部USB设备接口…
windows系统下编程提供给USB外部通用设备的接口的调用函数-windows system programming available to the common external USB device interface function is called
- 2022-07-12 23:16:16下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
VB考勤系统源程序
VB考勤系统源程序-VB source appraisal system
- 2023-07-31 01:50:03下载
- 积分:1