search for: zhipeng

Displaying 11 results from an estimated 11 matches for "zhipeng".

2011 Mar 30
3
Connect observed values by a smooth curve, is there any method to get coordinate value of arbitrary point on the curve?
...ar all, I have the problem as the title shows. It is time series of measurements. I want to estimate the value at time point when we have no actual measured value (Only in the time range, not for prediction in future time). Hope you could give me some suggestion or hint. Thank you so much. Wang Zhipeng [[alternative HTML version deleted]]
2012 Jun 23
2
matching a string with multiple conditions using grep
Suppose I have a vector ["A_cont_1", "A_cont_12", "B_treat_8", "AB_cont_22", "cont_21_Aa"], I hope I can extract the strings which include 3 short strings, say "A", "cont" and "2", that is to say, "A_cont_12", "AB_cont_22" and "cont_21_Aa" will be extract, using a relatively short code
2012 Jun 28
2
Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello all, When I wanted to use package "foreach", I got the Error. That is: > library(foreach) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for ‘foreach’ I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", the Error could not be fixed. Would you please to give me some advice? Thanks
2009 Nov 25
0
kernel oops when sync after rm a file at full disk
Reproduce steps: free_size=`df | grep "/" -w | awk ''{print $4}''` dd if=/dev/zero of=tmpfile bs=1024 count=$free_size sync These got done without any errors until disk is full, and then run these steps: rm -rf tmpfile sync (will cause oops) Zhipeng Gong -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
...or new extension to the ADDFB2 ioctl. lib/igt_fb: Use new ADDFB2 extension for new tiling modes tests/kms_flip_tiling: Exercise Y tiling modes on Gen9+ Vincent Cheng (1): tools/intel_gpu_abrt: Fix bashism Yang, Libin (1): tools/intel_audio_dump: add support for Cherryview Zhipeng Gong (3): i-g-t: check whether kernel has dual bsd ring tests/gem_exec_params: check the invalid flags for dual bsd ring test/gem_dummy_reloc_loop: add tests for dual bsd ring git tag: intel-gpu-tools-1.10 http://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-1.10.t...
2020 Aug 07
0
Wine release 5.0.2
...that arrive on time. winegstreamer: Clamp both timestamp and timestamp + diff to 0. ntoskrnl.exe: Protect relocated pages one at a time. ntoskrnl.exe: Protect the two relocated pages independently. ntdll: Avoid leaking the previous environment in RtlSetCurrentEnvironment(). Zhipeng Zhao (1): explorer: Support '/cd,' command line option. Zhiyi Zhang (5): winex11.drv: Ignore disconnected outputs when finding mirroring slaves. comctl32/tests: Test button styles. comctl32/button: Do not set BS_PUSHBUTTON and BS_DEFPUSHBUTTON style directly to Spli...
2020 Sep 25
0
Wine release 5.18
...Socket() parameters. ws2_32: Always return WSAEINVAL if AF_UNSPEC is used with a zero protocol. wined3d: Introduce a depth/stencil state object. d3d11: Use wined3d depth/stencil state objects. wined3d: Fully move the depth buffer enable state to wined3d_depth_stencil_state. Zhipeng Zhao (1): winex11.drv: If the end of the sequence is '\r\n', there is no need to add extra '\r'. Zhiyi Zhang (5): user32/tests: Fix a test failure. user32/tests: Add display orientation tests. winex11.drv: Sort display modes with orientation considered....
2020 Jun 19
0
Wine release 5.11
...ple of extra tests for struct declaration syntax. d3dcompiler/tests: Add a simple test for global variable initializers. d3dcompiler: Factor out hlsl_ir_var allocation. winegstreamer: Clear the "colorimetry" and "chroma-site" fields in amt_to_gst_caps_video(). Zhipeng Zhao (1): ole32: Deal with WM_RENDERFORMAT if the clipboard is empty. Zhiyi Zhang (15): winex11.drv: Set DM_POSITION and DM_DISPLAYORIENTATION when reporting registry display settings. gdi32/tests: Remove tests for VidPnSourceId. winemac.drv: Set DM_POSITION and DM_DISPLAYO...
2020 Jun 05
0
Wine release 5.10
...ignment LHS. d3dcompiler: Remove a redundant check for writemasks on non-numeric types. d3dcompiler: Coerce the RHS before unwrapping swizzles. d3dcompiler: Fix matrix dimension declaration for matrix<...> syntax. d3dcompiler: Use hlsl_report_message() where possible. Zhipeng Zhao (1): wlanapi: Add WlanQueryInterface stub implementation. Zhiyi Zhang (6): user32: Handle NULL device and mode parameters in ChangeDisplaySettingsExW(). winex11.drv: Fake success for changing non-primary adapter settings. winemac.drv: Fake success for changing non-prim...
2020 Apr 10
0
Wine release 5.6
...er32: Also scan for mouse devices in GetRawInputDeviceList(). maintainers: Add Paul Gofman to the Staging branch section. maintainers: Add myself to some sections. maintainers: Take maintainership of DirectShow. maintainers: Take maintainership of the HTTP server libraries. Zhipeng Zhao (1): explorer: Support '/cd,' command line option. Zhiyi Zhang (15): winex11.drv: Get the minimum screen size from XRRGetScreenSizeRange(). d3d8/tests: Fix possible test failures. d3d9/tests: Fix possible test failures. d3d8/tests: Add cursor size tests....
2011 Mar 16
0
To calculate sample size based on generalized wilcoxon test or Tarone-Ware test
Dear all, I am trying to calculate sample size for a clinical research, on the basis of generalized wilcoxon test or Tarone-Ware test. It seems SAS can do this job using it "POWER" procedure, but SAS is not available to me. I would be very grateful if you could let me know if any R package or other tools which could cope with this problem. Best Regards, Wang [[alternative HTML