由买买提看人间百态

topics

全部话题 - 话题: initialise
(共0页)
T**J
发帖数: 3340
1
来自主题: _Auto_Fans版 - BMW Remote Key Re-Initialise,easy DIY。
话说上一次把唯一的钥匙锁在了后箱里,想方设法搞开了车门,拆掉后座,结果发
现钢板隔离,根本从前边进不了后箱。
然后开始研究了一下钥匙(主钥匙是遥控/钥匙一体的),发现最便宜的不带遥控的
副钥匙要$50左右,主钥匙$150,这是BMW厂家list的的价格,实际上看论坛dealer
大都要200多,还有300多的。
研究结论:
1、不管有没有可放到后座(就是带滑雪板袋的),在后箱锁闭状态是不能从车内搞
出锁在后箱的钥匙的,进不去,拆后座也没用。
2、副钥匙只能开车门,不能开后箱,有备用副钥匙也不保险。
3、主钥匙贵。
4、好消息,遥控可以自己编程,极端easy!
好了,现在对于所有只有一把钥匙的BMW owner,去ebay买个主钥匙(钥匙是没用的
,要得是遥控器),然后自己编程一下,从此再也不用怕钥匙锁到车里去了!
Remote Key Re-Initialise
(* all keys in sequence at the same time)
- Get in and “close all doors”
- Turn ignition on & off quickly (no mor
a***n
发帖数: 5665
2
【 以下文字转载自 Saab 讨论区 】
发信人: TTBJ (涛涛不觉), 信区: Saab
标 题: BMW Remote Key Re-Initialise,easy DIY。
发信站: BBS 未名空间站 (Sat Jan 27 13:03:25 2007), 转信
话说上一次把唯一的钥匙锁在了后箱里,想方设法搞开了车门,拆掉后座,结果发
现钢板隔离,根本从前边进不了后箱。
然后开始研究了一下钥匙(主钥匙是遥控/钥匙一体的),发现最便宜的不带遥控的
副钥匙要$50左右,主钥匙$150,这是BMW厂家list的的价格,实际上看论坛dealer
大都要200多,还有300多的。
研究结论:
1、不管有没有可放到后座(就是带滑雪板袋的),在后箱锁闭状态是不能从车内搞
出锁在后箱的钥匙的,进不去,拆后座也没用。
2、副钥匙只能开车门,不能开后箱,有备用副钥匙也不保险。
3、主钥匙贵。
4、好消息,遥控可以自己编程,极端easy!
好了,现在对于所有只有一把钥匙的BMW owner,去ebay买个主钥匙(钥匙是没用的
,要得是遥控器),然后自己编程一下,从此再也不用怕钥匙锁到车里去了!
G**Y
发帖数: 33224
3
你比我还懒呀。文章在这里呀:
https://scirate.com/arxiv/1712.01815
首先,现在是通用算法了(不管啥棋,通吃了):
In this paper, we generalise this approach into a single AlphaZero algorithm
that can achieve, tabula rasa, superhuman performance in many challenging
domains. Starting from random play, and given no domain knowledge except the
game rules, AlphaZero achieved within 24 hours a superhuman level of play
in the games of chess and shogi (Japanese chess) as well as Go, and
convincingly defeated a world-champion program in each ... 阅读全帖
b******n
发帖数: 592
4
来自主题: Programming版 - 这个C++程序为什么不能运行
a is just a pointer. It is initialised to point to read-only memory. Changin
g a is fine, changing the content of memory pointed by a is not okay
b******n
发帖数: 592
5
来自主题: Programming版 - Perl 的一个问题
initialise %cost with everything in text file.
each key in cost is a combination of pairs in text file, for example, pair
of "a" and "b" will be "ab"
$key = $a1[$j] . $a2[$j];
if defined $cost{$key}
will tell you if the pairs is in .txt or not.
It is just a idea, and based on my assumption that the pairs in text is
limited, otherwise it will be slow.
G****A
发帖数: 4160
6
来自主题: Programming版 - a pointer to a const addr
I learned this trick from the following source:
http://stackoverflow.com/questions/2204176/how-to-initialise-me
n*******e
发帖数: 62
7
Abstract
1 – “Rose is a rose is a rose is a rose”, C# is case sensitive, that
sucks.
2 – The Switch clause
3 – Event-Handling code
4 –Stupid symbols
5 – Autocorrection in Visual Basic actually works
6 – Lack of supported functions, such as:IsNumeric,PMT, etc. but they don’
t exist in C#.
7 – That wretched semi-colon.Why do I have to end every line in C# with a
semi-colon?
8 – Arguments and variables.The order of words in a C# variable declaration
is wrong.the C# method of having to prefix argume... 阅读全帖
S*A
发帖数: 7142
8
因为我最近在 hack 这个 Pogoplug V4 mobile。我顺便帮
你看了以下。
我从 UBoot 上面去掉了 serial cosole。这个是 dmesg。
时钟初始化是在 12 妙开始, 并不是 Linux 真正启动了 12 妙。
所以走到 systemd 启动也才 3.5 秒钟。注意其中有 USB 硬盘
访问,因为那个 rootfs 是在 USB 上面。仔细看 demsg,去掉
USB 硬盘访问,去掉 SATA 寻找硬盘,去掉 Ethernet 寻找
Link 的时间,剩下初始化应该就在 2 秒钟以内了。这个 3.5
秒钟很多时间是在和 USB storage 的东西相关。你只要
rootfs 不在 USB flash 上面,这些都可以启动的时候不做。
所以 2 秒钟启动应该是可以的,不需要特别多定制。
基本上改改 kernel config 或者启动参数就可以了。
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ ... 阅读全帖
S*A
发帖数: 7142
9
因为我最近在 hack 这个 Pogoplug V4 mobile。我顺便帮
你看了以下。
我从 UBoot 上面去掉了 serial cosole。这个是 dmesg。
时钟初始化是在 12 妙开始, 并不是 Linux 真正启动了 12 妙。
所以走到 systemd 启动也才 3.5 秒钟。注意其中有 USB 硬盘
访问,因为那个 rootfs 是在 USB 上面。仔细看 demsg,去掉
USB 硬盘访问,去掉 SATA 寻找硬盘,去掉 Ethernet 寻找
Link 的时间,剩下初始化应该就在 2 秒钟以内了。这个 3.5
秒钟很多时间是在和 USB storage 的东西相关。你只要
rootfs 不在 USB flash 上面,这些都可以启动的时候不做。
所以 2 秒钟启动应该是可以的,不需要特别多定制。
基本上改改 kernel config 或者启动参数就可以了。
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ ... 阅读全帖
a*****e
发帖数: 1700
10
看你这么不愿意接触自己不懂的东西,我给你截个图好了,整个系统只有一块是 C,其
它都是 FP 系的。而且我说的是“从头到脚 formally verified”,什么意思呢?
We then describe the functional correctness proof of the kernel’s C
implementation and we cover further steps that transform this result into a
comprehensive formal verification of the kernel: a formally verified IPC
fast path, a proof that the binary code of the kernel correctly implements
the C semantics, a proof of correct access-control enforcement, a proof of
information-flow noninterference, a sound wor... 阅读全帖
e*i
发帖数: 10288
11
来自主题: CellularPlan版 - 分享几个用于自由泡的脚本
烦请熊大版主指教有关 sipcmd 脚本
我在 Raspberry Pi zero 上编译运行的。
在文本界面的 raspbian lite上面首先
sudo apt-get update
sudo apt-get install libopal-dev libpt-dev ,
然后下载了 sipcmd 源码,解压,make,出了一些警告,但是最后得到了可执行文件,
然后
./sipcmd -P sip -u 11234567890_8888888812791614559 -c
126777777776ca42b80888888887fb49 -w fp.layered.net -x "c18889990000;ws3000;h"
结果出现 Dial timed out 错误
详细输出(modded, removed some info)如下:
Starting sipcmd
in debug mode
Manager
Init
initialising SIP endpoint...
Listening for SIP signalling on 0.0.0.0:TestChanAu... 阅读全帖
l*******s
发帖数: 7316
12
来自主题: CellularPlan版 - 分享几个用于自由泡的脚本
下面是我运行sipcmd后屏幕上的输出显示:
Starting sipcmd
in debug mode
Manager
Init
initialising SIP endpoint...
TestChanAudio
TestChanAudio
Listening for SIP signalling on 0.0.0.0:5060
SIP listener up
registered as sip:[email protected]
Created LocalEndPoint
Main
## Call ##
TestPhone::Main: calling "18004444444" using gateway "fp.layered.net" at Sat
Jan 20 20:04:36 2018
Setting up a call to: sip:[email protected]
LocalEndpoint::MakeConnection
LocalEndpointCreateConnection
LocalConnection
OnIncomingConn... 阅读全帖
k*****a
发帖数: 823
13
来自主题: _Auto_Fans版 - BMW Remote Key Re-Initialise,easy DIY。
新的saab不行的,必须要一把原来的钥匙才能program新钥匙,不然就要花$700-800换
ecu。所以建议只有一把钥匙的新saab车主,赶紧去配一把备用的,不然到时候丢了唯
一的钥匙哭都来不及。而且现在谣传说一把钥匙只能program一次,ebay上买旧钥匙是
没用的。
E********t
发帖数: 2447
14
看上去不难,有谁试过么
p*********e
发帖数: 32207
15
问个问题
我记得528i的副钥匙也是可以启动车的
打着之后直接按驾驶位下面的开后备箱键不就搞定了...
那么找BMW配一把副钥匙不就可以了...
另外我记得一共有三把钥匙的,主钥匙带遥控
副钥匙不带
但还有一把黑色塑制的很小的钥匙,也是可以把车打着的...
ie
发帖数: 1350
16
问各问题,你这样初始化,只能把他当remote 来开车们吧?
能用他来发动engine么?
(共0页)