Computer support collaborative work class notes from PKU.
资源简介:Computer support collaborative work class notes from PKU.
上传时间: 2013-12-23
上传用户:huql11633
资源简介:uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as is". The code was written with the intention of creating a functional RTOS demo for the Nohau evaluation boards that can run a MicroBlaz...
上传时间: 2013-12-27
上传用户:tzl1975
资源简介:CCISP考试指南与导读 CISSP STUDY NOTES FROM CISSP PREP GUIDE 1 DOMAIN 1 – SECURITY MANAGEMENT PRACTICES 2 DOMAIN 2 – ACCESS CONTROL SYSTEMS 7 DOMAIN 3 – TELECOM AND NETWORK SECURITY 13 DOMAIN 4 – CRYPTOGRAPHY 34 DOMAIN 5 – SECURIT...
上传时间: 2014-02-13
上传用户:sy_jiadeyi
资源简介:Sprite class notes, help in animation in J2me
上传时间: 2017-05-16
上传用户:金宜
资源简介:lecture notes from american university
上传时间: 2014-09-06
上传用户:xauthu
资源简介:Demo Name: Main Author: Ted Rybicki Purpose: Sync up systems and workstations clock through firewalls with socks support. NOTE: You will need to set Name field in IdSocksInfo1 to your socks server for sock...
上传时间: 2013-12-27
上传用户:helmos
资源简介:Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses...
上传时间: 2013-12-05
上传用户:CHENKAI
资源简介:CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\Chapt12.h The header...
上传时间: 2013-12-17
上传用户:yan2267246
资源简介:This books presents the research work of COST 273 Towards Mobile Broadband Multimedia Networks, hence, it reports on the work performed and on the results achieved within the project by its participants. The material presented here correspo...
上传时间: 2020-05-30
上传用户:shancjb
资源简介:his paper provides a tutorial and survey of methods for parameterizing surfaces with a view to applications in geometric modelling and Computer graphics. We gather various concepts from di® erential geometry which are relevant to surfa...
上传时间: 2014-11-09
上传用户:努力努力再努力
资源简介:// Hint: These classes are intended to be used as base classes. Do not // simply add your code to these files - instead create a new class // derived from one of CSizingControlBarXX classes and put there what // you need. See CMyBar clas...
上传时间: 2016-04-07
上传用户:thinode
资源简介:Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generat...
上传时间: 2017-05-25
上传用户:bibirnovis
资源简介:This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL...
上传时间: 2014-01-15
上传用户:wxhwjf
资源简介:modelsim_se_tutorThis is a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The ...
上传时间: 2015-07-07
上传用户:xfbs821
资源简介:This is a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the V...
上传时间: 2013-12-26
上传用户:kelimu
资源简介:these are some notes about adaptive filter class from 1 to 6 chapter
上传时间: 2017-04-19
上传用户:kytqcool
资源简介:Full support for extended regular expressions (those with intersection and complement); support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be config...
上传时间: 2013-12-11
上传用户:zhanditian
资源简介:The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination Computer or network in JPEG format.
上传时间: 2014-01-06
上传用户:zhuyibin
资源简介:The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destination Computer
上传时间: 2013-12-16
上传用户:sjyy1001
资源简介:CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
上传时间: 2015-03-19
上传用户:R50974
资源简介:With User Mode Linux you can create virtual Linux machines within a Linux Computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, an...
上传时间: 2013-12-19
上传用户:xinzhch
资源简介:This book has been written to support a practically oriented course in programming language translation for senior undergraduates in Computer Science. More specifically, it is aimed at students who are probably quite competent in the art ...
上传时间: 2013-12-10
上传用户:我干你啊
资源简介:MfcCDDB v1.11 A freeware MFC class to support access to CDDB servers Welcome to MfcCDDB, a collection of freeware MFC classes to support access to the Compact Disc DataBases on the Internet .
上传时间: 2015-03-13
上传用户:mikesering
资源简介:This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set class to the appropriate string for your device cl...
上传时间: 2015-04-02
上传用户:nanxia
资源简介:Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interf...
上传时间: 2013-12-24
上传用户:15071087253
资源简介:开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution
上传时间: 2015-04-12
上传用户:liansi
资源简介:support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.com。This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data r...
上传时间: 2014-01-24
上传用户:二驱蚊器
资源简介:A subclass of JTable, this class can render data from a TreeTableModel.
上传时间: 2015-05-04
上传用户:dongqiangqiang
资源简介:Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non...
上传时间: 2013-12-23
上传用户:小儒尼尼奥
资源简介:support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) with Ltrain: number of points N: dimension % ytrain: (Ltrain,1) containing class labels (-1 or +1) % xrun: (Lrun,N) with Lrun: number o...
上传时间: 2015-09-04
上传用户:问题问题