Thursday, January 28, 2016
Who can give me who introduced the socket component VB
Who can give me who introduced the socket component VB
Reply:
xc
Intel mobile technology to support what ------ Forum
Intel mobile technology forum -------- support it.
Reply:
ding
What is a mobile computing?
What is a mobile computing technology?
Reply:
aa
Reply:
You can refer to the next, huh, huh! See nobody back, but LZ should knew it! http://www.enet.com.cn/article/2008/0103/A20080103984420.shtml
ISampleGrabber interfaces support it on WM5
WM5 of CameraCapture
saved to a file after the video captureI now want to get a frame by frame video capture after the original data, and then use my own coding library for encoding
(Ie, video capture data, I do not need the back part of the framework DShow, and I would like to direct the data VideoCapture of Filter outputted own processing)
DShow Windows on there ISampleGrabber interface, you can get the output buffer
FilterDo not know if I have a WM5, I feel like I did not find
I do not know I mean there is no clear expression
Is the video capture of this piece, I realized with DShow, but behind the encoding and transmission, I used my own code
It needs to have a connection in the middle of the process, would ISampleGrabber can be achieved, but I did not like on WM5 find this interface
I do not know there is no other way
Thank you :)
Reply:
The landlord, now that the
Now researchers like me
I also want to get data from one frame of
It did not find ISampleGrabber
An estimated it might not be supported.
However, there are a IMediaSample interfaces which has GetPointer function
virtual HRESULT STDMETHODCALLTYPE GetPointer (
/ * [Out] * / BYTE __RPC_FAR * __ RPC_FAR * ppBuffer) = 0;
Inside SDK description: IMediaSample: Provides shared memory buffer functionality, holds some properties about the data, and holds a pointer to the data itself
I do not know whether to use this interface to replace ISampleGrabber ah
The landlord, discussing it together
Reply:
Haha, like beauty, is not supported. You can use Contrast that example.
Reply:
Where Contrast, can specifically talk about see it? How I did not see
Reply:
It has confirmed that does not support this interface to write their own filter bar
Will Core Solo Centrino technology support?
I want to buy a laptop, but the instructions say whether it can support Centrino technology for wireless Internet
Reply:
intel says Centrino technology, including wireless module. However, some businesses in the concept of speculation, be sure to ask.
Reply:
Support, rest assured
Reply:
Most can be, do not worry
Just do a universal bus line query system are welcome to test and make a suggestion
Bus line query system (BusQuery)
http://www.netcropper.cn/Blog/article.asp?id=426
Hardware platform:
Windows Mobile 5.0 and above. The current mainstream Dopod phones using this system, this system additionally Amoi E70 phone is used for several of the other so over the next few months the Chinese version of Windows Mobile 6.0 will also launch its offer my support.
Software platform:.
.Net Framework Compact 2.0
SQL Server 2005 Mobile
Download:
http://www.netcropper.cn/BusQuery/Download/BusQuery_Setup.CAB
If any company engaged in the development of mobile phone graduating students receive notification brother trouble, huh, huh :)
Reply:
I did not try, I feel very good read interface, and the software should have a future career prospects.
Recommend holding software to map123, spiritual figure like map company candidates try
Reply:
I am now in Inspur, map123 and spiritual figure did not seem all right here :)
Reply:
Oh, I mean you can find a company interested in this software, semi-cooperative nature of
Reply:
Oh brother no similar experience just a hobby - this is also doing the play, and the commercialization of a lot worse now distance
Reply:
Landlord copy to me ah, doing this, I feel go on, Thank you very much. E-mail: chinaqian@126.com
Reply:
Give me trouble also pass a mailbox is ylliao2007@yahoo.cn
Just started to learn wap development, there is a small program to ask you
I made two pages index.wml and qycx.wml, codes are as follows
index.wml
& Lt;? Xml version = "1.0" encoding = "gb2312" & gt;?
& Lt;! DOCTYPE wml PUBLIC "- // WAPFORUM // DTD WML 1.1 // EN" "http://www.wapforum.org/DTD/ wml_1.1.xml" & gt;
& Lt; wml & gt;
& Lt; card id = "qycx" title = "Hello everyone" & gt;
& Lt; p & gt;
Please enter the data & lt; input name = "qycx" type = "text" maxlength = "16" / & gt;
& Lt; anchor title = "OK" & gt; determining
& Lt; go href = "qycx.wml" method = "post" & gt;
& Lt; postfield name = "qycx" value = "$ qycx" / & gt;
& Lt; / go & gt;
& Lt; / anchor & gt;
& Lt; br / & gt; & lt; br / & gt;
Hello everyone
& Lt; / p & gt;
& Lt; / card & gt;
& Lt; / wml & gt;
qycx.wml code below
& Lt;? Xml version = "1.0" & gt;?
& Lt; -! Created by WAPtor (http://www.waptop.net/) - & gt;
& Lt;! DOCTYPE wml PUBLIC "- // WAPFORUM // DTD WML 1.1 // EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
& Lt; wml & gt;
& Lt; -! THIS IS THE FIRST CARD IN THE DECK - & gt;
& Lt; card id = "MainCard" title = "This is a first card" & gt;
& Lt;%
id = request.form ("qycx")
response.write id
response.end
set conn = server.createobject ("adodb.connection")
conn.open "driver = {microsoft access driver (* .mdb)}; dbq =" & amp; server.mappath ("qycx.mdb")
sql = "select * from info where name like '%" & amp; id & amp; "%'"
set rs = server.createobject ("adodb.recordset")
rs.open sql, conn, 1,1
do while not rs.eof
bh = response.write ("id")
mc = rs ("name")
% & Gt;
& Lt; a href = "detail.wml id = & lt;?% Response.write bh% & gt;" & gt; & lt;% response.write mc% & gt; & lt; / a & gt;
& Lt;%
rs.movenext
loop
rs.close
% & Gt;
& Lt; p align = "center" & gt;
This is a sample text
& Lt; / p & gt;
& Lt; / card & gt;
& Lt; / wml & gt;
Database structure table info, field id, name
The question now is index.wml displayed correctly, enter the query conditions, press OK, the error HTTP Error: 405, how is this going on?
Reply:
& Lt;% Response.ContentType = "text / vnd.wap.wml; charset = utf-8"% & gt;
& Lt;? Xml version = "1.0" encoding = "utf-8" & gt;?
& Lt;! DOCTYPE wml PUBLIC "- // WAPFORUM // DTD WML 1.1 // EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
ASP + WML You little head:
& Lt;% Response.ContentType = "text / vnd.wap.wml; charset = utf-8"% & gt;
Added change to change it
Reply:
head qycx.wml page
Reply:
How plus
head in qycx.wml& Lt;% Response.ContentType = "text / vnd.wap.wml; charset = utf-8"% & gt;
It
error is still thereFrom the time you press OK submitted index.wml still there
HTTP Error: 405
This error
Reply:
You use the asp qycx.wml can not be
wml suffixAsp suffix should be changed, and then remember to add asp output wml header information, you can file another is gb2312, then make sure your asp is gb2312
Reply:
For a
1.index.wml in href = "qycx.asp"
2.qycx.wml into qycx.asp
3.qycx.asp head should be
& Lt;% Response.ContentType = "text / vnd.wap.wml; charset = gb2312"% & gt;
& Lt;? Xml version = "1.0" encoding = "gb2312" & gt;?
& Lt;! DOCTYPE wml PUBLIC "- // WAPFORUM // DTD WML 1.1 // EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
Reply:
It seems not `
I use the ASP but static display is right
Dynamic data read out from the database will not be able to
I write it straightforward to write code to pull
I use
Opera browser testingThe result is so
& Lt;% @ LANGUAGE = "VBSCRIPT" CODEPAGE = "65001"% & gt; & lt;% Function outHTM (str) 'The string HTM decoded output string Dim sTemp sTemp = str outHTM = "" If IsNull (sTemp) Then Exit Function End If sTemp = Replace (sTemp, "'", "'") 'Restore single quotes sTemp = Replace (sTemp, "& amp;", "& amp;") sTemp = Replace (sTemp, "& lt;", "& lt;") sTemp = Replace (sTemp, "& gt;", "& gt;") sTemp = Replace (sTemp, "$", "$$") sTemp = Replace (sTemp, "", "") sTemp = Replace (sTemp, Chr (10), "
") OutHTM = sTemp End Function Sql =" SELECT * FROM ly ORDER BY lyid DESC "Set Rs = Server.CreateObject (" Adodb.Recordset ") Rs.Open Sql, conn, 1,3 page = Request.QueryString (" Page ") Rs.PageSize = 6 'a six record IF Not IsEmpty (Page) Then IF Not IsNumeric (Page) Then' determine whether the Page to digital Page = 1 Else Page = Cint (Page) 'is converted into a short plastic Integer End IF IF Page & gt; Rs.PageCount Then Rs.AbsolutePage = Rs.PageCount 'is set equal to the last page of the currently displayed page ElseIF Page & lt; = 0 Then Rs.AbsolutePage = 1' is set equal to the first page of this page Else Rs.AbsolutePage = Page 'if greater than zero, show this page to receive equal number of pages End IF Else Rs.AbsolutePage = 1 End IF Page = Rs.AbsolutePage% & gt; & lt;% Response.ContentType = "text / vnd.wap.wml; charset = gb2312 "% & gt;
Post new stickers
& Lt;% For i = 1 to Rs.PageSize If Rs.Eof Then Response.Write "No message of
!"Exit For End If% & gt; (& lt;% = Rs (" lyid ")% & gt;) & lt;% = outHTM (Rs (" lytitle "))% & gt;
Content: & lt;% = outHTM (Rs ("lycontent"))% & gt;
Message by: & lt;% = outHTM (Rs ("lyusername"))% & gt;
Time: & lt;% = outHTM (Rs ("lytime"))% & gt;
Re: & lt;% if Rs ("replay") & lt; & gt; "" then Response.Write outHTM (Rs ("replay")) else Response.Write "" No Reply "" end if% & gt;
------
& Lt;% Rs.MoveNext Next if page & gt; = Rs.PageCount then 'Response.Write ("[Next]") else Response.Write ("[Next]") end if if page & lt; = 1 then' Response.Write ("[Previous]") else Response.Write ("[Previous]") end if% & gt;
Post new stickers
I ask how the test ASP suffix WAP network
How to write the log files on the 2.1 platform for mobile phones?
Should be able to write when you install the debug version of the program on uiq2.1 platform device log file it, the location of the log files to C: \ Logs \ XXX \, and then create an empty txt log file format to do so Do right? Why the log file what did not? I should do is correct? But that looked sdk Help file said above approach should be correct fishes Yeah, really do not know why die, but please enlighten me!
Reply:
Add: is the Nokia6708 phone
Reply:
http://blog.csdn.net/yaloe/archive/2007/02/11/1507794.aspx
check it out
Reply:
Upstairs in accordance with the post column described himself created the file for writing logs, but still there is no log content on Nokia6708. While in the simulator it is possible.
Does anyone know the possible reasons for this situation emerge?
Reply:
You build the appropriate phone LOG folder yet?
Reply:
Build logs folder, and the air also established corresponding log file is not written log
Reply:
UIQ 2.1 Impression can only be built on the memory card directory LOG folder, you build on the C drive folder to the memory card to try.
Reply:
With RFileLog
Reply:
RFileLog not find the explanation;
Alas, there is no memory card yet.
Reply:
Oh, locate the storage card.
Sure enough, the log file can be written on the memory card.
thank you all.
TAPI achieve call on the smartphone, no sound how to solve? Emergency, such as online ~~~~
TAPI implemented on smartphone call function, can now get through, the other party can also receive call information, pick up no sound, how to solve ah? Who can solve, I'd give all my points (over 200) ~~~
Reply:
No one understand? Nobody has done in this respect it?
Reply:
Try using the following function, but this will bring up the Mobile dial pad interface, you do not know the character does not meet the application scenario.
LONG PhoneMakeCall (
PHONEMAKECALLINFO * ppmci
);
Reply:
Anyway, thank you very much advice ~~~ I used this function, but this function dial, there is no corresponding function on the phone.
Reply:
With PhoneMakeCall, you know how to hang up the phone?
Reply:
Dishonest one law: Analog hold button, I do not know whether or not feasible
BOOL PostKeybdMessage (
HWND hwnd,
UINT VKey,
KEY_STATE_FLAGS KeyStateFlags,
UINT cCharacters,
UINT * pShiftStateBuffer,
UINT * pCharacterBuffer
);
Reply:
Doing so may lead to memory leaks, because some of the resources the program does not close, hey, in short, is depressed, I have achieved with tapi phone call, but it is not sound, really depressed, listen to a friend said on wm4.2 have sound, my machine is wm5.0, but no sound
Reply:
What phonemakecall tune out the window handle that? Anybody know?
Reply:
Check with Remote Spy
Reply:
Thank you, lazy, do you have qq, exchange it
Reply:
Oh, he did not find the handle
Reply:
Anyway, thank you, lazy.
First knot posted.
My qq70436713, hope everyone can exchange technology. Thank you
How to get SMS text with MsgObserver?
How to monitor the inbox messages, and get the body, then the body is processed? For example, compare which keywords?
Reply:
when we receive a new message, at the same time the framework will create two events;
EMsvEntriesCreated and EMsvEntriesChanged.
Reply:
The reply is deleted moderator
Reply:
Symbian OS, message store and common operating
http://blog.csdn.net/Beover1984/archive/2006/01/05/571317.aspx
Reply:
mark
Scattered points, I want to learn mobile devices, we can give suggestions
I was engaged in website software development framework, familiar vs2005; recently tried to learn the development of mobile devices related to cow people give me suggestions ah, how I should start learning. I used to learn a new system of things, is not to look at the mobile phone operating system Symbian, linux, wince? Then what equipment should be familiar with what platform to use on a variety of operating systems, and it? - What's the simulator?
Problem, tell me something about the kind of platform research have more career prospects? Introduce a better system of book-related? ? First thank you! !
Reply:
Their top a
Reply:
Go http://www.kudev.net see, perhaps you can help.
Why can not the phone installed in a notebook it?
We all know that if we want one too laptop mounted on the mobile phone (probably called nanotechnology it!), You may have to charge as much effort it! Not as good as the phone installed in a notebook laptop ...... then transfer a small number of suitable, although bigger than Big Brother, but compare the two products is the synthesis of a status symbol it?
Reply:
Can you handle narrow it?
Reply:
good ideas ...
Reply:
Is not it
PDAStale
Write to ask you about the phone emulator! (
Graduate design topics. Phone emulator is not very understanding.
The following is the title
Mobile PC display system emulation, the phone display on the PC simulation, as follows:
1. Phone shape rendering, including a display interface, keys, etc.;
2. Analog key input;
3. Defining and implementing the mobile phone interface resolution;
4. Define and implement the number of rows and columns phone interface;
5. Display design level menu;
6. Secondary menu display design;
7. Display design three menus;
8. Summary, writing papers.
My question is, the development of the mobile phone emulator can not develop with a special SDK? Such NOKIA, and some probably are ready interface framework.
I do not know C # language I use to achieve this should be what, how to start..
If you do not have a dedicated SDK whether those menus, icons should do what ??
I do not understand, so it is less likely to ask .. hope someone can understand what I would like to thank the
~~
Mobile technology can bring a new hope of reform
Mobile technology, 3g of arrival, want the phone to be like a small notebook as nice
Intel mobile technology?
Mobile computing is a little more or a little more?
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
A tutorial, you can go search for mobile technology Intel Software College courses on site, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
If you are interested in the development of practice, then think of it, you can download some Intel SDK for mobile developers, such as the Intel Mobile Platform SDK, currently there should be a trial and evaluation versions are available. This SDK which contains the power management, bandwidth management, network connection management and a series of modules that can help developers to develop for mobile terminal devices (for example UMPC, tablet PC, notebook A, etc.) intelligent mobile software on top of, Under ideal conditions the software can automatically sense changes in the environment and context, in order to adopt a different strategy.
Reply:
movement!
Reply:
celineshi talk is good, PDA, after all, is a niche product, the books that everyone coveted weapon, both mobility and reasonable computing power, therefore, how to arrange a power / bandwidth / computing / portability / and other aspects a reasonable choice, with the corresponding Cool soft, in order to fully maximize the effectiveness of these platforms. Those connections are good introductory information, I think http://shale.intel.com/softwarecollege/CourseDetails.asp?courseID=201 this course looks good, but I e-wen bad eating up hard oh. Also three days, I do not know there are live versions of it online?
Who can give me who introduced the socket component VB
Who can give me who introduced the socket component VB
Reply:
xc
How to use Visual C ++ 2005 to access SqlMobile
Sqlmobile
to use when developing a mobile programAlready installed on your mobile device a good Sqlmobile
How to connect, operate Sqlmobile database on the mobile device it
Microsoft provides examples are based on oledb of but I do not understand, please give pointers about
It is best to paste a simple code, Thank you
Reply:
c ++ to access the database is accurate, how convenient delphi, really rubbish
Reply:
C ++ to write low-level calls to access a lot of things very troublesome Kazakhstan, upstairs say is, Oh,
But you have to use components or that kind of thing, still very simple, you can not be simpler!
Reply:
Problem is, with that class or controls, urged
Reply:
No classes and controls, but it gives you a lot of flexibility! ! Especially with the development of mobile vc 8 to access the database, it is recommended to use oledb. You can encapsulate what access the database operations com interfaces A, is also very convenient!
ps: Do not say c ++ garbage, calm you will take the time to study a lot of harvest!
Reply:
lz, Microsoft provides examples of where there is ah, can not provide a download address
Reply:
Do not understand the trouble, I look relatively simple
Note:
1, SQL technology roadmap more
a, PC and MS Communications
Need IIS, SQL Server2005 support, but also to install a component
b, MS single
Using unmanaged, MS need to install two cab
For details, see MS document
MS: mobile station | microsoft
Reply:
No one, I have done this, the top
Sub Teng brother came about
There is a problem, that is:
How will a picture of Buffer data displayed on the phone,
Rewrite the Series 60 Developer Platform 2.0: Image Converter Example v2.0
But still there is a problem,
See post: http: //lib.manbu.net/s.asp i = 4708180 & amp; p = 252
?Ask for what you want to test the source code on DataNewL usage.
Reply:
mathlll@163.com
Thank you
Help! ! ! ! ! ! ! ! ! !
I let myself loom deceives no adminisrator user pull! !
I put adminisrator to disable pull! !
And to change its belonging to pull! !
Loom made me pull on a limited user! !
INTEL's mobile technology not understand !!
INTEL's mobile technology not understand !!
Reply:
There are tutorials, you can go on a search for the Intel Software College website mobile technology-related courses, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
If you are interested in the development of practice, then think of it, you can download some Intel SDK for mobile developers, such as the Intel Mobile Platform SDK, currently there should be a trial and evaluation versions are available. This SDK which contains the power management, bandwidth management, network connection management and a series of modules that can help developers to develop for mobile terminal devices (for example UMPC, tablet PC, notebook A, etc.) intelligent mobile software on top of, Under ideal conditions the software can automatically sense changes in the environment and context, in order to adopt a different strategy.
Mobile computing technology? Can someone tell us about it?
Mobile computing technology? I do not know, ah, can someone tell us about it?
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
A tutorial, you can go search for mobile technology Intel Software College courses on site, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
If you are interested in the development of practice, then think of it, you can download some Intel SDK for mobile developers, such as the Intel Mobile Platform SDK, currently there should be a trial and evaluation versions are available. This SDK which contains the power management, bandwidth management, network connection management and a series of modules that can help developers to develop for mobile terminal devices (for example UMPC, tablet PC, notebook A, etc.) intelligent mobile software on top of, Under ideal conditions the software can automatically sense changes in the environment and context, in order to adopt a different strategy.
What is a mobile computing?
What is a mobile computing technology?
Reply:
aa
Reply:
You can refer to the next, huh, huh! See nobody back, but LZ should knew it! http://www.enet.com.cn/article/2008/0103/A20080103984420.shtml
s60 in how to get the selection button TRect
I would like to bring up a floating window controls, but you can not override the system selection button, it is necessary to get the system selection button TRect, how you can get it?
Reply:
Non-Avkon multi-view switching architecture program can use the following method to get the soft key area
CEikButtonGroupContainer * cba = iAvkonAppUi- & gt; Cba ();
if (cba)
cba- & gt; Rect ();
Avkon multi-view switching architecture program needs to call CAknView :: Cba () to get the softkey area.
Support what Intel mobile technology forum.
First look at the popularity of mobile computing technology.
bug? ? ?
Microsoft OLE DB Provider for SQL Server error '80004005'
Can not open database requested by the login "CsdnPassport". Login failed.
/OnlyDbConn.asp, Row 6
----------------------------
Starting from the community came in above error ah! ! !
Reply:
Congratulations, you see the yellow sheet CSDN
Reply:
The server may be upgraded
Reply:
Trying to learn, I have been waiting to see
Reply:
Good enough
Reply:
Special do notation, slowly research
Reply:
Advances in science and technology really is rapidly ah! ! !
Reply:
Very good, worthy of the top! !
Reply:
Engage in technology is also not easy under the roof
Classic tutorial learning parallel programming - parallel programming mode
This book is every software developer learning parallel programming and authoritative guide, the book does not introduce too much theory, but given some of the challenges faced by parallel programmers and solutions, and the current reality of the parallel API gives some examples of usage. The book introduces a complete, easy-to-access model language, help any experienced developer to write efficient parallel code. By studying this book, the reader will be aware of the pattern is the best way to master parallel programming. This book not only applies to universities in computer science-related professional teachers and students, but also particularly suitable for all types of software developers.
The main contents of this book:
Learn prospect of parallel computing and parallel some of the challenges faced by developers;
Finding Concurrency in software design problems, and half it into a plurality of concurrent tasks;
Use and management of data in different tasks;
Create a way to efficiently utilize concurrency algorithm structure;
The association algorithm structure to implement the API they need;
Dedicated software architecture for implementing parallel programs to explain;
Familiar with today's major parallel programming environment: OpenMP, MPI and Java.
http://www.dearbook.com.cn/book/ViewBook.aspx?pno=TS0090956#bookCatalog
Reply:
sf
Reply:
up
Reply:
I do not know, but I'm under Bangniding
Reply:
up
Reply:
Yet, the first top!
symbian next file compression algorithm problem
Files on symbian system under compression algorithm, I follow the online lzw algorithms compress 10 after several characters on the original c language version of the compression result is not the same, c no problem, who knows how it's going ?
Have posted the following code to see heroes give some advice, thank you
Reply:
Headers
// Copyright (c) 2007, Qt Software. All rights reserved
// Author: Juncofenite.Xu Date: 2007.03 Version: 1.0.0
// CDealData.h: interface for the CDealData class
.// You just add this class to the project
// And the method to use may be:
// CDealData * a = CDealData :: NewL (_L16 ("c: \\ CallInfo \\ tmp \\ test.dat"), _L16 ("c: \\ CallInfo \\ tmp \\ test.lzw"));
// While compress just dispatch the function: a- & gt; Compress ();
// You could change the path at any time. It's easy, just enjoy it!
// If you have any question, you can mail to the author: xujunfeng000@163.com
////////////////////////////////////////////////// ////////////////////
#ifndef __PROJECTNAME_DEALDATA_H__
#define __PROJECTNAME_DEALDATA_H__
#include & lt; e32std.h & gt; // KMaxFileName
#include & lt; e32base.h & gt; // CArrayFixFlat
#include & lt; f32file.h & gt;
#define INIT_BITS 14
#define MAX_BITS 14 / * Do not exceed 14 with this program * /
#define HASHING_SHIFT MAX_BITS - 8
#if MAX_BITS == 14 / * Set the table size. Must be a prime * /
#define TABLE_SIZE 18041 / * number somewhat larger than 2 ^ MAX_BITS. * /
#elif MAX_BITS == 13
#define TABLE_SIZE 9029
#else
#define TABLE_SIZE 5021
To report! I also want to learn this stuff ...
Well they say. . .
Reply:
Depressed! Nobody talks ...
Reply:
The reply is deleted moderator
Reply:
Here poor popularity, can not find a good way
sqlce Configuration Tool Configure Web Synchronization Wizard of use
When I run this configuration tool Step 2 Select the sql server, the next step is to select the web server, and select virtual path, at the point the next step up the following error is why.
Your Web Server does not have a certificate installed and can not be configured for Secure Sockets Layer (SSL) communications. You must first configure your Web Server for SSL before continuing.
Reply:
When I run this configuration tool Step 2 Select a sql server
'---- Seemed to be the wrong choice, sql server is a server to server. Should choose another (called pda device? Not clear)
'---- Specifically to see help, on "connect to IIS"
Reply:
'---- Specifically to see help, on "connect to IIS server wizard" (seems to be called this - #), and the last is the problem studied for a long time, depressed.
Mobile era is good, but it also brings some problems!
Now people use mobile technology more and more, so it is not also bring some problems?
For example, it: people demand a lot of information, just like computer networks, it will produce some network congestion phenomenon? Also, changes in weather conditions, geographical differences will not affect the information we receive? In these respects the future and what kind of improvement?
Reply:
I think! - Data security of mobile communications is a most noteworthy aspect
Embedded animation WAP pages?
Embedded animation WAP pages? Give me some reference it?
Or send Examples
l_y_s2000@163.com
Thank you! ! !
Reply:
Not right, engage Zhang animated pictures live up Minato Minato live
Reply:
* .gif It should be very appropriate. .
Reply:
Haha, it can
Before did not know, it is possible
What technology can tell us about it
I am a novice, I do not understand
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
A tutorial, you can go search for mobile technology Intel Software College courses on site, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
If you are interested in the development of practice, then think of it, you can download some Intel SDK for mobile developers, such as the Intel Mobile Platform SDK, currently there should be a trial and evaluation versions are available. This SDK which contains the power management, bandwidth management, network connection management and a series of modules that can help developers to develop for mobile terminal devices (for example UMPC, tablet PC, notebook A, etc.) intelligent mobile software on top of, Under ideal conditions the software can automatically sense changes in the environment and context, in order to adopt a different strategy.
Intel mobile technology that we all are concerned about the technology please discuss it with me! ! !
Today's mobile computing technology and social development is very fast, we should be how to treat, so the face of his development?
Reply:
The development trend of mobile devices is the "more mobility", specifically, smaller form factor, longer battery life, faster and more reliable network connections, software and more intelligent. While demand in these markets will affect the mobile technology from standard to achieve, continuous improvement from software to hardware.
Reply:
We are not a business, what we will use them out of what humble.
Reply:
Access points. Learning. Attention.
Mobile technology is certainly a promising direction, if there is the opportunity to work, I'm sure willing to learn this piece
But always with the actual needs of the work plan differ, but more work needs to actually go mainly go. It is still difficult to get proficient in cross-cutting, not amateur learning experience.
ISampleGrabber interfaces support it on WM5
WM5 of CameraCapture
saved to a file after the video captureI now want to get a frame by frame video capture after the original data, and then use my own coding library for encoding
(Ie, video capture data, I do not need the back part of the framework DShow, and I would like to direct the data VideoCapture of Filter outputted own processing)
DShow Windows on there ISampleGrabber interface, you can get the output buffer
FilterDo not know if I have a WM5, I feel like I did not find
I do not know I mean there is no clear expression
Is the video capture of this piece, I realized with DShow, but behind the encoding and transmission, I used my own code
It needs to have a connection in the middle of the process, would ISampleGrabber can be achieved, but I did not like on WM5 find this interface
I do not know there is no other way
Thank you :)
Reply:
The landlord, now that the
Now researchers like me
I also want to get data from one frame of
It did not find ISampleGrabber
An estimated it might not be supported.
However, there are a IMediaSample interfaces which has GetPointer function
virtual HRESULT STDMETHODCALLTYPE GetPointer (
/ * [Out] * / BYTE __RPC_FAR * __ RPC_FAR * ppBuffer) = 0;
Inside SDK description: IMediaSample: Provides shared memory buffer functionality, holds some properties about the data, and holds a pointer to the data itself
I do not know whether to use this interface to replace ISampleGrabber ah
The landlord, discussing it together
Reply:
Haha, like beauty, is not supported. You can use Contrast that example.
Reply:
Where Contrast, can specifically talk about see it? How I did not see
Reply:
It has confirmed that does not support this interface to write their own filter bar
About & quot; SMS intercept & quot; problem !!
There are two problems:
1. Can install multiple Mapirule ??
2. intercept text messages, except that there is no other way Mapirule ??
Please help, thank you
Reply:
Ding Dingding own
Reply:
1. Can install multiple Mapirule ??
No doubt, you can install multiple
2. intercept text messages, except that there is no other way Mapirule ??
IMAPIAdviseSink can do with the effect of course there are differences
Mail saw the ad, almost as spam deleted. Congratulations about.
Mail saw the ad, almost as spam deleted. Congratulations about.
Advantages of Intel's mobile computing technology
Where specific performance
Reply:
The world looks like now or ARM
Reply:
On IA based platforms Intel has a great advantage, in Intel's new Core (Core2Duo) architecture CPU family has a mobile CPU, code-named Merom, there centrino mobile technology, embedded devices can not be compared with the general superior performance.
Reply:
Centrino concept: Intel Centrino mobile technology is Intel's best notebook technology. It is not just a processor, also has integrated wireless LAN capability, excellent mobile performance, and provides a durable battery life in portable light, thin laptop form factor. These components include Intel Pentium M processors, the Mobile Intel 915 Express chipset family or Intel 855 chipset family, Intel PRO / Wireless network card family.
Main features:
1. Integrated wireless LAN capability: With Intel Centrino mobile technology, integrated wireless LAN capability, without the use of cables, boards and antennas. With Intel Centrino mobile technology, Wi-Fi certified technology, can access information and communicate via wireless Internet and on-site network. Many global public Wi-Fi networks (called "wireless hotspots") can provide such connectivity. In addition, Intel Centrino mobile technology is designed to support a wide range of industrial wireless local area network (WLAN) security standards and leading third-party security solutions (such as Cisco Compatible Extensions), so you can determine the data has been the latest wireless security standards of protection . In addition, Intel will also work with Cisco and other vendors to provide support for leading third-party security solutions.
2. Excellent mobile computing performance: the face of the current multi-tasking mobile computing life when away from home or office, the same hope for outstanding mobile performance. Given the mobile computing applications become more complex, and require faster, more efficient computing performance, Intel Centrino mobile technology has been specifically designed to lower energy consumption aimed at providing faster instruction execution speed, thus fully meet emerging and future needs of the application. Some of the main features of the Intel Centrino mobile technology supports the outstanding mobile performance include: micro-ops fusion, the ability to operate the merger, thereby reducing the time and energy required to execute instructions. Energy-efficient L2 cache and an enhanced data prefetch capability can reduce off-chip memory access times, and improve the availability of effective internal secondary cache data. Advanced instruction prediction ability to analyze past behavior and predict what actions may be necessary in the future, thereby eliminating CPU repeated. Dedicated Stack Manager can be used to improve processing efficiency through the implementation of common "housekeeping" functions.
3. Support durable battery: Intel Centrino mobile technology delivers outstanding mobile performance, the same time with the following energy-saving technologies to support long battery life, intelligent power distribution system power technology can be assigned to the processor the highest demand applications . New energy-saving transistor technology can optimize energy usage and consumption, in order to reduce the energy consumption of the CPU. Enhanced Intel SpeedStep technology support dynamically enhance application performance and power utilization.
The wide variety of notebook designs: Intel Centrino mobile technology can support lighter thin to full-size laptops, the latest design. For high-performance processors into the latest slim and ultra-slim notebook computers, tablet PCs and other leading computer design, Intel Centrino mobile technology uses Micro FCPGA (flip-pin grid array) and FCBGA (flip chip ball Grid Array) technology to support specifically for thinner, lighter notebook designs optimized processor chip package. The new laptops more compact design requires special consideration to reduce energy consumption, to control heat dissipation. To meet this requirement, Intel Centrino mobile technology uses low-voltage (LV) and ultra low voltage (ULV) technology to support the processor to run at lower voltages, thus reducing the tablet and ultra-slim design of the laptop heat dissipation.
Second-generation Centrino
Centrino generation: the new Intel Centrino mobile technology platform (codenamed Sonoma), the platform consists of Dothan core 90nm process (2MB L2 cache, 533MHz FSB) of PentiumM processor, the new Aviso chipset, the new wireless module Calexico2 ( Intel PRO / Wireless 2915ABG or 2200BG wireless LAN components) of three main components.
Added new technology: The new Intel Graphics Media Accelerator 900 graphics core, energy-efficient 533MHz FSB, and dual-channel DDR2 memory support, facilitate the adoption of systems with integrated graphics Mobile Intel 915GM Express chipset, double the graphics performance. Additionally, the new Intel Centrino mobile technology also supports the latest PCI Express graphics interface and can deliver up to four times the graphics bandwidth for high-end systems with discrete graphics. In the system manufacturer's support, are also available, such as a TV tuner, support for Dolby Digital 7.1 surround sound and the Intel High Definition Audio, personal video recorders and remote controls and other options, while continuing to enjoy computing with Intel Centrino mobile technology for durable battery time advantage. Can help manufacturers achieve durable battery features include: Display Power Saving Technology 2.0, low-power DDR2 memory support, and Enhanced Intel SpeedStep technology.
1. The new PentiumM Processor: Dothan processor on the basis of Banias on the introduction of a more mature NetBurst architecture of many other features, and adds Enhanced Data Prefecher (advanced data prefetch) and Enhanced Register Data Retrieval (advanced recording data re eligible) two new technologies.
Compared with Banias core products, Dothan processors have major changes in three areas. First, from a 0.13-micron manufacturing process to a whole new 90-nanometer, can produce smaller, faster transistors, Dothan processor adds Cache doubled the case, volume and power consumption remained unchanged compared Banias. Secondly Dothan adopted a new "strained silicon" material technology. According to Intel testing, strained silicon electrons flow much faster than the electron current to other silicon materials, so Dothan clock speed has been greatly improved, the highest has reached 2.13G. In addition Dothan secondary cache upgrade to 2MB, while maintaining approximately the same energy, the same frequency with respect to the original Banias Pentium-M processor performance by about 20%. Dothan CPU in many ways to achieve energy-saving purposes, the secondary cache uses 8-way set-associative mode of operation, and every road has divided the four-power region, since the processor work during the same time only use one power area, so close the current can not be used to power the region under special control stack management techniques, thereby greatly reducing the power consumption of the secondary cache. In addition, Dothan CPU Enhanced SpeedStep support the new energy-saving technology, which entirely by the voltage adjustment mechanism processor to complete, and little to do with the chipset. Operation switch between these modes, all is automatic, based solely on the processor load at the time, which would make the energy consumption be accurately controlled to achieve more energy-saving purposes.
2. The new Aviso Chipset: core Sonoma platform, in addition to Dothan CPU, but the key is the Alviso (915PM / 915GM) chipset, contains a lot of the latest technology, in addition to support PCI Express bus architecture, also includes support for low-power DDR- EG3 2 memory and a new graphics core, in addition, Alviso chipset codenamed ICH6-M with mobile Southbridge provides four Serial ATA hard disk interface, and integration of a new generation Azalia audio chip with the new ExpressCard external expansion interface. "Sonoma" as "Centrino (Centrino)" alternative products, its wireless, display and audio capabilities has been further improved, the calculation speed is improved by about 30%.
PCI Express bus in the Alviso chipset will completely replace the AGP bus and PCI bus. This is the most delightful progress, after no longer the bottleneck of data transmission to feel troubled. Bandwidth is a huge boost for video processing, multimedia production has brought can not be ignored. PCI Express bus also at the same time have a low power consumption, for the laptop is quite critical. While the new system will also match high-performance, low-power DDRII memory, and supports dual-channel, will be able to offer maximum 8.4G / s of bandwidth to meet the development needs after such a long period of time the processor, while integrated graphics improved performance is also good. With the Sonoma platform, Intel will launch "Extreme Graphics 3" integrated graphics chip, hardware support for PS 2.0 and VS 2.0 and DirectX 9, also uses a special power management technology to reduce power consumption, allowing the user in terms of performance and power consumption between the freedom of choice. The new memory integrated package mode, the graphics core and memory to do in the same piece of substrate and benefits of doing so is that you can increase the speed of data exchange between the memory with the core, and effectively reduce the volume.
On Sonoma mobile platform integration "Azalia" audio technology, the biggest advantage is with excellent performance, namely the parallel processing capabilities and standardized architecture. Azalia technology supports up to 32bit / 192kHz audio sample rate, and 7.1 channel output. In addition, Azalia uses unified bus driver control, because any Azalia audio devices can use the same driver. Azalia audio technology will bring unprecedented audio performance for notebook computers, with more robust performance of mobile display technology, will make playing games with the laptop becomes a pleasure.
On Sonoma mobile platform, the extension of the years of PCMCIA Card will be a great change. With the popularity of high-bandwidth video and network applications, traditional PCMCIA PC Card increasingly unsuited to such a situation. There is an urgent need for a new technology to replace. ExpressCard is one such technology, than the traditional PC Card technology lighter, thinner, faster, and easier to use. Except for the laptop ExpressCard34, as well as for desktop computers ExpressCard54, resulting in between laptops and desktops set up another bridge. Because ExpressCard between dimensions, performance, reliability, adaptability, hot-swappable and auto-set and other properties reached more ideal balance, and therefore used for many years it is likely to replace PC Card.
3. The new wireless module Calexico2: mobile computing One of the most important trends is a large scale wireless LAN (Wi-Fi) applications. One of the core content for wireless connections support Intel Centrino technology. But in terms of comparing Dothan processor and Alviso chipset, degree of technological innovation Calexico2 wireless module is obviously insufficient, because the same technology is actually two years ago have separate products appear, Intel just to integrate into the Sonoma mobile platform in, and name Calexico2 only.
On Sonoma mobile platform, Centrino technology as an important part of the wireless communication module, the configuration Calexico2 latest wireless communication module, supports IEEE 802.11b basis adds support for IEEE 802.11a / g two wireless technologies. Which operate in 5.0GHz band IEEE802.11a under, you can easily avoid interference from 2.4GHz band. In addition to the different frequency bands, IEEE 802.11a uses an improved information coding scheme, so that the transmission speed of up to 54Mbps. IEEE 802.11g and IEEE 802.11a technology has both the characteristics, but also has the characteristics of IEEE 802.11b. IEEE 802.11g operate in the 2.4GHz band, the thus achieve the purpose of compatibility with IEEE 802.11b, IEEE 802.11g but with IEEE 802.11a uses the same information coding scheme, so that the transmission frequency of the same 54Mbps.
Mobile technology, experience a new life information!
Smartphone almost two years.
These two years, smart phones brought me a lot of convenience:
The real information and PC to achieve the sharing and exchange.
Let the network becomes truly mobile.
Make contact (mobile MSN) becomes anytime.
So happy, anytime, anywhere and friends to share.
I love the mobile platform, I love smart phones, I love message new life!
Reply:
I would also like to put it for a mobile phone!
Reply:
Today my PC through the Internet phone to do the cat, and the speed can be, and 56k cat almost Oh. Oh.
Reply:
To a low profile, ...
I also want to buy ah, ah pity meters Money
PS1: White bad mood today, for a moment, to comfort her
PS2: Do not say that I'm talking about
I do not understand how secretly
I actually do not know anything
Reply:
Starting today focused on mobile technology.
First when the moderator, I hope you talk about mobile technology interests you!
I hope everyone took the floor
Reply:
The landlord is to say which areas? INTEL mobile computing or handheld mobile device?
Reply:
I am more interested in the development on the mobile phone
Reply:
Support ... notebook it.
Reply:
It should be hand-held mobile technology.
Notebook too.
After the mobile technology should be like this:
It can be hand-held, wireless network, wireless communications, video technology, instant messaging, Web conferencing, document and image processing, entertainment, games, etc. can achieve the effect of the PC.
Reply:
The future is a long time to dominate the points go, what features are integrated on a mobile device, PDA, mobile phone, notebook will eventually come together ~
Reply:
INTEL did not know much about mobile technology, the landlord gave a presentation now!
Reply:
I am ignorant, mobile phone chip has intel it?
Reply:
INTEL little understanding of mobile technology in the future to pay more attention !!!
Reply:
Notebook or mobile phone! ! ? ? ? ?
Reply:
Books shrink, down to half a4 so much interested.
Reply:
Mobile technology discussed here is more biased in favor of Centrino mobile technology and software development. Centrino notebook technology, the other for laptops, UMPC, Tablet PC, PDA and other mobile platforms have specialized in the development of its mobile software development kit, as well as in the specific areas of the overall wireless / mobile solutions. Centrino technology widely used to everyone's revelation is to make their software "move" up, we need to understand how to develop software for mobile platforms.
Reply:
Where are Le landlord?
Reply:
Sorry, I am concerned about my views. I think the so-called movement has two aspects, one is for handheld devices, such as mobile phones, PDA, etc., the central processor solutions they basically belong to the ARM architecture, computing power is limited.
Another aspect is based on the X86 platform CPU, for example laptops, UMPC, Tablet PC, this desktop offers similar functionality, powerful computing capability, but the portability and durability are to be strengthened.
For both devices programmatically, the basic idea now is different.
Reply:
Large appliances through mobile device control settings after this should be slowly mature.
Reply:
Passing, look
Reply:
Mobile platform,
Now the two gold deposits: network real-time war game. stream media.
The biggest problem: the shortest possible time, so that most people spend smart terminal, so that more people know - the phone in their hands, not only can call, send text messages.
Reply:
Oh, I forgot one: security-related technology mobile platform. Also be developed. Now, no highlights the importance of "safe". But soon it will appear out.
Reply:
Yes, for security issues, fewer now consider moving is not very popular, since if universal. Safety
Reply:
Support Moderators
Phone, 3G interest
Reply:
I looked at a lot of people are interested in mobile phone technology, so please several other moderators to explain.
Reply:
support
Reply:
Support it, I would like to know some of this knowledge Afghanistan
Reply:
I think the ultimate mobile technology products will be basically the same as in the final non-mobile technology products, at least will be fully compatible with it, of course, as the landlord said, the computing power is limited, if the cost of the same, there may be some gaps in terms of speed .
So I'm on a fixed computer that is able to use, but also on mobile devices using mobile technology and product development are very interested.
Also, I know very little of mobile technology, the landlord can give you a few examples of the success of mobile technology and talk about the future development direction of the main mobile technology, thank you
Reply:
Development of handheld computers
Reply:
Support the landlord
Reply:
When you first withheld? Congratulations
I was the first Huitie, hey
I am most interested in mobile technology and is much smaller than the phone's body a little larger now than the average ordinary phone laptop notebook, I do not know to be true
Reply:
That is, ah, I hope to give a few examples withheld, let friends do not understand mobile technology and learn about these!
Reply:
Mobile technology as stated above, there are two aspects:
One is based on mobile communications, 2G and 3G data services with is this one, specifically that of various mobile phone applications;
It is a mobile personal computer-based, that is WiMax, WIFI, etc., Intel's Centrino is a fusion of technology, air interface walking 802.11;
The future trend is integration, this has also been mentioned for several years, although now based on TCP / IP has converged, but the transmission of mobile communications technology and is currently based on a personal computer is not the same unlimited transmission technology, which doomed the technology used different.
Mobile technology, the most important is that you can move, now fixed PC if no wireless network card, not to mention moving.
And there is the power of mobile computing problem, you can not use long-lasting power, that is, the power is limited;
Now generally speaking, in the development of PC application on the phone can not be used, but Windows Mobile can support more applications on the PC, but still need to do to optimize the mobile platform.
As mentioned above, the limited processing power and electricity, destined application can not be developed as a PC.
Intel's mobile computing I think Intel is also no typical applications, in fact, wireless network card, use the Internet.
It did not reflect mobile computing.
Reply:
After the mobile technology should be like this:
It can be hand-held, wireless network, wireless communications, video technology, instant messaging, Web conferencing, document and image processing, entertainment, games, etc. can achieve the effect of a PC.
Support CSDN, support mobile computing technology to support Chinese software developer, I decided to send one!
Support CSDN, support mobile computing technology to support Chinese software developer, I decided to send one! Everyone say it!
Reply:
I might have to do the software
Find it hard ah
Everyone to do more to help ah
How to set up a wireless LAN card, Red Hat linux9
My wireless card to how to set ah? How not on the net ah, can not be activated. That device does not seem to exist.
Basic introduction of mobile computing technology
Main features:
1. Integrated wireless LAN capability: With Intel Centrino mobile technology, integrated wireless LAN capability, without the use of cables, boards and antennas. With Intel Centrino mobile technology, Wi-Fi certified technology, can access information and communicate via wireless Internet and on-site network. Many global public Wi-Fi networks (called "wireless hotspots") can provide such connectivity. In addition, Intel Centrino mobile technology is designed to support a wide range of industrial wireless local area network (WLAN) security standards and leading third-party security solutions (such as Cisco Compatible Extensions), so you can determine the data has been the latest wireless security standards of protection . In addition, Intel will also work with Cisco and other vendors to provide support for leading third-party security solutions.
2. Excellent mobile computing performance: the face of the current multi-tasking mobile computing life when away from home or office, the same hope for outstanding mobile performance. Given the mobile computing applications become more complex, and require faster, more efficient computing performance, Intel Centrino mobile technology has been specifically designed to lower energy consumption aimed at providing faster instruction execution speed, thus fully meet emerging and future needs of the application. Some of the main features of the Intel Centrino mobile technology supports the outstanding mobile performance include: micro-ops fusion, the ability to operate the merger, thereby reducing the time and energy required to execute instructions. Energy-efficient L2 cache and an enhanced data prefetch capability can reduce off-chip memory access times, and improve the availability of effective internal secondary cache data. Advanced instruction prediction ability to analyze past behavior and predict what actions may be necessary in the future, thereby eliminating CPU repeated. Dedicated Stack Manager can be used to improve processing efficiency through the implementation of common "housekeeping" functions.
3. Support durable battery: Intel Centrino mobile technology delivers outstanding mobile performance, the same time with the following energy-saving technologies to support long battery life, intelligent power distribution system power technology can be assigned to the processor the highest demand applications . New energy-saving transistor technology can optimize energy usage and consumption, in order to reduce the energy consumption of the CPU. Enhanced Intel SpeedStep technology support dynamically enhance application performance and power utilization.
The wide variety of notebook designs: Intel Centrino mobile technology can support lighter thin to full-size laptops, the latest design. For high-performance processors into the latest slim and ultra-slim notebook computers, tablet PCs and other leading computer design, Intel Centrino mobile technology uses Micro FCPGA (flip-pin grid array) and FCBGA (flip chip ball Grid Array) technology to support specifically for thinner, lighter notebook designs optimized processor chip package. The new laptops more compact design requires special consideration to reduce energy consumption, to control heat dissipation. To meet this requirement, Intel Centrino mobile technology uses low-voltage (LV) and ultra low voltage (ULV) technology to support the processor to run at lower voltages, thus reducing the tablet and ultra-slim design of the laptop heat dissipation.
Reply:
Learn
Reply:
out-of-date
Reply:
Post Published little early ah Oh is a little dated
Reply:
Passing
Reply:
Outdated learning, ha ha
There is too cumbersome feeling INTEL
To read INTEL Technology Forum, knowledge content is too loose, Yunshanwuzhao to discuss several issues, can not understand the beginner needs is a down step by step the knowledge structure, rather than a few senior engineer of the letter I nonsense.
INTEL best to provide comprehensive information on a full range of electronic information system in order to allow more people to accept it to use it.
Reply:
Mainly to facilitate long-term learning environment
Reply:
Getting better, I think Intel compiler for the good, you can combine and VS
Reply:
Never used, try later!
Reply:
Intel strategic good. . But the face of a powerful offensive amd. I think it will be long before the split the world situation. Of course, we have to support domestic! ! ! ! ! ! !
Reply:
Support domestic! But what is inside the domestic support it? When domestic inside to have MIPS / ARM / INTEL / AMD such resounding business!
Reply:
Dragon? insect?
Support mobile development!
After more exchanges!
Reply:
Support I have watched it.
Reply:
Access points
Late, because the short message received late ah
Sky and shouts, CSDN message to me unfair Qi ah ~~~~~~~~~
Tuesday, January 26, 2016
In order to support what made a CSDN
intel mobile technology?
Good, right?
Reply:
up
Reply:
support
Reply:
CSDN very good
Here is the feeling of inferiority ah, do not know much
Reply:
up by myself
:)
Reply:
stand by
Reply:
MARK
Reply:
Passing, up a
Reply:
stand by
Reply:
It is said to draw
Reply:
up
Reply:
Passing. .
Reply:
thumbs up....
Reply:
thumbs up!
Reply:
Stupid out here, I do not understand ah
Reply:
Birds fly over ~
New technology, new trends, more attention!
New technology, new trends, more attention!
Respond to the call, pull point popularity, huh!
Lost little rookie, more advice!
Reply:
attention.
Reply:
Feeling of walking in the forefront of technology companies are mostly foreign companies, most of the domestic developers showed a tendency to follow suit, what popular, what is popular, learn, what to do! I firmly believe that very few domestic cattle, cattle expect these people can make a difference ... ^ _ ^
Intel's XScale CPU and other departments not sell it?
Mobile computing technology is mainly to solve the operational efficiency and conservation program two aspects of it, should be the main concern is to explore how to maximize the potential of the Intel CPU. But Intel's XScale CPU and other departments not to sell it? This part also covers Intel mobile technology it?
Reply:
I would also like to ask this, and hope that people know to explain
Reply:
Intel's strategy is to position
XScale are replaced by saving IA32The board also discussed IA32, right? Centrino ......
Reply:
Oh, discuss or notebook to ......
Reply:
XScale sell? My multi-swat 818 ah, who cares after me?
Reply:
See posted is to learn, bumping obligations
Reply:
Trying to learn, I have been waiting to see
Reply:
Top `` `` `` `` `
Reply:
Oh, long experience points
Reply:
Be sure to make a mark
Reply:
The landlord made good friends, much only good point.
Reply:
Well, Dinga.
Reply:
Wonderful, Niua!
Reply:
Benefit
Client - server communication problems (acute and sub-vine Brother, help ah!)
My server sends data to the client, why sometimes the customer can receive, but sometimes customers are abnormal exit? I told a little break, the problem here in iMessage.WriteL abnormal exit code is -38, the wrong descriptor dizzy.
My question is, since the problem lies in iMessage.WriteL here, but why not always quit, but is random, (send data) sometimes longer, sometimes shorter time.
Here is a client - server communication part of the code:
// CLIENT:
void RServerSession :: RequestStateData (TStateMsg & amp; aStateMsg, TRequestStatus & amp; aStatus)
{
TAny * messageParameters [KMaxMessageArguments];
TPckg & lt; TStateMsg & gt; StateMsg (aStateMsg);
messageParameters [0] = (TAny *) & amp; StateMsg;
SendReceive (ECyberWallServRequstState, messageParameters, aStatus);
}
// SERVER:
void CCyberWallServerSession :: SendStateMsgToClient ()
{
if (iWaitingForTick)
{
iWaitingForTick = EFalse;
iServer.GetStateMsg (iMyMsg);
TPckg & lt; TStateMsg & gt; hand_mymsg (iMyMsg);
TRAPD (err, iMessage.WriteL (iMessage.Ptr0 (), hand_mymsg));
if (err)
{
PanicClient (EBadDescriptor);
}
iMessage.Complete (ECyberWallServRequestComplete);
}
}
The problem lies in iMessage.WriteL (iMessage.Ptr0 (), hand_mymsg) sentence, I told breakpoints, abnormal exit code of -38 --- error descriptor, do not know how. If it is wrong descriptor, why did not the problem, but after a period of time.
// TStateMsg
struct TStateMsg
{
TInt AllSize;
TInt Count;
TInt DenyCount;
TInt FlowOver;};
Seeking Daren doubts, ah, I am troubled for a long time, the child rattan Brother, help ah.
Reply:
if (err)
{
PanicClient (EBadDescriptor);
}
Here you can not distinguish between err category?
Reply:
Oh, note that you have to accept iMessage is not exist, and you can save the best corresponding iMessage, so give iMessage to send messages which rely on him, careful study of the SDK comes with examples
Reply:
TPtr8 ptr (reinterpret_cast & lt; TUint8 * & gt; (& amp; time), sizeof (time), sizeof (time));
TRAPD (leave, iMessage.WriteL (iMessage.Ptr0 (), ptr)); try it this way.
Recommended books - "Multicore programming techniques - software multithreading to improve performance."
http://www.china-pub.com/computers/common/info.asp?id=34017
Domestic first comprehensive book to explain the multi-core programming.
Intel engineers Qingli Juxian ..
Engineer engineer wrote a book ...
[Introduction]
Software developers can no longer rely solely on improving the way the clock frequency to accelerate the performance of single-threaded applications, and now they have to learn how to design an application in a multithreaded environment, the only way they can be more competitive. Multicore architectures in a single processor package with two or more processors "to perform core" (or computing engines), as long as the software is designed to be able to support fully parallel execution of multiple software threads. Hyper-Threading Technology to execute multiple threads on a single core provides a way. .
This book is designed to help software developers write high-performance multi-threaded code for Intel multi-core architectures, while avoiding the occurrence of a number of multi-threaded applications in a common parallel programming problem. .
Parallel programming and multi-thread basis
• Use thread the API programming
· OpenMP: Parallel programs portable
· Common parallel programming solution to the problem
Multi-threaded application debugging and testing
Multi-threading software development tool ...
[Introduction]
So far, the vast majority of professional and technical personnel have been aware of the modern computing platform design approach is going through a transition phase essential. Intel, IBM, Sun and AMD's are invariably launched integrate multiple execution cores on a single chip microprocessor products. In 2005, in front of the consumer desktop platforms, servers and game consoles have emerged in the case of multi-core CPU. But this is just the beginning of it, there will be more future multicore processors; Currently, semiconductor manufacturers are working to integrate more of the execution core on a single substrate, rather than trying to upgrade the processor's clock speed 10GHz. The foreseeable future of computing platforms, regardless of desktop applications, mobile applications, servers or dedicated embedded platforms are likely to adopt a multi-core structure.
For details, see the above web site!
What we have books, more recommend, learn together!
Reply:
Access points
Reply:
Thank you! ! !
Reply:
Books ah
Reply:
tks
Reply:
It seems to be the promotion of OpenMP, and if it does not, there are other good ways? After all, OpenMP is to spend money that way.
Reply:
mark
Reply:
Now I can not buy ah, very strange Intel Press book also offered a translation version, but also sell so cheap ~
If something is definitely the one to buy the.
Reply:
Today to get the book. . . .
Reply:
up
How from a junior amateur to master Intel mobile computing technology?
Intel mobile technology has been very interested in, but not the opportunity to learn, want to take advantage of this opportunity to learn about. I hope the teacher can help me or interested friends work together!
Reply:
Most of the winners mainly by their own efforts :)
Reply:
Read more. ...
Reply:
support!
Reply:
Induction. Practice makes perfect.
Reply:
Oh want to strive to become a master ah ah
Reply:
I would like to know. Learning learning. Relearning. Continue to do so. Constantly wrong. Constantly change ......... constantly correct. Ha ha.
Reply:
One can search for articles or courses at the Intel Web site; on the other hand, I believe the practice is more important, hands-download several SDK write several small programs would be more meaningful. Usually pay attention to the cumulative enough :)
A tutorial, you can go search for mobile technology Intel Software College courses on site, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
Reply:
thank you all:)
Reply:
haha, the standard answer to this question is that, more than irrigation here.
Reply:
Irrigation can be resolved? The key to the tool. . . And case studies.
Reply:
Support for irrigation, but also support practice
Reply:
LZ can refer to this, the foundation posts, maybe helpful ..
http://community.csdn.net/Expert/topic/5440/5440262.xml?temp=.5704157
Not very clear, to learn
Not very clear, to learn
Reply:
And so when it became clear the popular good here.
Reply:
Wait and see
Reply:
xuexi
Reply:
Access points -
Mobile platform for mobile computing technology with the phone there a difference?
Here's mobile technology is the laptop computer or the same size as a mobile phone ah
Or to realize the combination of phone and computer concentrated product? ? ? ? ? ?
Reply:
It should be right mobile technology notebooks. A new revolution.
Reply:
It means
Intel chip
Reply:
Concept, I see not how to explain.
That all people like MS .Net beginning do not know what
Reply:
You should refer to the notebook, the notebook back to that word in the ad how to say it? "Centrino mobile technology ......"
Reply:
The reply is deleted moderator
Reply:
These two elements it seems the relationship is not great.
Reply:
Intel Inside
Reply:
The reply is deleted moderator
Reply:
Intel's mobile computing technology is mainly for the IA platform. Of course, the guiding principles when designing the upper application for mobile phones
It is also suitable. Thus, learning Intel's mobile computing technology to learn about the development of mobile applications that need attention Power Management
, Network connection management, data synchronization, etc., for the development and application on the phone is also a great reference.
New, a lot of attention
Press is new, but also a lot of attention ah heroes! !
Reply:
How even a top are not, do not partakers are sent out?
Reply:
I top, serious support, popular here too bad, do not know if you have a good idea, I do not have a
Mobile and non-mobile, what is the biggest difference is in the technology?
Mobile and non-mobile, what is the biggest difference in technology is?
Software designer, and the program most important to note is what?
Reply:
Less mobile resources can be used, a small memory
Reply:
Mobile is embedded
Reply:
Oh right not detailed enough, there is no more detailed explanation ah .............
Reply:
Mobile is dynamic, non-moving static
Reply:
Dynamic development by definition is developed for use on mobile platforms software products, where mobile platform includes mobile phones, PDA, tablet PCs, laptops, and ultra-portable PCs with Intel pushing (UMPC platform) and other equipment.
Why should the difference between software and mobile software and mobile development in the traditional sense open to it? This is because the mobile device itself has many unique features, leading to its use pattern different from the software on the desktop. For example, the mobile device battery, so the battery usage, mobile software you need to have the appropriate behavior. Battery abundant, the software can play all of the capabilities of each module are in working condition; in the case of low battery, the software can automatically shut down some unimportant tasks to save power consumption and battery depletion eve save the necessary data. Ideally, the software should automatically sense the power usage of the machine and make use of the policy adjustment, need or minimize user interaction. Apart from batteries, most of the mobile device through a wireless link networks, and bandwidth and transmission reliability are limited, so good mobile software should be able to dynamically monitor the network connection status, to ensure the timely and effective transmission of data, and has offline and online usage patterns; in many cases there are available connections automatically select the most appropriate connection mode.
These are just general, when in fact write mobile code, to consider the interface design, memory management, performance, data access model, communication model and a series of situations for your project.
Reply:
Upstairs said okay
Reply:
Learn ~~
But look almost clear name
3G development should be people-centered
3G development should be people-oriented, not just to do fancy things. And no use value.
Reply:
Follow access points
Reply:
Access points are king!
Reply:
This is for sure! To develop the domestic 3G is still a good time to sharpen technology good ~
Reply:
It turned out to be turned out of the old stickers.
Reply:
Top one
Reply:
Did not discuss how ah?
Reply:
ding
Reply:
TD_SCDMA heard very wonderful prospect!
Reply:
ding
Reply:
TD-SCDMA is said to be basically declared failed.
It seems to have a direct Ben 4G.
Reply:
Concern access points. . .
Reply:
(60475306) Smart Software Development Group
Reply:
......
Reply:
Successful things are things from the beginning of the bells and whistles, such as network
Reply:
chenyonghua521 friend where I heard that TD-SCDMA basically failed?
If toward 4G, then, there are some who say WiMax's prospects are not good.
Reply:
Xianding
analytical instruments Carbon and sulfur analyzer laboratory equipment element analyzer laboratory equipment metal element analyzer hot metal composition analyzer Metallographic image analyzer carbon and sulfur analyzer IR Carbon and sulfur analyzer
Reply:
We continue to discuss ah, Oh, very concerned about this. The more bells and whistles, the more people inside research ah
Reply:
Oh, read
Used .net 2005 run-off mapirule friends please come in.
Hello everyone, I'm in the real machine installed Windows CE Tools \ wce500 \ Windows Mobile 5.0 Smartphone SDK \ Tools under SdkCerts.cab, run SDKSamplePrivDeveloper.cer several cer file under the same directory, so that the inside of the .net platform Authenticode signing signature inside select yes, provision Device select no, certificate select sample privilege root for windows moblie sdk,
After such settings, .net always complain that can not run a non-exe files, you need the command line. Send zzz to no effect on the real machine.
Again, I run on .net 2003 2003 mapirule, use spdps, the result is the same. Evc on the can.
Please expert guidance.
Reply:
Wrong, provision Device select yes
Reply:
Used, forgotten
Reply:
It itself is a dll, you need tmail.exe load to use.
You can use Ctrl + Alt + P Attach to Process "tmail.exe" debugging.
You can also set up the project in the [Debug] [remote executable program] is set to \ windows \ tmail.exe.
But in most cases tmail.exe been executed, you can first use Process Manager to kill it.
Reply:
Thank you
How to distinguish MMS notifications and SMS?
MMS notification is received via SMS, the SMS PDU in the package, DCS representatives SMS encoding: 7bit, 8bit, UCS2 corresponding DCS is (hex) 00,04,08 In general, received. SMS is 7bit, UCS2 encoding. MMS notification is 8bit (usually transmit data information.) However, sometimes MMS notification is sent, UCS2 coding, I do not know if the network side or unstable Stack a problem My question is:.
1. how to distinguish received a notification of SMS or MMS.
2.MMS notification is not to be encoded in 8bit.
Thank you !!!
Reply:
Bangding
Reply:
PDU which has a bit to check. You can distinguish
Reply:
Sell mobile games. QQ: 779856263
Reply:
There pdu flag flag port number, you can use this logo
Reply:
mark
Reply:
Follow
Reply:
MMS notification has its own format, check OMA (WAPFORUM) agreement related part
Said MMS notification exact are binary data.
The first few bytes of the form
"06", "05", "04", "0B", "84", "23", "F0" ...
Of course, this data will be the same with WAPPush, and many other businesses are also reuse these WDP data. And if the packet striping become 2 to 3 text messages, it will become "0B", "05", "04" .... this way.
The best you can own in accordance with the specification resolve again, part of the WSP also verify
Find such as "06", "application / vnd.wap.mms-message", "00", "AF", "84" in the field
So basically guaranteed to be a mms notification.
Reply:
Spreadtrum I do not have a decent platform software documentation buddies who have MMS Documentation on give me a thank you
zyq1206@163.com
Thanks
Reply:
efm_gy Do you have OMA (WAPFORUM) protocol information? I want to know the user receives an SMS binary encoding, such as "06", "05", "04", "0B", "84", "23", "F0" ............ Thank you friends
Reply:
efm_gy Do you have OMA (WAPFORUM) protocol information? I want to know the user receives an SMS binary encoding, such as "06", "05", "04", "0B", "84", "23", "F0" ............ Thank you friends
My mailbox 13755002297@hnmcc.com Thank you.
Reply:
mark
Good platform, we come.
Our future mobile-related issues which will come up.
Haha.
Congratulations ~! ~! ~! ~! ~! ~! ~!
Celebrate! Intel Mobile Technology Forum opened! !
Haha! We discuss the addition of a technology forum!
The mobile computing Intel also define it?
Use it? Do not you? Use it? Do not you?
Reply:
Without it
Reply:
Should not, but now the concept is Intel's main push, we should make the market
Reply:
The notebook and UMPC with class-based discussion of it, do not do it the phone intel
What is the concept of mobile computing technology is Intel?
What is the concept of mobile computing technology is Intel? See a intel website can not be found!
Reply:
Intel mobile technology is mainly divided into notebook application development and mobile device software development
Notebook program development and general desktop application software is the same, the difference is that if you want to optimize for the notebook, the need for power-management features to achieve the purpose of saving
Mobile device software development mainly for software development on the mobile phone, PDA system, you need to use the SDK to intel related development
Use intel development software, can minimize software development and general differences, to achieve the effect you can run on different platforms
Reply:
No contact. Came to learn
Reply:
learn
Reply:
kankan ~~~
Reply:
mark
Reply:
Learn ing
Reply:
Learning about ~ ~
Reply:
Not long ago also launched Intel Laptop Gaming TDK do, if we can develop a high-energy batteries would not be too much trouble.
Reply:
This technique do not know, but it is interested in the future will continue to focus on, and wish I could quickly get started, thank you!
Reply:
Yes, I like new things.
Reply:
I also recently to learn about.
Reply:
ddd
Reply:
Understand a little, but on the second floor made it very clear!
Reply:
Learning, in order to prizes, :)
Reply:
Yes ah
In the design to add some power management features, to save battery power because this is something we do travel is the battery power of the platform into
Reply:
Learn ah
Reply:
stand by
Reply:
Learn
Reply:
And long knowledge!
Reply:
The original intel is also engaged in software ah! That must close relationship and cpu instruction. I believe
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
Reply:
This included technology more widely, it is difficult to use a concept clearly.
Hardware Intel Centrino technology (centrino); High level a little, then there is need for the development of mobile applications for a variety of development tools. It also includes Intel's mobile total solutions in various fields, such as in the field of consumer electronics ultra-portable computer, a collection of digital medical field RFID / barcode hospital personnel and asset management solutions.
Newly opened ah, accounting positions. Continue to learn !!!
Oh. For prizes from .....
Reply:
Sofa, I do not know how it is, learn ing
Consult on the thread of the memory problem
Code:
typedef struct TDataStruct
{
TBuf8 & lt; 128 & gt; iData;
TInt iThreadNum;
TInt iFlag;
};
TInt CThreadEngine :: ThreadFunc_1 (TAny * aPtr)
{
CTestObject * ptr = (CTestObject *) aPtr;
ptr- & gt; InitFile (1);
TInt a = 1;
TBuf8 & lt; 128 & gt; data;
TInt aErr = 0;
CArrayFixFlat & lt; TDataStruct * & gt; * pArray = new (ELeave) CArrayFixFlat & lt; TDataStruct * & gt; (50);
while (a)
{
if (pArray- & gt; Count () & gt; 0)
{
pArray- & gt; Delete (0);
pArray- & gt; Compress ();
}
data.Zero ();
if (ptr- & gt;! GetFileData (data, 1) = KErrNone)
{
User :: InfoPrint (_L ("Thread1 GetFile Err!"));
break;
}
TDataStruct * pData = new TDataStruct;
pData- & gt; iData.Copy (data);
pData- & gt; iThreadNum = 0;
pData- & gt; iFlag = 0;
pArray- & gt; AppendL (pData);
User :: After (100);
}
ptr- & gt; CloseFile (1);
return 1;
}
The main function of this code is to read data from the file, and then save the array pArray in, and then delete the aim is to test run if there are problems, the present situation is to run no problem, but the constant growth of system memory, That Code:
if (pArray- & gt; Count () & gt; 0)
{
pArray- & gt; Delete (0);
pArray- & gt; Compress ();
} And not freed memory, to ask how to release this memory, thanks
Reply:
CArrayFixFlat mainly used to store Class A or Class T R, the objects created on the heap should use CArrayPtrFlat, the last free space by the following function:
CArrayPtrFlat :: Reset ()
Thsi function deletes all elements from the array and frees the memory allocated to the array buffer.
Reply:
What is for sure.
My approach is:
for (TInt i = 0; i & lt; pArray- & gt; Count (); i ++)
{
pData = pArray- & gt; at (i);
delete pData;
}
pArray- & gt; Reset ();
pArray- & gt; Compress ();
I hope you can
success
Reply:
Oh, very grateful to the two replies, the question has been closed, stickers, practices such as qj7979 (qj) said!
3G develop to grasp what? I want to learn
3G develop to grasp what? I want to learn
Reply:
I also would like to know!
Reply:
The reply is deleted moderator
Technical Forum is to be supported.
To know more about the advanced technology is always good.
Reply:
oh, I know
Reply:
Support ~~~
Reply:
top……
Reply:
top…………
Reply:
What we want is the technology ~
Reply:
Support want is technology.
Reply:
d
Reply:
Nobody with the entry ah
Reply:
Top that, in addition to this learn
Reply:
dddddddd
Reply:
Top, to learn from this
Discuss: Why not develop domestic WIFI
Recently I bought a mobile phone to know one thing: there is WIFI enabled phones are not let in a lot of domestic sales, as
NOKIA E-series models the vast majority, I heard the reason is domestic disable this feature, I think it is a good support WIFI mobile computing standard, why not support it home?
Reply:
Because China wants to develop its own WAPI standard, but not why not with international standards, vendors get very embarrassed.
Reply:
Monopoly with Chinese Characteristics
Reply:
Europe and the United States it is not a standard, not only is China oh
Reply:
With the wifi, gprs (slow and expensive), gsm can be replaced up to a certain extent, but these two are mobile Unicom profit point, how could so easily give wifi. Despite the wifi it has many advantages, the biggest is cheap.
What are the prospects SIP development in 3G? ?
Are learning SIP, I do not know how its prospects.
Reply:
It should be very good, for it
Reply:
SIP multimedia streaming real-time transmission control is useful as a
Reply:
Oh. Learn better. Access points ....
Reply:
Oh, now also learning to develop a relatively simple system, engage in more than a year,
Learn more yes
Reply:
Results posted, I hope fellow human discuss.
Reply:
In my post the midpoint of management, has given you points, and how did this show? And I did not reduce community integration.
The window ce ce What does it mean? What is the acronym? I am sorry!
thanks!
Reply:
Simply put, Windows CE operating system is based on the electronic devices like handheld computers. Where the CE in C pocket (Compact), consumer (Consumer), communications capabilities (Connectivity) and partner (Companion); E representatives electronics (Electronics).
And Windows 95/98, Windows NT is different, Windows CE is all the source code developed by Microsoft all new embedded operating system, although its user interface from Windows 95/98, but Windows CE is based on redeveloping WIN32 API platform of new information devices. Windows CE has a modular, structured and based on Win32 application programming interface and has nothing to do with the processor and other features. Windows CE only inherited the traditional Windows graphical interface, and can be used on a Windows CE platform Windows programming tools (such as Visual Basic, Visual C ++, etc.) on 95/98, using the same function, using the same interface style, make absolutely Most applications simply modify and transplant can continue to use the Windows CE platform.
Windows CE operating system provides a simple-to-learn graphical interface for the handheld computers. If you have Windows 95/98, Windows NT operating system is familiar, then you have mastered the use of handheld computers on the basis of skill. In the Windows CE system built a wealth of applications, such as personal information management component Microsoft Pocket Outlook, Internet networking features, convenient handwriting recognition and recording functions. Use handheld computers will be able excursion from anywhere in the world.
Reply:
compact edition
Lite
Reply:
china editin
Chinese Version
I want to get Windows mobile, but still do not know to this learning
What you have not books? Can download the best it! Ha ha
Reply:
I bought a 575, intended to put something on top of .net try
Reply:
FPC can become easy to look up
Reply:
& Lt; windows mobile phone application development & gt;
3G development, C ++ language is the mainstream it?
3G development, C ++ language is the mainstream it?
Reply:
Do not know, do the next mark
Reply:
I do not know, I also want 3G
Reply:
probably
Reply:
Not
Look platform it
Reply:
C ++ classic Efficient
Reply:
I won the lottery, then you are my landlord mainstream.
Reply:
Top, C ++ efficiency more flexible and efficient
Reply:
In addition to c ++ and java can have C
Reply:
java also have 3G
Reply:
C ++ language considered inefficient in the development of the mobile phone. Now most are C development platform.
Some intelligent systems using C ++ to develop, such as WinCE, Linux .... but limited to the upper layer software.
Underlying all c & amp; compilation.
As for java, probably my ignorance, I never see a platform will be used to develop java. ^ _ ^
Reply:
Since the 3G platform multimedia as well as some upper complex applications developed in C ++ in MMI will be more convenient, but the
Some of the core things is completely impossible to do with the C ++. java do not even think of.
BTW: j2me on the phone are used solely for Application of. Basic and mobile irrelevant.
Reply:
For now the mainstream is C ++. At that time, this is C # Windows Mobile getting popular.
Intel & amp; # 174; processor roadmap
(From Intel official)
Desktop
http://www.intel.com/cd/products/services/apac/zho/roadmap/302833.htm
Notebook
http://www.intel.com/cd/products/services/apac/zho/roadmap/274386.htm
Server
http://www.intel.com/cd/products/services/apac/zho/roadmap/274389.htm
Workstation
http://www.intel.com/cd/products/services/apac/zho/roadmap/274392.htm
Multicore technology development is inseparable from the hardware, we look at the most recent information Intel processor!
Reply:
see see
Intel mobile technology development tutorial so what?
Intel mobile technology development tutorial so what?
Reply:
Yah, always good to get some tutorials
Reply:
That is,
Reply:
Yes, we should popularize basic knowledge in this area of the country.
Reply:
A tutorial, you can go search for mobile technology Intel Software College courses on site, the following links:
http://shale.intel.com/softwarecollege/CourseCatalog.asp?CatID=37&txtSearchString=&btnList.x=43&btnList.y=17
If you are interested in the development of practice, then think of it, you can download some Intel SDK for mobile developers, such as the Intel Mobile Platform SDK, currently there should be a trial and evaluation versions are available. This SDK which contains the power management, bandwidth management, network connection management and a series of modules that can help developers to develop for mobile terminal devices (for example UMPC, tablet PC, notebook A, etc.) intelligent mobile software on top of, Under ideal conditions the software can automatically sense changes in the environment and context, in order to adopt a different strategy.
Reply:
There Money worth the effort refuel
Reply:
We should popularize basic knowledge in this area of the country.
I may learn next
The core technology of mobile computing What? Future direction of development?
If that welcome everyone to explore.
Reply:
The future direction of development, I think because of the more convenient, more intelligent, more concise
Reply:
Many mobile computing technology, from standard to achieve, from software to hardware, the major companies have their own solution, I personally feel that it is difficult to say which is the core technology. From Intel's perspective, Intel Centrino technology, UMPC mobile platform, mobile application software development is more central.
Future development direction, mobile devices, is "more mobility," Oh. Specifically, smaller form factor, longer battery life, faster and more reliable Internet connection, software and more intelligent. The demand for these is bound to affect the use of mobile technology from standard to achieve, continuous improvement from software to hardware.
Reply:
learning. .
Reply:
I believe that now is the concept of mobile computing is not clear, how can specific counts is how do to do, Intel you may not know.
Mobility, ease of use and durability should strongly consider,
To prize also support it!
Points on the first hand tight hold of the recent award of 300 points ... hand to everyone fill
Reply:
By, mixed with the landlord
Reply:
D
Reply:
Up
Reply:
Oh ~
Reply:
I am here to point posting, actually sent to other places to go. . .
Well look, mixed with the landlord for a while.
http://community.csdn.net/Expert/TopicView3.asp?id=5410234
Reply:
DING HAHAh
Reply:
Haha, in order to award ..........
Reply:
Top, the way to learn about attention
Reply:
Top friends
Reply:
Under the roof. . . Only take random reward, learning under
Reply:
top
Reply:
top
Reply:
^ _ ^ A prize
Reply:
mark
Reply:
ding
Reply:
top
Reply:
For prizes, I top
Reply:
For prizes, I top too
Reply:
top!
Grab points!
Reply:
I hope I can hit the jackpot
Reply:
Top order prizes from.
Reply:
up
Reply:
I also look at the top
Reply:
jf
Reply:
up
Reply:
I also came to the support of slightly .....
Reply:
zhichi
Reply:
What prizes, I do not know how?
Reply:
It makes sense!
Reply:
I, too, huh !!
Reply:
Ok!
Reply:
How can this happen, if you can talk about moving some of their own in this kind of feeling that is not better?
Besides, reminding any suggestions or comments good too!
Reply:
Mixed with the landlord
Reply:
To prize also mixed with the landlord
Reply:
stand by
Reply:
Even as prizes. . . Huhu
Reply:
In order to have a top prize
Reply:
To prize also support it!
Reply:
Haha, in order to award ..........
Reply:
Mixed up with you ~!
Reply:
I have to Cougerenao
Reply:
There are prizes?
Reply:
UP
Reply:
Yes ah for a prize fight
Reply:
Cougerenao
Reply:
A lot of people grab prizes ah
Reply:
Ha, mainly to the prize, 300 points would not want it!
Reply:
Prizes and points to both.
Reply:
UP, learning platform, Oh
Reply:
top
Subscribe to:
Posts (Atom)