-
java实现的银行管理系统,有存款 取款 查询等功能
java实现的银行管理系统,有存款 取款 查询等功能-java实现的银行管理系统,有存款 取款 查询等
- 2022-10-06 22:00:02下载
- 积分:1
-
条码生成函数
资源描述一个可用于在VC和VB环境中生成条码的函数!
- 2023-07-22 15:15:02下载
- 积分:1
-
A simple C# program, the campus singer scoring system, removing a highest score,...
简单的C#程序,校园歌手评分系统,去掉一个最高分,去掉一个最低分,最后算出平均分。-A simple C# program, the campus singer scoring system, removing a highest score, get rid of a minimum hours, the last calculated average.
- 2023-05-15 14:40:03下载
- 积分:1
-
可调时钟
实验要求:1.能正常显示一天24小时时间
2.具有清零、各位均可调功能
3.按钮设置防抖
4.可调不能通过将该位置零,然后用计数...
可调时钟
实验要求:1.能正常显示一天24小时时间
2.具有清零、各位均可调功能
3.按钮设置防抖
4.可调不能通过将该位置零,然后用计数器连续加1的方法实现,并且实现每一位都单独可调
-Adjustable clock Experimental requirements: 1. To show the normal 24 hours a day 2. Has cleared, you can transfer function 3. Button to set up Anti-Shake 4. Adjustable position can not be zero, and then use the counter of one continuous method, and realize every single adjustable
- 2022-04-08 10:00:35下载
- 积分:1
-
Audio通过MIC和WAVx来录音和放音
Audio通过MIC和WAVx来录音和放音-Audio and WAVx through MIC to recording and playback
- 2022-07-21 09:09:44下载
- 积分:1
-
C++语言的高级编程,有助于提高您对C++的编程能力,满足您对C++的深度研究...
C++语言的高级编程,有助于提高您对C++的编程能力,满足您对C++的深度研究-C++ advanced programming languages to help improve your C++ programming ability to meet your needs for the C++ in-depth study
- 2022-01-26 02:08:39下载
- 积分:1
-
摄像头视频流通过ffmpeg存为ts 解决摄像头的帧率不够播放很快
应用背景摄像头录像时由于摄像头自身帧率不够,客户端通过SDK或CGI传输出来的视频流录像时存在播放很快,本程序自己去识别帧率通过ffmpeg存为ts mp4 解决摄像头的帧率不够播放很快 包成一个动态库 供C#使用。需要移植不同平台的ffmege 本代码可以跨平台 给ARM嵌入 liunx使用 关键技术摄像头录像时由于摄像头自身帧率不够,客户端通过SDK或CGI传输出来的视频流录像时存在播放很快,本程序自己去识别帧率通过ffmpeg存为ts mp4 解决摄像头的帧率不够播放很快 包成一个动态库 供C#使用。需要移植不同平台的ffmege 本代码可以跨平台 给ARM嵌入 liunx使用
- 2023-05-26 07:45:05下载
- 积分:1
-
条码:条码识别,可以直接运行程序;pdf417lib:两
barcode: 条形码识别,直接运行程序即可;
pdf417lib:二维条形码打印(输出为ps格式的文件)。条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output format). Barcode Generator source : one-dimensional bar code generation, can run the program directly;
- 2022-02-28 18:35:23下载
- 积分:1
-
Sina programming ah, the output is two band
sina 的编程啊,输出是2进制-Sina programming ah, the output is two band
- 2023-02-09 07:40:04下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1