-
我想利用这个月和# 39列了一个有趣的应用程序…
我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month"s column describes an interesting application procedures, which is a period of my article : "The use of ManWrap Library in the C code for a call.NET "are discussing the formation RegexWrap library. RegexForm is a regular expression is based on the MFC Form Validation System. To achieve this procedure, I realized RegexWrap. But because many details with the expression itself is not, so the feeling here describe RegexForm better.
- 2022-06-19 11:51:50下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
《Python基础教程(第3版).pdf
python基础课程;python是一种计算机编程语言。作为一种面向对象的动态类型化语言,它最初被设计用来编写自动脚本(shell)。随着版本的更新和新语言功能的增加,它越来越多地被用于独立的大型项目的开发中。(Python Basic Course; Python is a computer programming language. As an object-oriented dynamic typed language, it was originally designed to write automated scripts (shells). With the updating of versions and the addition of new language functions, it is increasingly used in the development of independent, large-scale projects.)
- 2020-06-18 02:20:01下载
- 积分:1
-
main.cpp
图像操作中比较基础的就是透视变换,初进open cv,实现了透视变换,代码如压缩吧所示(Perspective transformation by opencv)
- 2017-10-04 00:12:57下载
- 积分:1
-
TraDER
this file shows how to connect to an mt4 server from a web service
- 2020-06-25 18:40:01下载
- 积分:1
-
diffrentsnr
说明: 仿真雷达各种测角方法,包括最大似然估计、单脉冲法(monopusle estimation )
- 2020-08-25 17:48:16下载
- 积分:1
-
Dll中创建窗体对话框并调用
在MFC中,C++语言在一个dll中调用另一个dll(Calling another DLL in one DLL)
- 2018-04-20 16:56:21下载
- 积分:1
-
HN
说明: 单片机直流无刷电机驱动单片机直流无刷电机驱动(moto driver)
- 2010-01-28 16:23:45下载
- 积分:1
-
基于时间最优的3R串联机械臂手轨迹规划及仿真 csape test.m
基于时间最优的3R串联机械臂手轨迹规划及仿真(Trajectory Planning and Simulation of 3R Series Manipulator Based on Time Optimum)
- 2020-11-05 19:19:50下载
- 积分:1
-
jpg2mat
将文件名为编号1-99的图片补零,改文件名为001-099,方便图片读取。然后读取图像将图像转为.mat文件(Fill the file with the image numbered 1-99 and rename it 001-099 for easy reading.Then read the image and convert it to .mat file.)
- 2020-06-16 14:40:01下载
- 积分:1