Resume
- February 12th, 2009
- By april1985
|
OBJECTIVE Software Engineer |
|||||||
|
EDUCATION |
|||||||
|
2007.9-2010.6 |
UESTC, Mechatronic Engineering |
Master Degree |
|||||
|
2003.9-2007.6 |
UESTC, Mechanical Design, Manufacturing and Automation |
Bachelor Degree |
|||||
|
INTERNSHIP |
|||||||
|
Microsoft ChengDu, China Mobile Financial Management System, Microsoft Intern |
2007.7-2007.9 |
||||||
|
|
l Learned large management system architecture, project and team management and teamwork. |
||||||
|
|
l Accomplished several modules and work flows. |
||||||
|
|
l Optimized complex search speed up to 20x of large data on MS SQL Server. |
||||||
|
EXPERIENCE |
|
||||||
|
PCB Drill and Route Control System, System Designer and Main Developer |
2008.11-2009.9 |
||||||
|
|
l Designed control system in C# using agile software development method. |
||||||
|
|
l Introduced unit test driven approach in core control unit. |
||||||
|
|
l Mainly used factory, abstract factory, singleton, template and state designed pattern. |
||||||
|
|
l Applied state machine for GUI control. Built state machine editor to maintain control flow. |
||||||
|
|
l Designed a virtual machine using .NET Remoting for offline testing and debugging. |
||||||
|
Virtual Surgery System, System Designer and Main Developer |
2008.1-2008.12 |
||||||
|
|
l Acquired cross-platform development, OpenGL, Graphics theory knowledge. |
||||||
|
|
l Designed incorporated main features, including importing CT/MRI DICOM images, image filtering, segmentation, real-time volume rendering, tissue cutting and 3D stereo display. |
||||||
|
|
l Applied software copyright. |
||||||
|
5-Axis CNC Pipe Bender Simulation System, Simulation System Design and Integration |
2006.1-2007.7 |
||||||
|
|
l Designed and accomplished a 3D simulation system for pipe bender machine. |
||||||
|
|
l Implemented scene graph to manage scene. Used command state pattern to control simulation actions. |
||||||
|
|
l Integrated into main control project using C++/CLI language seamlessly. Used XML as data format. |
||||||
|
AWARDS |
|||||||
|
Microsoft West Service Team Excellent Intern Award, 2007, UESTC Excellent Graduate Award, 2007, National English Contest for College Students, Third Prize, 2005 People’s Scholarship, Second Level *2, Third Level *1 |
|||||||
|
PUBLICATION |
|||||||
|
IEEE ICMA 2008, Development of CAD/CAM system for PC-based CNC pipe bender machine |
|||||||
|
CodeProject prize winner, Using VB.NET to Encode SMS and EMS |
|||||||
|
Computer Weekly, “Computer 1 to 2 in only 1000RMB”, “Caution! Nvflash becomes Killer” |
|||||||
|
SKILL |
|||||||
|
Language skill: Passed CET6, Fluent in English, can be used as daily language |
|||||||
|
TRAINING |
|||||||
|
2009.3-2010.3 |
METEN International English training |
||||||
|
2004.7-2004.9 |
Microsoft MCSE, UESTC coral land |
||||||
You know so many interesting infomation. You might be very wise. I like such people. Don't top writing.
Hi,
I need a tool that can convert a PDU format into a text readable form, i used your VB program already but it says error "Index was outside the bounds of Array".
Thanks,
Junaid
Hi
My name is Majid. I have a project related to GSM modem. I read Sms but they are PUD and I don't know how I can convert them to string. If you let me I sent my sample code to you and you see it.
I will appreciate you if you help me
my email is: majid_jm@yahoo.com
I'm sorry that I haven't done any GSM related programming for a long time. So I can't give you a detailed answer. You should try to know what is PDU code and how does your GSM modem support AT functions. I know some GSM modems (especially some modem phones) do not fully support the standard AT functions or 3GPP SMS protocol.
To know how to read and send SMS, you can monitor the data sent throught your COM port using your GSM's program. That will give you a best example.