代码搜索结果
找到约 10,000 项符合
的代码
blum1024.dat
3082014F02818100C55060A86C52D06C8C45505BD32584D6658291552AC9F752CBF4FB3E198FB68C87C11DE8FE62BBF2114E44DC101EB9B5BF4084DF62DFBCD9EE7C49B2198688B3A70A5DC95D159E945E184AC17DC92FAE0C73633D065BC316C5969EC8
contents.m
% The FDC toolbox - 'Beaver' autopilot models
% ===========================================
% The directory APILOT contains Simulink models of the 'Beaver' autopilot.
% The following files are incl
ecp.h
#ifndef CRYPTOPP_ECP_H
#define CRYPTOPP_ECP_H
#include "modarith.h"
#include "eprecomp.h"
#include "smartptr.h"
NAMESPACE_BEGIN(CryptoPP)
struct ECPPoint
{
ECPPoint() : identity(true) {
navswtch.m
function y = navswtch(u);
%----------------------------------------------------------------
% NAVSWTCH.m contains the switch-criterion for switching from
% Navigation-Armed to Navigation-Coupled.
2.txt
python 通讯线程client 端
import pickle
import socket
import threading
# Here's our thread:
class ConnectionThread ( threading.Thread ):
def run(self):
# Connect to the server:
client=sock
vorinit.m
% -------------------------------------------------------------
% VORINIT.m sets the proper parameters for the VOR block in the
% systems APILOT1, APILOT2, and APILOT3. Run this routine be-
% fore
bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
4.txt
多个执行线程经常要共享数据,如果仅仅读取共享数据还好,但是如果多个线程要修改共享数据的话就可能出现无法预料的结果。
假如两个线程对象t1和t2都要对数值num=0进行增1运算,那么t1和t2都各对num修改10次的话,那么num最终的结果应该为20。但是如果当t1取得num的值时(假如此时num为0),系统把t1调度为“sleeping”状态,而此时t2转换为“running”状态, ...
des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom
pahrah.mdl
Model {
Name "pahrah"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes