See code samples for Microsoft developer tools and technologies. Explore and discover the things you can build with products like .NET, Azure, or C++.
See code samples for Microsoft developer tools and technologies. Explore and discover the things you can build with products like .NET, Azure, or C++.
A handling device for samples and reagents to be used in testing in a system. Carriers of samples and reagents are loaded on a platform which detects the presence of, and proper loading of, such carriers. The carriers are moved from the platform by a transporter to a bar code reader for...
This archive contains code to create several PL/SQL programs and to use the PL/SQL hierarchical performance profiler to record the execution of each. It also contains the profiler output for each run, prepared as a set of mutually cross-referencing HTML files. The slides for the presentation ...
Usage of sample code in production environments is strongly discouraged. Applications Used For Testing Applications such as the lightweight HTTP server are shipped with the JDK to help developers deploy and test their code easily. They have not been developed in accordance with software development st...
nsamples = 1000; mu = [0; 0]; sig = [1 0.4; 0.4 1]; r = zeros(1,nsamples);forj = 1:nsamples xy = mvnrnd(mu,sig,N); r(j) = corr(xy(:,1),xy(:,2));end[power,powerci] = binofit(sum(r>cutoff),nsamples)
This is a test developed for the Cradlepoint Serial Device (CSD) to be used during vibration testing of the CSD. The application is a simple serial echo server that opens a port on the router. Data is sent to the application and is echoed back to the client over the serial port. A LA...
This is a sample project for testing C code for STM32 microcontrollers using the Google Test Framework. - CharlesDias/stm32_gtest_c_code
目标:开发插件功能为“在VS中创建文本文档,并在文本开头输入//This code was created For Testing” 1,Create new project(Visual Studio Add-In) 2,按照wizard一步一步操作: 选择使用C#编写Addin 选择在.NET IDE 和Macro IDE中都可以使用AddIn 输入name和description ...
# unit testing. ioChanMgr.trace = 0x0 # These timers are in millisecs # NOTE: alarms are sent autonomously as they occur, alarmTimer is outdated # and should be set to zero. If IPCTimer is 0, then hard-coded value will be # used. Only for problems with the hard-code shou...