Consult more than 27027 documents with no limitation. Our subscription options

Computer science

Filter by:

Filter by:
 
See all documents

370 results

07 mars 2026

3-Coloring Problem: A Brute Force Algorithm and Complexity Analysis Guide

Tutorials/exercises - 7 pages - Computer science

This document provides a detailed solution to the 3-coloring problem using Python code and graph theory concepts.

15 févr. 2026

Data Security Measures for AXI Company

Tutorials/exercises - 5 pages - Computer science

AXI company requires robust data security measures including pseudonymization, encryption, and backup to ensure confidentiality and integrity of data.

15 févr. 2026

Java Project Implementation Issues and Solutions

Tutorials/exercises - 16 pages - Computer science

This document summarizes the problems encountered during a Java project implementation and the solutions found to address them, focusing on handling different product types and user input.

30 déc. 2025

PACMAN Code Reusability

Course material - 18 pages - Computer science

Discover how to make PACMAN code work in various applications and windows, and learn about project management using Project Explorer.

21 déc. 2025

Audio Signal Processing Chain

Case study - 5 pages - Computer science

The process of converting analog sound waves into digital data involves four key steps: capture, sampling, quantification, and binary encoding.

16 déc. 2025

Object-Oriented Programming (OOP) Overview

Course material - 4 pages - Computer science

Discover the basics and history of Object-Oriented Programming (OOP), a programming paradigm that revolutionized software development with its concepts of classes, objects, and instances.

09 déc. 2025

Heat Equation Discretization and Stability

Tutorials/exercises - 3 pages - Computer science

This document discusses the discretization of the heat equation and the choice of time step and spatial discretization interval for stable temperature propagation.

09 déc. 2025

Understanding User Account Control (UAC) Settings in Windows for Application Security and Multi-Instance Management Guide

Practical guide - 19 pages - Computer science

"Boost your Windows application's security and flexibility with optimized data storage and User Account Control (UAC) integration. Discover how to configure data file locations, manage administrator privileges, and enable multi-instance capabilities. Learn how UAC protects your system from...

09 déc. 2025

Bachelor of Technology in Information technology - Flutter application for financial transaction management

Internship report - 15 pages - Computer science

The Flutter mobile application for financial transaction management offers a comprehensive solution for efficiently monitoring and managing financial transactions. This application is developed with a strong emphasis on code quality and follows Object-Oriented Programming (OOP) principles,...

06 déc. 2025

Enterprise Dysfunction Management IT Means Specifications

Case study - 9 pages - Computer science

General specifications for Information Technology Means Architecture, including network architecture, security measures, and web architecture for Canard Dodu's e-commerce platform.

05 déc. 2025

Microcontrollers Practical Work Report C Language

Tutorials/exercises - 26 pages - Computer science

A practical work report on using C language for microcontrollers, covering debugging, EEPROM access, and programming functions.

03 déc. 2025

Minimax and Alpha-Beta Pruning

Tutorials/exercises - 7 pages - Computer science

This report covers the implementation of the Minimax algorithm and Alpha-beta pruning in the context of the Pac-Man Projects developed at UC Berkeley. Both the algorithms were implemented and tested using the provided framework and autograder tool.

30 nov. 2025

WINDEV 28 Express Guide: Mastering the WinDev Environment for Cross-Platform Development

Practical guide - 17 pages - Computer science

Discover the power of WINDEV 28 Express, a comprehensive development environment for creating high-quality Windows and Web applications. With its intuitive interface and cross-platform compatibility, you can simplify development and recompile applications for internet and smartphone use. WINDEV...

29 nov. 2025

Mastering Variables in WINDEV 28 Express: A Comprehensive Guide to Operators and String Manipulation

Practical guide - 36 pages - Computer science

Unlock the full potential of WINDEV 28 Express with our comprehensive guide. Discover how to master variables, operators, and string manipulation to streamline your development process. Learn about searching for character strings, utilizing specific operators on strings, and creating efficient...

23 nov. 2025

IoT Security in Critical Infrastructures

Dissertation - 48 pages - Computer science

This research examines the security of IoT devices in critical infrastructures, balancing technological innovation and protection against cyber risks.

18 nov. 2025

Understanding Variables in WINDEV 28 Express: Declaration and Scope Guide

Practical guide - 17 pages - Computer science

Unlock the full potential of your WINDEV projects by mastering variable declarations. Discover how to create global variables accessible throughout your entire project, regardless of the window, procedure, or code. Learn the ins and outs of variable types, including boolean, integer, and string,...

03 nov. 2025

Cybersecurity Strategies for SMEs

Thesis - 53 pages - Computer science

This document outlines best practices and strategies for implementing effective cybersecurity measures in small and medium-sized enterprises (SMEs), including risk management, data protection, and incident response.

01 nov. 2025

Revolutionizing the World: Foundations and Impact of Computer Programming

Presentation - 2 pages - Computer science

Discover how computer programming has transformed our world, from its foundations to its vast applications and the challenges it poses, including the rise of AI and cybersecurity threats.

01 oct. 2025

Installing Python on macOS, Windows, and Linux

Course material - 57 pages - Computer science

Learn how to install Python on various operating systems, including macOS, Windows, and Linux, and start coding with the interactive interpreter.

01 oct. 2025

Using Print and Input Functions in Python

Course material - 14 pages - Computer science

Learn how to use the print() and input() functions in Python for debugging, user interaction, and displaying data.

27 sept. 2025

Digital Security and AI Regulation

Essay - 7 pages - Computer science

The increasing reliance on mobile applications and artificial intelligence has raised concerns about digital security and the need for regulation.

24 sept. 2025

Cybersecurity Governance at Desjardins

Case study - 2 pages - Computer science

This document discusses the importance of risk management and cybersecurity governance for Desjardins, a major Canadian financial cooperative, in ensuring long-term sustainability and protecting company value.

07 sept. 2025

Cybersecurity Analysis for Enterprise Web Site Modernization

Case study - 3 pages - Computer science

This security analysis identifies potential risks associated with the enterprise web site modernization project and provides remediation recommendations to ensure protection of sensitive client data.

04 sept. 2025

Python Tuples: Definition, Methods, and Operations

Practical guide - 2 pages - Computer science

This document explains the concept of tuples in Python, including their definition, methods, and operations such as unpacking, concatenation, and indexing.

04 sept. 2025

Improving K-NN Algorithm Efficiency with Cross-Validation

Practical guide - 1 pages - Computer science

This document discusses the importance of choosing the right value of k in K-NN algorithms and how cross-validation can be used to improve the model's performance and robustness.

29 août 2025

Extracting RSS 1.0 Item Titles using Java DOM API

Tutorials/exercises - 1 pages - Computer science

This Java program reads an RSS 1.0 document from a file and extracts all item titles using the DOM API. It assumes the file resides on the disk and is in the correct RSS 1.0 format.

27 août 2025

Calculating Average Age of Books by Author

Tutorials/exercises - 3 pages - Computer science

This Java code calculates the average age of books written by a specific author, given a list of books and their publication years. The code iterates through the list, checks if the book's publication year matches the given year, and updates the author's book count and average age...

23 août 2025

Bab.la Language Portal: A Comprehensive Language Learning Platform

Case study - 4 pages - Computer science

Discover the ultimate language learning platform, featuring dictionaries, conjugations, phrase collections, language games, and more. Ideal for language students, expats, and professional translators.

21 août 2025

Understanding Access Modifiers and Class Members in C#

Tutorials/exercises - 3 pages - Computer science

This document provides a comprehensive overview of access modifiers and class members in C#, including public, private, and protected keywords, getters and setters, and event handling.

18 août 2025

Understanding DNS and URL Translation

Worksheets - 1 pages - Computer science

Delve into the world of computer science and learn how DNS and URL translation work together to connect you to your favorite websites. Discover the role of cookies, TCP, and other key concepts in this fascinating glossary.