Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
Of the c # from entry to the master (Wang Xiaoke L
no vote
Package for the c # from entry to the master, (Wang Xiaoke Lv Shuang with) with the book source and instructional videos. Original book from the beginners point of view through plain language, colorful examples, introduces Visual c # WinForm application development should master all aspects of the technology. Book total points 28 chapter, including early general c # and development environment, began c # of Brigade, variable and constants, expression type and operator, character and string, process statement control, array and collection, property and method, structure and class, oriented object technology senior application, exception processing, Windows form, Windows application common controls, Windows application senior controls, data access technology, DataGridView data controls, program debugging, Iterators, and partial classes, generic use of file and data stream technology, help files use GDI + graphics imaging technology, Seagate Crystal reports print, network programming, reg
buwuzhe90
2016-08-23
1
1
C # enterprise personnel management system
1.0
The source program comes from the examples in the book "C # from introduction to Mastery" (edited by Wang Xiaoke and LV Shuang). After debugging, the code is available. Development environment: Windows Platform: Visual Studio 2010, SQL Server 2008 language: C # system introduction according to the requirements of enterprise personnel management, the system can achieve the following goals: L & nbsp; simple and convenient operation, simple and beautiful interface. When viewing employee information, you can add, modify and delete the family and training information of the current employee. L & nbsp; convenient and efficient all-round data query. l
buwuzhe90
2016-08-23
0
1
Socket programming under Linux communication progr
no vote
Use Socket socket programming, designed in a simple chat program under Linux. Procedure is divided into client and server-side applications and command line use, no interface. Have implemented the following features: new user registration, pre-register user user with the same name already exists, you can no longer register user login, you can verify the user name, password, logout or logoff account Online user queries, client can get all the online chat service, chat online with any of the user (in the same period of time can receive messages of more than, but can only send a message to a person) to transfer files, the buddy name is validated, to validate the legality of the filename entered
buwuzhe90
2016-08-23
1
1
Huffman encoding and decoding
no vote
Profit function: gives the number of characters and character frequencies, its establishment of Huffman coding, and a Huffman code table to encode a given string, the given code to be decoded. (1) initialization Initialization. reading n characters from the Terminal, n characters and their weights, build a Huffman tree, and save it in a file hfmtree (2), encoding Encoding. Leverage built in Huffman tree encoding a file ToBeTran in the Chinese language, and saving the results to a file in the CodeFile (3) decoding Decoding. Leverage built in Huffman tree CodeFile decoding code in the file, saving the results to a file in a TextFile (4) Print Print the code file. Files displayed in a compact format on the Terminal, 50 per line of code.
buwuzhe90
2016-08-23
1
1
Stacks, queues, to simulate the car park managemen
no vote
Modelling in stack parking, formation simulates the sidewalk outside the parking lot, according to simulate the input data sequence reads from the terminal into management. Each set of data includes three data items: car arrival or departure information, registration number and time of arrival or departure. After operation for each set of input data and output message: If a car arrives, prints the cars in the parking lot or sidewalk parking spot if cars go, you stay within the output of cars in the parking lot and the fees payable (stay on the sidewalk, no charge). Stack order is implemented as a queue to the list structure implementation.
buwuzhe90
2016-08-23
0
1
Wav audio file information
no vote
Analysis of extracted audio files in WAV format, access to audio files with the following information: (1) the number of audio channels (2) the sampling frequency (3) the bit rate (4) sampling date (5) data structure of WAV file audio data size: starting footprint addresses the meaning of numbers 00H4byteRIFF, resource interchange file flags. 04H4byte starting from the next address total bytes to the end of the file. Behind the high byte, here is the 001437ECH, replace decimal 1325036byte, count 8byte just 1325044byte before this. 08H4byteWAVE, represents the WAV file format. 0CH4byteFMT, waveform format flag 10H4byte00000010H,16PCM, my understanding is that with 16bit data represents a quantitative result. 1 for 14H2byte means that linear PCM encoding, is greater than 1 indicates a compression encoding. Here is 0001H. 16H2byte1 for Mono, 2 for stereo, this is 0001H. 18H4byte sampling frequency, here is 00002B11H, which is 11025Hz. 1CH4byteByte rate is * of * = samp
buwuzhe90
2016-08-23
0
1
No more~