资源列表
DT修改_xp下隐藏进程VC6
- WindowsXP下隐藏自己的进程,使用非常方便,只需要在本进程内调用此函数!千万不要用来写“流氓软件”!-WindowsXP hide under the process is extremely easy to use, only in this process calling this function! Do not write to "rogue software."
Computer-2
- 基于c++的多功能综合运算器,能够计算出算术表达式的值,包含了多种常用的数学运算符号-super computer.Using C++
App_Code
- 这是一个用来将中文转换成汉语拼音的一个类.使用时直接调用该类就可以.但注意输入的中文字符中间不能包括数字,英文字母以及其他特殊字符.-used to be converted into Chinese pinyin system of a type. Use such direct calls can be. But Notes Italy imported Chinese characters to be included among figures alphabetical and othe
thewaveandpowerdestinyof2fsk
- 在MATLAB下实现FSK调制解调。并画出了每一步的波形以及功率谱密度图-in MATLAB under FSK modulation and demodulation. And the mapping out of every step of the waveform and power spectral density map
2
- 一个多功能的 能实现简单计数功能 适用于EDA初学者-A multi-purpose function to achieve a simple count for beginners EDA
ButtonStyle_src
- 这是一个透明按钮,具体实现方法参考网络上的CbuttonST.-This is a transparent button, and specific methods to achieve the reference network CbuttonST.
BPSK
- If some more information is needed i will be more than happy in providing it
CPU
- Atmel CPU avr32 module
bpsk
- 直接序列扩频,调制部分采用2psk,通过瑞利信道-Direct sequence spread spectrum, modulation part is 2psk.
QPSK_BER
- 实现AWGN信道下,QPSK调制解调,系统的误码率-Achieving AWGN channel QPSK modulation and demodulation, the BER
daohang
- 页面导航实例用于演示ASP页面导航部分。 -Page navigation example
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程