-
DSP的ADC采集程序
利用DSPF28335的ADC模块对某一个数据进行采集,比如说采集的物理量是电压,但电压的范围是0-3V,这个程序就是一个例子,具体的操作可以以此类推。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-05-22 16:00:54下载
- 积分:1
-
这些文件包含编码和文档
these files contain coding and documents-these files contain coding and documents
- 2023-08-11 14:50:03下载
- 积分:1
-
本文件包括的xml的开发应用标准,1998年由w3c制定
本文件包括的xml的开发应用标准,1998年由w3c制定-this document include the development and application of xml standards, in 1998 developed by the w3c
- 2023-04-05 14:00:03下载
- 积分:1
-
一款很好的污染监测系统,专为环保局开发的,用vc++实现的,值得学习...
一款很好的污染监测系统,专为环保局开发的,用vc++实现的,值得学习-A good pollution monitoring system, developed specifically for the Environmental Protection Agency, using vc++ Achieved, it is worth learning
- 2023-07-29 01:25:04下载
- 积分:1
-
列出本地所有网卡的代码
列出本地所有网卡的代码-together all Ethernet local code
- 2023-02-07 09:30:04下载
- 积分:1
-
最新·socket类型的数据经典讲解
TCP/IP协议族通信的中间软件抽象层,它是一组接口。在设计模式中,TCP/IP协议族隐藏在Socket去组织数据,以符合指定的协议。
- 2022-08-08 22:26:25下载
- 积分:1
-
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量...
能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量-Able to judge whether the input of the two logical expressions equivalent to (& on behalf of and, | on behalf of or, the letter on behalf of Boolean variables
- 2023-05-19 16:10:03下载
- 积分:1
-
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。...
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。
解决方法:
把源码中的"Globalzkl" 中的"zkl"改为其它字符,然后重新编译,就可以避开杀毒软件。
-the world"s smallest full-featured KeyLogger, containing less than 4k compilation source. Specific ways of looking at the use of English readme package note. EXE inside the package will be some anti-virus software to kill, is recompiled version. Solutions : source put the "Global zkl" of the "zkl" with other characters, then recompile, they can avoid anti-virus software.
- 2022-03-15 10:16:17下载
- 积分:1
-
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(...
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Desktop back to the local catch, and then in the dialog box shows that the local mouse and keyboard actions into command input, and then sent to the remote host implementation (in fact this step is to simulate the operation of mouse and keyboard), and finally Remote Desktop will return once again to capture the local, in the dialog box is displayed. And thus the realization of the system built-in Remote Desktop function.
- 2022-07-03 23:37:17下载
- 积分:1
-
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString...
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A class can perform add-subtract operation to long integers with random length and has been compiled in Visual C++6.0 and WinXp successfully.It is implemented by a class inherited from CString and can perform plus operation to data with random length in theory.There is a file named longadd.exe in directory Release. You may drag the data file named*.txt to that executable file to finish computing.
- 2023-03-20 12:40:04下载
- 积分:1