Domov technika Electronic notebook

Electronic notebook



Basicintroduction

Electronicnotebookshavemadesomeimprovementsonthebasisofelectronicdictionaries.Someneweradvancedtechnologieshavebeenadoptedinthehardware,suchasexpandedmemorystoragecapacityandhigherIntegratedchipset,fasterprocessor,handwritinginputtechnology,etc.Therefore,itismorepowerfulthanelectronicdictionariesintermsofperformanceandfunctions.

Comparedwithelectronicdictionaries,electronicnotepadsarealsoreflectedinthechangesinthedisplayscreen.Itusesalargetouch-typehandwritingscreen,whichmakestheinputspeedofChinesecharactersandthedisplayeffectofgraphicshaveaverygoodeffect.Makeabigdifference.Inaddition,inadditiontoretainingallthefunctionsoftheelectronicdictionary,theelectronicnotebookalsoaddsconvenientandpracticalfunctionssuchasaddressbook,notes,andreminders.Inthecurrentmainstreamelectronicnotebooks,handwrittentextmessagesareoftenprovided,andsupportisavailable.Infraredmobilephonecommunicationcandirectlysendshortmessages,groupshortmessages,infrareddataexchangeandotherfunctions.Intheoperatinginterface,theelectronicnotebookisalsomoreuser-friendly.Atpresent,mostmodelsprovideavarietyofstartupscreens,anduserscanchoosetocustomizethemaccordingtotheirpersonalpreferences.

Ofcourse,comparedwithhandheldcomputers,electronicnotebooksalsohaveveryobviousinherentshortcomings.Palmtopcomputersgenerallyuseopenoperatingsystems,suchasWindowsCEandPALM.Theseoperatingsystemsallowuserstoloadandunloadtheprogramsinthesystematwill,andarepowerful.TheycanplayMP3music,watchfilmandtelevisionworks,edittextandgraphics,etc.,integratingofficeandentertainment,andsomeofthemare"married"withmobilephonestomakePDAs.Mobilephones,andsomehavebuilt-indigitalcameras,whichcantakepicturesandmakevideochatsontheInternetatanytime.Let’stakealookattheelectronicnotebook.Althoughitissimilarinappearancetoahandheldcomputer,itismostlyclosedintermsofoperatingsystem.Notonlyisitsolidifiedinthechipofthemachine,butitalsousuallydoesnotsupportmostsoftwaredownloadsontheInternet.Forinstallation,peoplecanonlyusethefunctionsprovidedbythemanufacturerorthefunctionsdisclosedbythemanufacturer,andcannotloadandunloadtheapplicationsinthesystemaccordingtotheirownwishes.Restrictedbythehardwareandsoftwareconditions,itusuallydoesnothavethefunctionsoftheaforementionedhandheldcomputers.AlthoughsomerelatedmanufacturersclaimtobeabletocommunicatewithordinaryPCs,thehardwarelimitationsmakethissharingonlylimitedtothescopeofspecialprograms.ItisnotcompatiblewithmanytypesoffilesinthePC.Ofcourse,withtherecentdevelopmentoftechnologyandthemarket,electronicnotebookshavebeengreatlyimprovedintheseaspects.Somehigh-endelectronicnotebookshavebeguntouseopenoperatingsystems,andarealsocompatiblewithreadingWord,outlook,e-mail,etc.Documents,butlimitedbymanyfactors,thereisstillabiggapbetweentheirperformanceandhandheldcomputers.

Thereisasoftwarecalledelectronicnotebook.Itisasimpleandpracticaltexteditingmanagementtool.Itsmainpurposeistomanagethenotesoftextparagraphs.WithsimpleACCESSdatabasetechnology,itcanquicklyuseelectronicnotebooks.Thesoftwarecanrecordcompletetextinformationintheformoftitlesandparagraphs,andperformsflexiblesegmentmanagement,allowinguserstorecordmultipletextparagraphswithonetitleitem

ItisaddedonthebasisofordinarynotepadsModerntechnologyismadeintoanelectronicnotebook.Thetraditionalandmoderntechnologyarecombined.Byconnectingwiththecomputer'sUSBinterface,theoriginalhandwritingofthecontentcanbeenteredintothecomputerwhilehandwritingdocumentsandmaterials,andtheentirecontentoftheinputcanberecognizedandconvertedintoWORDOperabledocumentsintheformof,TXT,etc.Youcanalsochatwiththeoriginalhandwriting,sendEMAILwiththeoriginalhandwriting,realizetherecognitionofChinesecharacters,signtheoriginalhandwritingintheOFFICEdocument,etc.,andcanbeusedasamousetooperatethecomputer.

Basicfunctions

Thesystemrequiresthattheeventinformationbestoredinatextfile,andthecontentsofthefilearereadintothememorytoperformvariousoperations.Specifically,thefollowingfunctionsmustbeprovided:

(1)Notefunction:Youcaneasilyenterto-doitemsintheinterface.Iftherearearrangementsfortheday,theprogramshouldhaverelatedreminders.Youcanchangetheeventprocessingtimeoreditthepriorityoftheevent.Whenyouneedtoinserttheprocessedevent,thepriorityofthesubsequenteventmustbechanged.Forexample,therearetwoeventswithpriority1,2,wheninsertedinthemiddleWhenaneweventiscreated,thepriorityoftheoriginalpriority2eventbecomes3

(2)Existingrecordscanbedeletedormodified.

(3)Inquiryfunction:Inquireabouttheday'saffairsaccordingtotime.

(4)Displayfunction:displayallorpartoftheeventschedule.

Specificrequirements

(1)Datastructure

structdate/*datestructure*/

{intyear;/*year*/

intmonth;/*month*/

intday;/*day*/

};

structevent/*Eventinformationstructure*/

{chardescribe[20];/*Briefdescriptionoftheevent*/

structdateeventdate;/*Eventprocessingdate*/

intlevel;/*Eventpriority,indicatingtheorderofeventprocessing*/

intflag;/*Eventprocessingstatus0/1/2meansunprocessed/processed/suspendedprocessing*/

}stud[N];/*Structurearray*/

(2)Programmodulesandfunctionfunctions

①Displayeventinformation:voidprintsi();

②Displayeventinformationaccordingtoconditionsvoidselectprintsi();Ifaccordingtotime,displayunprocessedevents,displayaccordingtopriority,etc.

③Enterneweventinformation:voidnewsi();Thereareduplicates(time,eventpriority)tobeprompted

④Eventinformationediting:voideditsi();Editaneventinthenotepadaccordingtothetimeandpriority,suchasChangeeventprocessingstatus,etc.

⑤Deleteeventinformation:voiddelsi();Deleteaneventinthenotepadbasedontimeandpriority

Aprintitout

BsendittoWORD

Csendittoanemailmessageapplication

Dcopyittoanotherprogram

Eaddbold,Italic,underline,changefontcolor,addbulletsandaligntext,etc.

OFFICEwriting

Useapentoclickonthe"OFFICE"menuonthetoolbarontheright.

MovingthepenisequivalenttomovingMOUSE,andendorsingwherenecessary.

ThisfunctioncanbeusedinWORD,POWERPOINT,andEXCEL.Thesoftwareautomaticallyrecognizeswhatdocumentiscurrentlyopened.ThewrittencontenthasbeenwrittenintotheOFFICEdocumentinOFFICEformat.

Duringwriting,youcanusethepentoclickthemenuonthetoolbarontherighttoachievethefollowingfunctions:

1.Changethepencolorofthepen.

2.Adjustthethicknessofthepen.

3.Pageupanddown.

4.Choosenormalpenorhighlightpen.Achievewakeupatanytime

Goalnote.

Four.Chinesecharacterrecognitionfunction:

5.Mailwritingfunction:

1.Usethepentoclickthe"Interactive"menuonthetoolbarontherighttoentertheinteractivemode.

2.Whenreplyingtoanemailorcreatinganewemail,opentheOEpen,andtheOEpentoolbarwillappear.

3.YoucanusethemenuoperationoftheOEpentoolbar.

Six.Erasefunction

Erasingunnecessarycontentatanytime.

Seven.Adjustthecolorandthicknessoftheinputpentomakeyourinputmorepersonalized.

Eight.Achieveaone-keyclearingfunction,andcanopenanewpageatanytime,switchbetweenpages.Afterwriting,youcansaveitinyourcomputer.

Tento článek je ze sítě, nereprezentuje pozici této stanice. Uveďte prosím původ dotisku
HORNÍ