-
寻找多项式的所有根
应用背景包含了一组可用于估计所有的根(实和复)的多项式。如果找不到根,可以返回假。取决于:stddefines ; ; ;-标准的定义和功能关键技术它使用拉盖尔方法估计根随着抛光根。一个n阶多项式有n根。如果找不到根,可以返回假。用在C中借用的代码的代码。
- 2022-01-26 04:06:28下载
- 积分:1
-
拦截iofcalldriver,发送按键的用户
Intercept IofCallDriver, send pressed key to user-mode parser. C-Intercept IofCallDriver, send pressed key to user-mode parser. C++
- 2023-01-03 08:45:03下载
- 积分: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
-
Delphi采用MSComm控件开发串口测试工具
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
- 2022-07-01 19:24:42下载
- 积分:1
-
有gsm打电话功能.可以做图象处理.还有unicode的转化函数
有gsm打电话功能.可以做图象处理.还有unicode的转化函数-There are gsm phone function. Can do image processing. There are unicode conversion function
- 2022-11-15 07:55:03下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
一种压缩感知图像的重构算法 ,具有很好的效果
图像的重构处理中 ,压缩感知是一个新的技术,本程序通过采用压缩感知的OMP算法,可以还原图像,对图像的处理有很好的效果,尤其是新手和做毕设的同学可以参考
- 2023-04-10 04:45:04下载
- 积分:1
-
USB的设计资料(PDF文件格式),包含了一些代码。
USB设计开发资料(PDF文件格式),包含部分代码。-USB design information (PDF file format), contains some code.
- 2022-02-02 19:02:53下载
- 积分:1
-
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连...
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连播功能,使多个文件回放过程中无缝连接,不会有停顿或马赛克;而且该SDK支持多卡操作,让用户轻松识别某块所在的PCI SLOT上。
该SDK是模仿广州高创公司的PYTHON XP SDK制作的,用过PYTHON XP的用户可轻松地把该SDK应用已有的播出系统上。
-REALmagic EM847x the SDK for the chip card, such as the Dragon Card, XCARD and so on. The SDK for the development of automatic broadcast system, broadcast advertising cut-off system, such as subtitles and system design 连播its unique features of documents to process multiple files playback seamlessly, there will be no pause or mosaic and the SDK support multi-card operation, to allow users to easily identify where a piece of the PCI SLOT. The SDK is based on Guangzhou" s high-creators produced PYTHON XP SDK, used PYTHON XP users can easily have the SDK application of the broadcast system.
- 2022-03-16 20:14:54下载
- 积分:1
-
实现录音过程microsoft.directsound使用例子
采用Microsoft.DirectSound实现的录音程序例-Realize the use of the recording process Microsoft.DirectSound Example
- 2023-06-12 19:30:04下载
- 积分:1